Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

9,667

Downloads of v 1.4.1-Beta2:

137

Last Update:

20 Mar 2020

Package Maintainer(s):

Software Author(s):

  • NetchX

Tags:

netch game-accelerator

Netch

This is a prerelease version of Netch.

  • 1
  • 2
  • 3

1.4.1-Beta2 | Updated: 20 Mar 2020

Downloads:

9,667

Downloads of v 1.4.1-Beta2:

137

Maintainer(s):

Software Author(s):

  • NetchX

Netch 1.4.1-Beta2

This is a prerelease version of Netch.

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by NetchX. The inclusion of NetchX trademark(s), if any, upon this webpage is solely to identify NetchX goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Netch, run the following command from the command line or from PowerShell:

>

To upgrade Netch, run the following command from the command line or from PowerShell:

>

To uninstall Netch, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

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

  • 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

3. Copy Your Script

choco upgrade netch -y --source="'INTERNAL REPO URL'" --version="'1.4.1-Beta2'" --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 netch -y --source="'INTERNAL REPO URL'" --version="'1.4.1-Beta2'" --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 netch
  win_chocolatey:
    name: netch
    version: '1.4.1-Beta2'
    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 'netch' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '1.4.1-Beta2'
  options  '--prerelease'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller netch
{
    Name        = "netch"
    Version     = "1.4.1-Beta2"
    Source      = "INTERNAL REPO URL"
    chocoParams = "--prerelease"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'netch':
  ensure          => '1.4.1-Beta2',
  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.

Package Approved

This package was approved as a trusted package on 20 Mar 2020.

Description

Netch is an open source game accelerator. Unlike SSTap, which needs to add rules to function as a blacklist proxy, Netch is more similar to Sockscap64, which can scan the game directory to get their process names specifically and forward their network traffic through the proxy server. Now supports Socks5, Shadowsocks, ShadowsocksR, Vmess.

As well, Netch avoid the restricted NAT problem caused by SSTap[1]. You can use an NATTypeTester[2] to test out what your NAT type is. When using SSTap to speed up some P2P gaming connections or the game is required for that kind of open NAT type, you may experience some bad situations such as unable to join the game.


tools\chocolateybeforemodify.ps1
Get-Process "Netch" -ErrorAction SilentlyContinue | Stop-Process -Force -ErrorAction SilentlyContinue
tools\chocolateyinstall.ps1
$ErrorActionPreference = 'Stop';
#$toolsDir   = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://github.com/NetchX/Netch/releases/download/1.4.1-Beta2/Netch.x86-1.4.1-Beta2.zip'
$checksum = '0B163DAA0BA7ED7D99D2D718C28405288FF4CC82DA4C61CB050DFE1D132E9577'
$url64 = 'https://github.com/NetchX/Netch/releases/download/1.4.1-Beta2/Netch.x64-1.4.1-Beta2.zip'
$checksum64 = '6A08E5944B669E9F68E046E75D193B7165A8515AD873296DE4DE0B897D568760'
$title = $env:ChocolateyPackageTitle

$localAppData = $Env:LOCALAPPDATA
$shortcutsPath = [Environment]::GetFolderPath("Programs")

$packageArgs = @{
  packageName    = $env:ChocolateyPackageName
  unzipLocation  = "$localAppData\$title\"
  url            = $url
  url64          = $url64

  softwareName   = 'netch*'

  checksum       = $checksum
  checksumType   = 'sha256'
  checksum64     = $checksum64
  checksumType64 = 'sha256'

  validExitCodes = @(0, 3010, 1641)
}

Install-ChocolateyZipPackage @packageArgs

Install-ChocolateyShortcut -shortcutFilePath (Join-Path -Path $shortcutsPath -ChildPath 'Netch.lnk') -Target (Join-Path -Path $localAppData -ChildPath "$title\Netch.exe")
tools\chocolateyuninstall.ps1
$ErrorActionPreference = 'Stop';

$shortcutsPath = [Environment]::GetFolderPath("Programs")
$localAppData = $Env:LOCALAPPDATA
$title = $env:ChocolateyPackageTitle
$installPath = Join-Path -Path "$localAppData" -ChildPath "$title"

Remove-Item -Path (Join-Path -Path $shortcutsPath -ChildPath 'Netch.lnk') -ErrorAction SilentlyContinue
if (Test-Path "$installPath") { Remove-Item -Path "$installPath" -Recurse -Force -ErrorAction SilentlyContinue }

Log in or click on link to see number of positives.

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
Netch 1.8.5 230 Saturday, May 29, 2021 Approved
Netch 1.8.4 140 Wednesday, May 12, 2021 Approved
Netch 1.8.3 173 Friday, April 9, 2021 Approved
Netch 1.8.2 183 Monday, March 15, 2021 Approved
Netch 1.8.1 175 Friday, March 5, 2021 Approved
Netch 1.7.6 263 Sunday, February 21, 2021 Approved
Netch 1.7.4 131 Sunday, February 14, 2021 Approved
Netch 1.7.3 175 Wednesday, January 27, 2021 Approved
Netch 1.7.2 137 Saturday, January 16, 2021 Approved
Netch 1.7.1 137 Sunday, January 10, 2021 Approved
Netch 1.7.0 138 Monday, January 4, 2021 Approved
Netch 1.6.9 128 Wednesday, December 23, 2020 Approved
Netch 1.6.8 142 Sunday, December 20, 2020 Approved
Netch 1.6.7 144 Tuesday, November 24, 2020 Approved
Netch 1.6.6 179 Saturday, October 31, 2020 Approved
Netch 1.6.5 142 Saturday, October 24, 2020 Approved
Netch 1.6.4 131 Wednesday, October 21, 2020 Approved
Netch 1.6.3 158 Wednesday, October 21, 2020 Approved
Netch 1.6.2 130 Monday, October 12, 2020 Approved
Netch 1.6.1 151 Wednesday, October 7, 2020 Approved
Netch 1.6.0 130 Wednesday, October 7, 2020 Approved
Netch 1.6.0-Beta1 123 Thursday, October 1, 2020 Approved
Netch 1.5.1 174 Friday, September 4, 2020 Approved
Netch 1.5.0 145 Friday, August 28, 2020 Approved
Netch 1.4.12 232 Thursday, July 16, 2020 Approved
Netch 1.4.11 228 Wednesday, July 1, 2020 Approved
Netch 1.4.10 157 Tuesday, June 23, 2020 Approved
Netch 1.4.9 213 Wednesday, June 3, 2020 Approved
Netch 1.4.8 187 Tuesday, May 19, 2020 Approved
Netch 1.4.7 192 Tuesday, May 12, 2020 Approved
Netch 1.4.6 226 Friday, May 8, 2020 Approved
Netch 1.4.4 236 Thursday, May 7, 2020 Approved
Netch 1.4.3 324 Tuesday, April 28, 2020 Approved
Netch 1.4.3-Beta1 222 Saturday, April 25, 2020 Approved
Netch 1.4.2 253 Friday, April 24, 2020 Approved
Netch 1.4.1 212 Monday, March 30, 2020 Approved
Netch 1.4.1-Beta5 156 Saturday, March 21, 2020 Approved
Netch 1.4.1-Beta4 139 Friday, March 20, 2020 Approved
Netch 1.4.1-Beta3 140 Friday, March 20, 2020 Approved
Netch 1.4.1-Beta2 137 Friday, March 20, 2020 Approved
Netch 1.4.0 173 Wednesday, March 11, 2020 Approved
Netch 1.3.9 177 Friday, March 6, 2020 Approved
Netch 1.3.9-pre 158 Wednesday, February 19, 2020 Approved
Netch 1.3.8 185 Sunday, February 9, 2020 Approved
Netch 1.3.6 158 Wednesday, January 15, 2020 Approved
Netch 1.3.6-pre 183 Wednesday, January 8, 2020 Exempted
Netch 1.3.5 157 Saturday, December 7, 2019 Approved

This package has no dependencies.

Discussion for the Netch Package

Ground Rules:

  • This discussion is only about Netch and the Netch 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 Netch, 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.
comments powered by Disqus