Downloads:
5,809
Downloads of v 1.11.0-alpha5:
56
Last Update:
03 Nov 2024
Package Maintainer(s):
Software Author(s):
- nekohasekai
Tags:
sing-box v2ray clash xraysing-box
This is a prerelease version of sing-box.
- 1
- 2
- 3
1.11.0-alpha5 | Updated: 03 Nov 2024
Downloads:
5,809
Downloads of v 1.11.0-alpha5:
56
Maintainer(s):
Software Author(s):
- nekohasekai
sing-box 1.11.0-alpha5
This is a prerelease version of sing-box.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by nekohasekai. The inclusion of nekohasekai trademark(s), if any, upon this webpage is solely to identify nekohasekai goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install sing-box, run the following command from the command line or from PowerShell:
To upgrade sing-box, run the following command from the command line or from PowerShell:
To uninstall sing-box, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download sing-box --internalize --pre --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade sing-box -y --source="'INTERNAL REPO URL'" --prerelease [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade sing-box -y --source="'INTERNAL REPO URL'" --prerelease
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install sing-box
win_chocolatey:
name: sing-box
version: '1.11.0-alpha5'
source: INTERNAL REPO URL
state: present
allow_prerelease: yes
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'sing-box' do
action :install
source 'INTERNAL REPO URL'
version '1.11.0-alpha5'
options '--prerelease'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller sing-box
{
Name = "sing-box"
Version = "1.11.0-alpha5"
Source = "INTERNAL REPO URL"
chocoParams = "--prerelease"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'sing-box':
ensure => '1.11.0-alpha5',
install_options => ['--prerelease'],
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 04 Nov 2024.
The universal proxy platform,which uses JSON for configuration files.
$ErrorActionPreference = 'Stop'
Get-Process -Name 'sing-box' -ErrorAction SilentlyContinue | Stop-Process
Log in or click on link to see number of positives.
- sing-box.1.11.0-alpha5.nupkg (bc0a139681fc) - ## / 64
- sing-box-1.11.0-alpha.5-windows-amd64.zip (bb015781ec64) - ## / 65
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 |
---|---|---|---|---|
sing-box 1.11.0-alpha5 | 56 | Sunday, November 3, 2024 | Approved | |
sing-box 1.11.0-alpha18 | 4 | Sunday, November 17, 2024 | Approved | |
sing-box 1.11.0-alpha11 | 5 | Sunday, November 10, 2024 | Approved | |
sing-box 1.11.0-alpha1 | 69 | Sunday, October 20, 2024 | Approved | |
sing-box 1.10.1 | 120 | Thursday, October 17, 2024 | Approved | |
sing-box 1.10.0 | 32 | Wednesday, October 16, 2024 | Approved | |
sing-box 1.10.0-rc1 | 19 | Sunday, October 13, 2024 | Approved | |
sing-box 1.10.0-beta9 | 125 | Wednesday, September 18, 2024 | Approved | |
sing-box 1.10.0-beta8 | 32 | Sunday, September 15, 2024 | Approved | |
sing-box 1.10.0-beta6 | 45 | Sunday, September 8, 2024 | Approved | |
sing-box 1.10.0-beta5 | 53 | Sunday, September 1, 2024 | Approved | |
sing-box 1.10.0-beta4 | 63 | Thursday, August 22, 2024 | Approved | |
sing-box 1.10.0-beta3 | 16 | Wednesday, August 21, 2024 | Approved | |
sing-box 1.10.0-beta2 | 25 | Monday, August 19, 2024 | Approved | |
sing-box 1.10.0-beta11 | 11 | Sunday, September 29, 2024 | Approved | |
sing-box 1.10.0-beta10 | 12 | Saturday, September 21, 2024 | Approved | |
sing-box 1.9.7 | 25 | Sunday, October 13, 2024 | Approved | |
sing-box 1.9.6 | 90 | Saturday, September 21, 2024 | Approved | |
sing-box 1.9.5 | 28 | Wednesday, September 18, 2024 | Approved | |
sing-box 1.9.4 | 102 | Monday, August 19, 2024 | Approved | |
sing-box 1.9.3 | 576 | Sunday, June 9, 2024 | Approved | |
sing-box 1.9.0 | 58 | Sunday, June 2, 2024 | Approved | |
sing-box 1.8.14 | 91 | Sunday, May 19, 2024 | Approved | |
sing-box 1.8.13 | 148 | Sunday, May 5, 2024 | Approved | |
sing-box 1.8.12 | 66 | Sunday, April 28, 2024 | Approved | |
sing-box 1.8.11 | 133 | Monday, April 15, 2024 | Approved | |
sing-box 1.8.10 | 266 | Sunday, March 24, 2024 | Approved | |
sing-box 1.8.9 | 97 | Sunday, March 17, 2024 | Approved | |
sing-box 1.8.8 | 124 | Sunday, March 10, 2024 | Approved | |
sing-box 1.8.7 | 115 | Sunday, March 3, 2024 | Approved | |
sing-box 1.8.6 | 111 | Sunday, February 25, 2024 | Approved | |
sing-box 1.8.5 | 272 | Sunday, February 4, 2024 | Approved | |
sing-box 1.8.4 | 92 | Sunday, January 28, 2024 | Approved | |
sing-box 1.8.2 | 83 | Sunday, January 21, 2024 | Approved | |
sing-box 1.8.1 | 109 | Sunday, January 14, 2024 | Approved | |
sing-box 1.8.0 | 122 | Saturday, January 6, 2024 | Approved | |
sing-box 1.7.7 | 86 | Sunday, December 31, 2023 | Approved | |
sing-box 1.7.6 | 93 | Sunday, December 24, 2023 | Approved | |
sing-box 1.7.5 | 96 | Sunday, December 17, 2023 | Approved | |
sing-box 1.7.4 | 98 | Sunday, December 10, 2023 | Approved | |
sing-box 1.7.1 | 97 | Sunday, December 3, 2023 | Approved | |
sing-box 1.6.6 | 99 | Sunday, November 26, 2023 | Approved | |
sing-box 1.6.5 | 139 | Thursday, November 16, 2023 | Approved | |
sing-box 1.6.4 | 79 | Tuesday, November 14, 2023 | Approved | |
sing-box 1.6.3 | 74 | Sunday, November 12, 2023 | Approved | |
sing-box 1.6.0 | 184 | Tuesday, October 31, 2023 | Approved | |
sing-box 1.5.5 | 39 | Monday, October 30, 2023 | Approved | |
sing-box 1.5.4 | 40 | Sunday, October 29, 2023 | Approved | |
sing-box 1.5.3 | 81 | Wednesday, October 11, 2023 | Approved | |
sing-box 1.5.2 | 53 | Sunday, October 8, 2023 | Approved | |
sing-box 1.5.0 | 56 | Sunday, October 1, 2023 | Approved | |
sing-box 1.4.6 | 36 | Thursday, September 28, 2023 | Approved | |
sing-box 1.4.3 | 75 | Sunday, September 17, 2023 | Approved | |
sing-box 1.4.1 | 83 | Sunday, September 10, 2023 | Approved | |
sing-box 1.4.0 | 44 | Tuesday, August 29, 2023 | Approved | |
sing-box 1.3.6 | 136 | Tuesday, August 15, 2023 | Approved | |
sing-box 1.3.5 | 78 | Tuesday, August 1, 2023 | Approved | |
sing-box 1.3.4 | 58 | Tuesday, July 25, 2023 | Approved |
Copyright (C) 2022 by nekohasekai
This package has no dependencies.
Ground Rules:
- This discussion is only about sing-box and the sing-box 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 sing-box, 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.