Downloads:
747
Downloads of v 2025.6.0:
7
Last Update:
30 Jun 2025
Published Date:
30 Jun 2025
Package Maintainer(s):
Software Author(s):
- TON Foundation
Tags:
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
TON Windows x86-64 artifacts
(Ready for review)
- 1
- 2
- 3
2025.6.0 | Updated: 30 Jun 2025
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
747
Downloads of v 2025.6.0:
7
Published:
30 Jun 2025
Maintainer(s):
Software Author(s):
- TON Foundation
TON Windows x86-64 artifacts 2025.6.0
(Ready for review)
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by TON Foundation. The inclusion of TON Foundation trademark(s), if any, upon this webpage is solely to identify TON Foundation goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
This version is in moderation and has not yet been approved. This means it doesn't show up under normal search.
- Until approved, you should consider this package version unsafe - it could do very bad things to your system (it probably doesn't but you have been warned, that's why we have moderation).
- This package version can change wildly over the course of moderation until it is approved. If you install it and it later has changes to this version, you will be out of sync with any changes that have been made to the package. Until approved, you should consider that this package version doesn't even exist.
- You cannot install this package under normal scenarios. See How to install package version under moderation for more information.
- There are also no guarantees that it will be approved.
There are versions of this package awaiting moderation (possibly just this one). See the Version History section below.
TON is a fully decentralized layer-1 blockchain designed by Telegram to onboard billions of users.
Function Ensure-RemovedFromPath ($PathToRemove,$Scope,$PathVariable)
{
If (!$Scope) {$Scope='Machine'}
If (!$PathVariable) {$PathVariable='PATH'}
$ExistingPathArray = @([Environment]::GetEnvironmentVariable("$PathVariable","$Scope").split(';'))
write-host "Ensuring `"$PathToRemove`" is removed from variable `"$PathVariable`" for scope `"$scope`" "
if (($ExistingPathArray -icontains $PathToRemove) -OR ($ExistingPathArray -icontains "$PathToRemove"))
{
foreach ($path in $ExistingPathArray)
{
If ($Path)
{
If (($path -ine "$PathToRemove") -AND ($path -ine "$PathToRemove\"))
{
[string[]]$Newpath += "$path"
}
}
}
$AssembledNewPath = ($Newpath -join(';')).trimend(';')
[Environment]::SetEnvironmentVariable("$PathVariable",$AssembledNewPath,"$Scope")
}
}
Ensure-RemovedFromPath "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" 'User'
Log in or click on link to see number of positives.
- ton.2025.6.0.nupkg (9603238e84f1) - ## / 67
- ton-win-x86-64.zip (969134c42877) - ## / 68
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
TON Windows x86-64 artifacts 2025.6.0 | 7 | Monday, June 30, 2025 | Ready | |
TON Windows x86-64 artifacts 2025.4.0 | 21 | Wednesday, April 30, 2025 | Approved | |
TON Windows x86-64 artifacts 2025.2.0 | 55 | Saturday, February 8, 2025 | Approved | |
TON Windows x86-64 artifacts 2024.12.0-alpha | 30 | Thursday, December 19, 2024 | Exempted | |
TON Windows x86-64 artifacts 2024.9.0 | 74 | Thursday, September 12, 2024 | Approved | |
TON Windows x86-64 artifacts 2024.8.0 | 44 | Sunday, August 11, 2024 | Approved | |
TON Windows x86-64 artifacts 2024.6.0 | 44 | Wednesday, June 12, 2024 | Approved | |
TON Windows x86-64 artifacts 2024.4.0 | 64 | Wednesday, April 17, 2024 | Approved | |
TON Windows x86-64 artifacts 2024.1.0 | 54 | Monday, January 29, 2024 | Approved | |
TON Windows x86-64 artifacts 2023.11.0 | 44 | Wednesday, January 10, 2024 | Approved | |
TON Windows x86-64 artifacts 2023.10.0 | 54 | Monday, October 23, 2023 | Approved | |
TON Windows x86-64 artifacts 2023.05 | 74 | Saturday, May 27, 2023 | Approved | |
TON Windows x86-64 artifacts 2023.04 | 93 | Friday, May 26, 2023 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about TON Windows x86-64 artifacts and the TON Windows x86-64 artifacts package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or TON Windows x86-64 artifacts, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
neodix (maintainer) on 30 Jun 2025 08:08:24 +00:00:
User 'neodix' (maintainer) submitted package.
chocolatey-ops (reviewer) on 30 Jun 2025 08:39:51 +00:00:
ton has passed automated validation. It may have or may still fail other checks like testing (verification).
Congratulations! This package passed automatic validation review without flagging on any issues the validator currently checks. A human review could still turn up issues a computer may not easily find.
chocolatey-ops (reviewer) on 30 Jun 2025 08:54:24 +00:00:
ton has passed automated package testing (verification). The next step in the process is package scanning.
Please visit https://gist.github.com/choco-bot/bd1ee7579f8a2c9195843fd179ddf899 for details.
This is an FYI only. There is no action you need to take.
chocolatey-ops (reviewer) on 30 Jun 2025 09:05:40 +00:00:
ton has been flagged as part of automated virus scanning.
Package virus scanning found that at least 1 file within, or downloaded by, the package has between 1 and 5 VirusTotal detections associated with it.
This is not enough detections to prevent the approval of this package version.