Install via curl | sh

Install via curl | sh

The quickest way to install goshs on any Linux, macOS, or BSD system — no package manager required.

curl -sSfL https://goshs.de/install.sh | sh

The script will:

  1. Detect your OS and architecture automatically
  2. Fetch the latest release from GitHub
  3. Verify the SHA-256 checksum against the official checksums.txt
  4. Install the binary to /usr/local/bin (falling back to sudo or ~/bin if needed)

Install a specific version

VERSION=v2.0.7 curl -sSfL https://goshs.de/install.sh | sh

Install to a custom directory

INSTALL_DIR=~/.local/bin curl -sSfL https://goshs.de/install.sh | sh

Requirements

  • curl or wget
  • sha256sum (Linux) or shasum (macOS) — optional but recommended for checksum verification
  • tar

The script works on Linux, macOS, FreeBSD, OpenBSD, NetBSD, and DragonFly BSD, across x86_64, 386, arm64, and armv5/v6/v7 architectures.