# gost を Homebrew, apk, MacPorts, Nix, pacman, apt でインストール

gost のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:gost
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install gost
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install gost
```

  証拠: MacPorts ports tree: net/gost/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add gost
```

  証拠: Alpine Linux edge package indexes: gost from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#gost
```

  証拠: nixpkgs package indexes: pkgs/by-name/go/gost/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S gost
```

  証拠: Arch Linux sync databases: gost from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- Ubuntu apt (92%):

```sh
sudo apt install gost
```

  証拠: Ubuntu 24.04 LTS package indexes: gost from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

## パッケージ情報

- **パッケージキー:** brew:gost
- **パッケージマネージャ:** Homebrew
- **バージョン:** 3.2.6
- **ソース概要:** GO Simple Tunnel - a simple tunnel written in golang
- **ホームページ:** <https://gost.run/>
- **リポジトリ:** <https://github.com/go-gost/gost>
- **最終更新:** 2026-07-25T20:55:26-04:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- gost (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 3.2.6
## プロジェクトの歴史と使われ方

GOST, short for GO Simple Tunnel, is a Go networking tool for proxying, port forwarding, reverse proxying, and tunneling. Its documentation describes three main tunnel modes: proxy service, port forwarding, and reverse proxy or intranet exposure.

### プロジェクトの歴史

The older v2 documentation presents GOST as a simple security tunnel written in Go, covering HTTP(S), SOCKS, Shadowsocks, SNI, TLS, WebSocket, KCP, QUIC, SSH, obfs, relay, forward, redirect, and related tunnel patterns. The newer go-gost/gost repository and gost.run documentation carry the v3 line.

The v3 README shows the project evolving from a single tunnel command into a broad network toolbox: multi-port listeners, forwarding chains, TCP/UDP port forwarding, reverse proxy and tunnel modes, transparent proxying, DNS resolver/proxy features, TUN/TAP and tun2socks, load balancing, routing controls, admission and rate limiting, plugins, Prometheus metrics, dynamic configuration, a Web API, GUI, and WebUI.

### 採用の歴史

GOST is packaged by Homebrew and appears in other package ecosystems in the batch input, including Alpine, MacPorts, Nix, Arch, and Ubuntu source packages. Its upstream README also documents binary releases, an install script, source builds, and Docker usage.

### 使われ方

Common usage combines listener and connector options to build proxies, forwarding chains, reverse tunnels, DNS proxying, transparent proxies, and controlled network paths. The configuration-file support matters for repeatable deployments, while one-line commands remain useful for temporary tunnel tests.

### パッケージ好きにとっての重要性

GOST matters in package indexes because it compresses many proxy and tunneling roles into one Go binary with frequent releases and multi-platform assets. It overlaps with parts of sshuttle, socat, frp, shadowsocks tooling, and reverse-proxy utilities, so clear packaging names and version lines help users choose the intended GOST generation.

### タイムライン

- 2017: The v2 documentation metadata records an early GOST documentation timestamp.
- 2020: The go-gost/gost GitHub repository line is identified by GitHub release metadata.
- 2025: v3.2.x releases continue the v3 line with regular changelog entries.
- 2026: Nightly v3.2.7 builds in the release feed show dependency bumps for go-gost/core and go-gost/x.

### Related projects

- go-gost/core is the core library referenced in v3 release notes.
- go-gost/x contains extended or experimental features referenced in v3 release notes.
- go-gost/gostctl and go-gost/gost-ui are GUI and WebUI companions linked from the README.
- The v2.gost.run documentation is the official legacy documentation surface.

### ソース

- <https://formulae.brew.sh/formula/gost>
- <https://github.com/go-gost/gost>
- <https://github.com/go-gost/gost/releases.atom>
- <https://gost.run/en/>
- <https://v2.gost.run/en/>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ./gost.yml, ./gost.json, /etc/gost/gost.yml, /etc/gost/gost.json, ~/gost/gost.yml, ~/gost/gost.json
## 他のパッケージマネージャ記録

- Nix - gost: normalized package name match | nixpkgs package indexes: pkgs/by-name/go/gost/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - golang-github-knqyf263-gost-dev - 0.1.2-2: normalized package name match | Ubuntu 24.04 LTS package indexes: golang-github-knqyf263-gost-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | local copy tool of Security Tracker (Red Hat/Debian) written in go | https://github.com/knqyf263/gost
- Ubuntu apt - gost - 0.1.2-2: normalized package name match | Ubuntu 24.04 LTS package indexes: gost from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | local copy tool of Security Tracker (Red Hat/Debian) written in go | https://github.com/knqyf263/gost
- apk - gost - 3.2.6-r6: normalized package name match | Alpine Linux edge package indexes: gost from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | GO Simple Tunnel - a simple tunnel written in golang | https://github.com/go-gost/gost
- apk - gost-doc - 3.2.6-r6: normalized package name match | Alpine Linux edge package indexes: gost-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | GO Simple Tunnel - a simple tunnel written in golang (documentation) | https://github.com/go-gost/gost
- pacman - gost - 3.2.6-1: normalized package name match | Arch Linux sync databases: gost from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | GO Simple Tunnel | https://github.com/go-gost/gost
- MacPorts - gost: normalized package name match | MacPorts ports tree: net/gost/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/gost.yml](https://github.com/mxcl/pkgdb/blob/main/combined/gost.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
