# swgp-go を Homebrew, Nix でインストール

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

## インストール

```sh
sudo av install brew:swgp-go
```

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

### macOS

- Homebrew (100%):

```sh
brew install swgp-go
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#swgp-go
```

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

## パッケージ情報

- **パッケージキー:** brew:swgp-go
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.10.0
- **ソース概要:** Simple WireGuard proxy with minimal overhead for WireGuard traffic
- **ホームページ:** <https://github.com/database64128/swgp-go>
- **リポジトリ:** <https://github.com/database64128/swgp-go>
- **最終更新:** 2026-07-26T04:03:48+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- swgp-go (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

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

swgp-go is a small Go proxy that obfuscates or encrypts WireGuard traffic with minimal overhead. It provides client and server modes intended to sit immediately outside an ordinary WireGuard tunnel.

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

The official repository was created in March 2022. The project developed multiple proxy modes that balance overhead and traffic-shape concealment, with newer 2026 modes adding timestamped replay protection while retaining legacy modes for compatibility.

The project reached a 1.x release series and continued regular releases through 2026. Its deployment assets include JSON examples and both singleton and templated systemd unit files.

### 採用の歴史

Upstream distributes prebuilt release binaries and documents installation through Homebrew, AUR release and VCS packages, and `go install`; a community container image supplies another deployment route. The supplied metadata also records a Nix package.

### 使われ方

Operators run one swgp-go server near a WireGuard endpoint and one client near the WireGuard peer, configuring listen and endpoint addresses, a matching proxy mode and pre-shared key, and the path MTU. Linux deployments can use the supplied systemd units with JSON files under `/etc/swgp-go`.

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

swgp-go is appealing to package and network-tool enthusiasts because it is a single Go binary with no separate control service, conventional JSON configuration, systemd examples, and several installation channels. It addresses WireGuard traffic obfuscation without replacing WireGuard itself.

### タイムライン

- 2022: The official swgp-go repository was created.
- 2025: Version 1.8.0 was released during the established 1.x series.
- 2026: Versions 1.9.0 and 1.10.0 were released, and the documented 2026 proxy modes added replay protection.

### Related projects

- WireGuard provides the tunnel traffic carried by swgp-go. The README uses `wg genpsk` for compatible pre-shared keys and points to a community-maintained container image for container deployment.

### ソース

- <https://github.com/database64128/swgp-go#readme>
- <https://github.com/database64128/swgp-go/releases>
- <https://github.com/database64128/swgp-go/tree/main/docs>
- source_facts.package-manager


## セキュリティノート

swgp-go に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。



## 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

- Linux: /etc/swgp-go/config.json, /etc/swgp-go/%i.json
## 他のパッケージマネージャ記録

- Nix - swgp-go: normalized package name match | nixpkgs package indexes: pkgs/by-name/sw/swgp-go/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

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


## ソース

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