<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Installation :: goshs Documentation</title>
    <link>https://docs.goshs.de/installation/index.html</link>
    <description>There are several methods to install and use goshs.&#xA;curl | sh - Universal one-liner for Linux, macOS, and BSD Go - Install it using go Kali &amp; Parrot OS - Use Kali or Parrot OS repositories Arch Linux (AUR) - Use Arch Linux User repositories BlackArch - Use BlackArch repositories Alpine Linux - Use Alpine edge/testing repository Snap - Install via Snap on any Linux distribution Fedora / RHEL (COPR) - Use Fedora COPR repository openSUSE - Use openSUSE repositories Nix/ NixOS - Use Nix or NixOS repositories Homebrew - Use brew on macOS Scoop (Windows) - Use Scoop on Windows winget (Windows) - Use the Windows Package Manager Chocolatey (Windows) - Use the Chocolatey package manager Docker - Use goshs with Docker GitHub Releases - Download and use the release version Shell Completion - Install tab completion for bash, fish, or zsh Build Yourself - Build it yourself Get a full overview of available packages at repology.org</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Wed, 13 May 2026 00:00:00 +0200</lastBuildDate>
    <atom:link href="https://docs.goshs.de/installation/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Install via curl | sh</title>
      <link>https://docs.goshs.de/installation/curl/index.html</link>
      <pubDate>Wed, 13 May 2026 00:00:00 +0200</pubDate>
      <guid>https://docs.goshs.de/installation/curl/index.html</guid>
      <description>Install via curl | sh The quickest way to install goshs on any Linux, macOS, or BSD system — no package manager required.&#xA;curl -sSfL https://goshs.de/install.sh | sh The script will:&#xA;Detect your OS and architecture automatically Fetch the latest release from GitHub Verify the SHA-256 checksum against the official checksums.txt 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.</description>
    </item>
    <item>
      <title>Go</title>
      <link>https://docs.goshs.de/installation/go/index.html</link>
      <pubDate>Thu, 04 Jul 2024 09:49:21 +0200</pubDate>
      <guid>https://docs.goshs.de/installation/go/index.html</guid>
      <description>How to install goshs using go As the intro gif already showed you can simply run:&#xA;go install goshs.de/goshs/v2@latest This will install the latest goshs version.</description>
    </item>
    <item>
      <title>Use Kali/Parrot OS repositories</title>
      <link>https://docs.goshs.de/installation/kali/index.html</link>
      <pubDate>Thu, 04 Jul 2024 09:49:21 +0200</pubDate>
      <guid>https://docs.goshs.de/installation/kali/index.html</guid>
      <description>Use kali repositories If you are using kali linux you can just install it from their repositories:&#xA;sudo apt install goshs</description>
    </item>
    <item>
      <title>Use Arch User repositories</title>
      <link>https://docs.goshs.de/installation/arch/index.html</link>
      <pubDate>Thu, 04 Jul 2024 09:49:21 +0200</pubDate>
      <guid>https://docs.goshs.de/installation/arch/index.html</guid>
      <description>Use Arch User repositories If you are using Arch User repositories you can just install it from their repositories:&#xA;yay -S goshs-bin</description>
    </item>
    <item>
      <title>Use Alpine Linux repositories</title>
      <link>https://docs.goshs.de/installation/alpine/index.html</link>
      <pubDate>Wed, 13 May 2026 00:00:00 +0200</pubDate>
      <guid>https://docs.goshs.de/installation/alpine/index.html</guid>
      <description>Use Alpine Linux repositories goshs is available in the Alpine Linux edge testing repository.&#xA;First, enable the edge/testing repository if it is not already active:&#xA;echo &#34;https://dl-cdn.alpinelinux.org/alpine/edge/testing&#34; &gt;&gt; /etc/apk/repositories Then install goshs:&#xA;apk update apk add goshs Notes The package lives in edge/testing, so it tracks the latest upstream release. On stable Alpine branches, use the curl | sh installer or download a pre-built binary from GitHub Releases instead.</description>
    </item>
    <item>
      <title>Use BlackArch repositories</title>
      <link>https://docs.goshs.de/installation/blackarch/index.html</link>
      <pubDate>Wed, 13 May 2026 00:00:00 +0200</pubDate>
      <guid>https://docs.goshs.de/installation/blackarch/index.html</guid>
      <description>Use BlackArch repositories goshs is available in the BlackArch Linux repository.&#xA;pacman -S goshs Prerequisites BlackArch repository must be set up on your system first. If you are running a plain Arch Linux installation, follow the BlackArch installation guide to add the repository, then install goshs as above.</description>
    </item>
    <item>
      <title>Use OpenSUSE repositories</title>
      <link>https://docs.goshs.de/installation/opensuse/index.html</link>
      <pubDate>Thu, 04 Jul 2024 09:49:21 +0200</pubDate>
      <guid>https://docs.goshs.de/installation/opensuse/index.html</guid>
      <description>Use OpenSUSE repositories If you are using OpenSUSE you can just install it from their repositories:&#xA;sudo zypper install goshs</description>
    </item>
    <item>
      <title>Use Snap</title>
      <link>https://docs.goshs.de/installation/snap/index.html</link>
      <pubDate>Wed, 13 May 2026 00:00:00 +0200</pubDate>
      <guid>https://docs.goshs.de/installation/snap/index.html</guid>
      <description>Use Snap goshs is available on the Snap Store and works on any Linux distribution that has snapd installed — including Ubuntu, Debian, Fedora, Arch, and more.&#xA;snap install goshs Install snapd (if not already present) Debian / Ubuntu:&#xA;sudo apt install snapd Fedora:</description>
    </item>
    <item>
      <title>Use Nix or NixOS repositories</title>
      <link>https://docs.goshs.de/installation/nix/index.html</link>
      <pubDate>Thu, 04 Jul 2024 09:49:21 +0200</pubDate>
      <guid>https://docs.goshs.de/installation/nix/index.html</guid>
      <description>Use Nix or NixOS repositories If you are using Nix you can just install it from their repositories:&#xA;nix-env -iA nixpkgs.goshs</description>
    </item>
    <item>
      <title>Use Fedora COPR (Fedora / RHEL / CentOS)</title>
      <link>https://docs.goshs.de/installation/copr/index.html</link>
      <pubDate>Wed, 13 May 2026 00:00:00 +0200</pubDate>
      <guid>https://docs.goshs.de/installation/copr/index.html</guid>
      <description>Use Fedora COPR goshs is available via COPR for Fedora and openSUSE Tumbleweed.&#xA;Fedora dnf copr enable goshs-labs/goshs dnf install goshs openSUSE Tumbleweed dnf copr enable goshs-labs/goshs dnf install goshs Update dnf upgrade goshs Supported releases Distribution Version Fedora 42, Rawhide openSUSE Tumbleweed Notes The COPR repository provides the same binary as the GitHub releases. Updates are published automatically when a new goshs release is tagged. To disable the COPR repository later: dnf copr disable goshs-labs/goshs</description>
    </item>
    <item>
      <title>Use homebrew on macOS</title>
      <link>https://docs.goshs.de/installation/homebrew/index.html</link>
      <pubDate>Thu, 04 Jul 2024 09:49:21 +0200</pubDate>
      <guid>https://docs.goshs.de/installation/homebrew/index.html</guid>
      <description>Use homebrew on macOS If you are on macOS and you have homebrew installed you can easily install goshs:&#xA;brew install goshs</description>
    </item>
    <item>
      <title>Use scoop package manager</title>
      <link>https://docs.goshs.de/installation/scoop/index.html</link>
      <pubDate>Thu, 04 Jul 2024 09:49:21 +0200</pubDate>
      <guid>https://docs.goshs.de/installation/scoop/index.html</guid>
      <description>Use scoop package manager If you are on Windows and you are using the scoop package manager then you can install goshs this way:&#xA;scoop bucket add extras scoop install extras/goshs</description>
    </item>
    <item>
      <title>Use winget (Windows)</title>
      <link>https://docs.goshs.de/installation/winget/index.html</link>
      <pubDate>Wed, 13 May 2026 00:00:00 +0200</pubDate>
      <guid>https://docs.goshs.de/installation/winget/index.html</guid>
      <description>Use winget winget is the official Windows Package Manager, built into Windows 10 (1709+) and Windows 11.&#xA;winget install GoshsLabs.Goshs Upgrade winget upgrade GoshsLabs.Goshs Notes If winget is not available on your system, use Scoop or download a pre-built binary from GitHub Releases. The package identifier is GoshsLabs.Goshs in the winget-pkgs community repository.</description>
    </item>
    <item>
      <title>Docker</title>
      <link>https://docs.goshs.de/installation/dockerimage/index.html</link>
      <pubDate>Mon, 07 Apr 2025 09:00:00 +0200</pubDate>
      <guid>https://docs.goshs.de/installation/dockerimage/index.html</guid>
      <description>How to use goshs with docker Official goshs images are published to two registries on every release. Both are multi-arch and run natively on linux/amd64 and linux/arm64 (Intel/AMD as well as Apple Silicon, Raspberry Pi and ARM cloud instances):&#xA;Docker Hub — goshslabs/goshs GitHub Container Registry (GHCR) — ghcr.io/goshs-labs/goshs Pull from Docker Hub:&#xA;docker pull goshslabs/goshs …or from GHCR (handy if you hit Docker Hub’s anonymous pull rate limits):</description>
    </item>
    <item>
      <title>Use Chocolatey (Windows)</title>
      <link>https://docs.goshs.de/installation/chocolatey/index.html</link>
      <pubDate>Wed, 13 May 2026 00:00:00 +0200</pubDate>
      <guid>https://docs.goshs.de/installation/chocolatey/index.html</guid>
      <description>Use Chocolatey goshs is available on the Chocolatey community repository.&#xA;choco install goshs Prerequisites If Chocolatey is not installed yet, follow the official installation guide or run the following in an elevated PowerShell prompt:&#xA;Set-ExecutionPolicy Bypass -Scope Process -Force [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072 iex ((New-Object System.Net.WebClient).DownloadString(&#39;https://community.chocolatey.org/install.ps1&#39;)) 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.</description>
    </item>
    <item>
      <title>GutHub Releases</title>
      <link>https://docs.goshs.de/installation/release/index.html</link>
      <pubDate>Thu, 04 Jul 2024 09:49:21 +0200</pubDate>
      <guid>https://docs.goshs.de/installation/release/index.html</guid>
      <description>Use the release version Download the latest release version for your architecture from https://github.com/goshs-labs/goshs/releases/latest and use it right away.&#xA;Now additional .deb and .rpm packages are available through the GitHub Releases.</description>
    </item>
    <item>
      <title>Build yourself</title>
      <link>https://docs.goshs.de/installation/build/index.html</link>
      <pubDate>Thu, 04 Jul 2024 09:49:21 +0200</pubDate>
      <guid>https://docs.goshs.de/installation/build/index.html</guid>
      <description>How to build it yourself Building from source requires installing esbuild and sass first.&#xA;After that you can simply do:&#xA;git clone https://github.com/goshs-labs/goshs.git cd goshs make build-all Embed files at compile time When building from source the Makefile will embed any files located in the embedded folder into the binary and serve them at runtime. For details see section embed.</description>
    </item>
    <item>
      <title>Shell Completion</title>
      <link>https://docs.goshs.de/installation/completion/index.html</link>
      <pubDate>Wed, 13 May 2026 00:00:00 +0200</pubDate>
      <guid>https://docs.goshs.de/installation/completion/index.html</guid>
      <description>Shell Completion goshs can install tab completion for bash, fish, and zsh directly from the binary — no external tools required.&#xA;Install goshs --completion bash goshs --completion fish goshs --completion zsh After installation goshs prints the exact command to activate completion in your current session.</description>
    </item>
  </channel>
</rss>