Use Chocolatey (Windows)

Use Chocolatey

goshs is available on the Chocolatey community repository.

choco install goshs

Prerequisites

If Chocolatey is not installed yet, follow the official installation guide or run the following in an elevated PowerShell prompt:

Set-ExecutionPolicy Bypass -Scope Process -Force
[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072
iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))

Upgrade

choco upgrade goshs

Notes

  • The Chocolatey package downloads the official Windows binary from GitHub Releases and verifies its SHA-256 checksum before installing.
  • goshs is added to your PATH automatically — open a new terminal after install.
  • New releases are published to Chocolatey automatically when a new goshs version is tagged.