Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
40,341
Downloads of v 1.1.27:
19
Last Update:
05 Jan 2021
Package Maintainer(s):
Software Author(s):
- Antony Male
Tags:
synctrayzor syncthing synchronization admin- Software Specific:
- Software Site
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

SyncTrayzor
- Software Specific:
- Software Site
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
40,341
Downloads of v 1.1.27:
19
Maintainer(s):
Software Author(s):
- Antony Male
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
Some Checks Have Failed or Are Not Yet Complete
1 Test Passing and 1 Failing Test
There are versions of this package awaiting moderation . See the Version History section below.
This package was rejected on 09 Feb 2021. The reviewer chocolatey-ops has listed the following reason(s):
SyncTrayzor is a little tray utility for Syncthing on Windows.
It hosts and wraps Syncthing, making it behave more like a native Windows application and less like a command-line utility with a web browser interface.
Features include:
- Has a built-in web browser, so you don't need to fire up an external browser.
- Optionally starts on login, so you don't need to set up Syncthing as a service.
- Has drop-box style file download / progress window
- Tray icon indicates when synchronization is occurring.
- Alerts you when:
- You have file conflicts
- One of your folders is out of sync
- Folders finish syncing
- Devices connect / disconnect
- Can watch your folders for changes, so you don't have to poll them frequently:
- Syncthing on its own has to poll your folders, in order to see if any files have changed.
- SyncTrayzor will watch your folders for changes, and alert Syncthing the second anything changes.
- This means you can increase the polling interval in Syncthing, avoiding the resource usage of high-frequency polling, but still have any changes propagated straight away.
- Folder watching respects the ignores configured in Syncthing.
- Has a tool to help you resolve file conflicts
- Contains translations for many languages
$ErrorActionPreference = 'Stop'; # stop on all errors
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageName= 'SyncTrayzor'
$file = (Join-Path $toolsDir 'SyncTrayzorSetup-x86.exe')
$file64 = (Join-Path $toolsDir 'SyncTrayzorSetup-x64.exe')
$silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
$fileType = 'exe'
$validExitCodes = @(0)
Install-ChocolateyInstallPackage $packageName $fileType $silentArgs $file $file64 -validExitCodes $validExitCodes
Remove-Item -Force -ea 0 $file, $file64
$ErrorActionPreference = 'Stop'; # stop on all errors
$packageName = 'SyncTrayzor'
$softwareName = 'SyncTrayzor*' #part or all of the Display Name as you see it in Programs and Features. It should be enough to be unique
$installerType = 'exe'
$silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
$validExitCodes = @(0)
$uninstalled = $false
$local_key = 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*'
$machine_key = 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\*'
$machine_key6432 = 'HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*'
[array]$key = Get-ItemProperty -Path @($machine_key6432,$machine_key, $local_key) `
-ErrorAction SilentlyContinue `
| ? { $_.DisplayName -like "$softwareName" }
if ($key.Count -eq 1) {
$key | % {
$file = "$($_.UninstallString)"
Uninstall-ChocolateyPackage -PackageName $packageName `
-FileType $installerType `
-SilentArgs "$silentArgs" `
-ValidExitCodes $validExitCodes `
-File "$file"
}
} elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
Write-Warning "$key.Count matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | % {Write-Warning "- $_.DisplayName"}
}
The MIT License (MIT)
Copyright (c) 2015-2021 Antony Male
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
md5: AB05FDEDBC64AE9C085F039961544B06 | sha1: B28373CCE9A5D91ABD8CF50AD73B01917FE95EB6 | sha256: 4621A5279DEEAC45851EF5650632C6F47B69A128BD3F1DCC144CB1A61282B448 | sha512: 3C42AA48D066FBAA9684BA37ED3FC50AD59F8688EC41524A0D868F53513685C869991A10ABF36B0ED8CD4559F983C2327920C0553309DD14C47817E4DB2979B5
md5: F65D06751CAB4865CD3A6384C70F21BD | sha1: 4FE97532F87DC2E71D4CB28F0BC49C3FA1A1CC75 | sha256: 9C70EF089C2279F8B345C5D72A75BD12BBF35B277C3AFB2EB3FB0B5CFF19B6A5 | sha512: 7455B4C2650241578DE3155E077E76630E9EECD38B46027CF118A1EC78AB4BEF897BBFD337B8FDBDB42327E35188B035EF843D4B0C19FB57BC89B5D8FBEBC138
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
This package is published by the developer of SyncTrayzor.
Binaries are identical to the setup binaries available at the GitHub release page:
https://github.com/canton7/SyncTrayzor/releases
No results available for this package. We are building up results for older packages over time so expect to see results. If this is a new package, it should have results within a day or two.
Version | Downloads | Last Updated | Status |
---|---|---|---|
SyncTrayzor 1.1.25 | 17 | Monday, December 28, 2020 | Waiting for Maintainer |
SyncTrayzor 1.1.24 | 13816 | Saturday, July 27, 2019 | Approved |
SyncTrayzor 1.1.23 | 4836 | Sunday, April 7, 2019 | Approved |
SyncTrayzor 1.1.22 | 4165 | Friday, October 5, 2018 | Approved |
SyncTrayzor 1.1.21 | 4589 | Monday, March 5, 2018 | Approved |
SyncTrayzor 1.1.20 | 701 | Wednesday, February 28, 2018 | Approved |
SyncTrayzor 1.1.18 | 3096 | Monday, September 4, 2017 | Approved |
SyncTrayzor 1.1.17 | 289 | Monday, September 4, 2017 | Approved |
SyncTrayzor 1.1.16 | 1754 | Saturday, May 20, 2017 | Approved |
SyncTrayzor 1.1.15 | 975 | Friday, March 31, 2017 | Approved |
SyncTrayzor 1.1.14 | 887 | Friday, February 17, 2017 | Approved |
SyncTrayzor 1.1.13 | 1214 | Sunday, November 6, 2016 | Approved |
SyncTrayzor 1.1.12 | 765 | Friday, July 22, 2016 | Approved |
SyncTrayzor 1.1.11 | 325 | Friday, July 8, 2016 | Approved |
SyncTrayzor 1.1.10 | 296 | Thursday, May 19, 2016 | Approved |
SyncTrayzor 1.1.9 | 244 | Tuesday, May 3, 2016 | Approved |
SyncTrayzor 1.1.8 | 460 | Friday, March 18, 2016 | Approved |
SyncTrayzor 1.1.7 | 418 | Monday, February 8, 2016 | Approved |
SyncTrayzor 1.1.6 | 299 | Tuesday, February 2, 2016 | Approved |
SyncTrayzor 1.1.5 | 308 | Wednesday, January 27, 2016 | Approved |
SyncTrayzor 1.1.4 | 287 | Tuesday, January 26, 2016 | Approved |
SyncTrayzor 1.1.3 | 292 | Tuesday, January 26, 2016 | Approved |
SyncTrayzor 1.1.2 | 287 | Sunday, January 24, 2016 | Approved |
-
- chocolatey (≥ 0.9.9)
Ground Rules:
- This discussion is only about SyncTrayzor and the SyncTrayzor 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 SyncTrayzor, 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.
canton7 (maintainer) on 05 Jan 2021 08:25:57 +00:00:
User 'canton7' (maintainer) submitted package.
chocolatey-ops (reviewer) on 05 Jan 2021 09:01:50 +00:00:
synctrayzor has passed automated validation. It may have or may still fail other checks like testing (verification).
NOTE: No required changes that the validator checks have been flagged! It is appreciated if you fix other items, but only Requirements will hold up a package version from approval. A human review could still turn up issues a computer may not easily find.
Notes
Notes typically flag things for both you and the reviewer to go over. Sometimes this is the use of things that may or may not be necessary given the constraints of what you are trying to do and/or are harder for automation to flag for other reasons. Items found in Notes might be Requirements depending on the context. A package version can be approved without addressing Note comments.
chocolatey-ops (reviewer) on 05 Jan 2021 10:35:00 +00:00:
synctrayzor has failed automated testing.
This is not the only check that is performed so check the package page to ensure a 'Ready' status.
Please visit https://gist.github.com/7b0a8688c66912126aded74c347421bb for details.
The package status will be changed and will be waiting on your next actions.
chocolatey-ops (reviewer) on 25 Jan 2021 10:38:39 +00:00:
We've found synctrayzor v1.1.27 in a submitted status and waiting for your next actions. It has had no updates for 20 or more days since a reviewer has asked for corrections. Please note that if there is no response or fix of the package within 15 days of this message, this package version will automatically be closed (rejected) due to being stale.
Take action:
If your package is failing automated testing, you can use the chocolatey test environment to manually run the verification and determine what may need to be fixed.
Note: We don't like to see packages automatically rejected. It doesn't mean that we don't value your contributions, just that we can not continue to hold packages versions in a waiting status that have possibly been abandoned. If you don't believe you will be able to fix up this version of the package within 15 days, we strongly urge you to log in to the site and respond to the review comments until you are able to.
chocolatey-ops (reviewer) on 09 Feb 2021 10:39:00 +00:00:
Unfortunately there has not been progress to move synctrayzor v1.1.27 towards an approved status within 15 days after the last review message, so we need to close (reject) the package version at this time. If you want to pick this version up and move it towards approval in the future, use the contact site admins link on the package page and we can move it back into a submitted status so you can submit updates.
Status Change - Changed status of package from 'submitted' to 'rejected'.