# glider を Homebrew, MacPorts, Nix, pacman でインストール

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

## インストール

```sh
sudo av install brew:glider
```

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

### macOS

- Homebrew (100%):

```sh
brew install glider
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install glider
```

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

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#glider
```

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

- pacman (92%):

```sh
sudo pacman -S glider
```

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

## パッケージ情報

- **パッケージキー:** brew:glider
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/glider>
- **バージョン:** 0.16.4
- **ソース概要:** Forward proxy with multiple protocols support
- **ホームページ:** <https://github.com/nadoo/glider>
- **リポジトリ:** <https://github.com/nadoo/glider>
- **ライセンス:** GPL-3.0-or-later
- **ソースアーカイブ:** <https://github.com/nadoo/glider/archive/refs/tags/v0.16.4.tar.gz>
- **最終更新:** 2026-07-27T14:57:50+02:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- glider (cli)
- glider (エイリアス)

## ビルド依存関係

- go

## インストール挙動

- post-install フック: 未定義
- サービス: declared
- Bottle: 利用可能 対象 arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.16.4
- マネージャ更新日: 2026-07-27
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/nadoo/glider
- 検出された最新: v0.16.4 (最新)
## プロジェクトの歴史と使われ方

glider is a Go-based forward proxy and protocol-conversion tool with DNS, DHCP, routing-rule, health-check, and load-balancing features. Its history is best documented by its GitHub repository and README rather than by a separate project-history site.

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

The GitHub repository was created in July 2017 and describes glider as a forward proxy with support for multiple protocols plus DNS, DHCP, and ipset management features. The project developed around one executable that can listen locally and forward traffic through one or more upstream forwarders.

### 採用の歴史

glider's adoption appears in package-manager availability across Homebrew, MacPorts, Nix, and Arch-derived systems, plus binary and Docker distribution from the upstream README. Its appeal is strongest for users who want a compact proxy chain tool rather than a full appliance.

### 使われ方

Practitioners run `glider` with `-listen`, `-forward`, and optional `-config` arguments. Common setups create HTTP or SOCKS5 listeners, chain forwarders, select failover or latency strategies, serve DNS through proxy rules, or use Linux redirect and tproxy modes.

Because proxy URLs may embed user names, passwords, certificates, and upstream endpoints, the package's config file can also serve as a credential-bearing file in managed installations.

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

For package maintainers, glider is a self-contained Go networking binary with many runtime modes and few packaging surfaces. The main thing to preserve is the CLI behavior, service config path, and protocol support advertised by upstream.

### タイムライン

- 2017: GitHub repository created.
- 2010s: Project grew around proxy listeners, chained forwarders, DNS forwarding, and ipset features.
- 2020s: README documented broader protocol support including HTTP, SOCKS, Shadowsocks, Trojan, VLESS, VMess, SSH, TCP, UDP, TLS, KCP, WebSocket, and Linux redirect modes.

### Related projects

- glider overlaps with SOCKS and HTTP proxy tools, dnsmasq-style DNS/DHCP setups, Shadowsocks-family clients, and Linux transparent-proxy routing tools.

### ソース

- <https://api.github.com/repos/nadoo/glider>
- <https://github.com/nadoo/glider>
- <https://raw.githubusercontent.com/nadoo/glider/main/README.md>


## セキュリティノート

formula declares a Homebrew service.

- **Geiger リスク:** orange / 中
- formula declares a Homebrew service


## 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: /etc/glider/glider.conf

## Credential files

- Unix: /etc/glider/glider.conf
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** glider
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## 他のパッケージマネージャ記録

- Nix - glider: normalized package name match | nixpkgs package indexes: pkgs/by-name/gl/glider/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - glider - 0.16.4-1: normalized package name match | Arch Linux sync databases: glider from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A forward proxy with multiple protocols support | https://github.com/nadoo/glider
- MacPorts - glider: normalized package name match | MacPorts ports tree: net/glider/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://pkg.so/ja/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://pkg.so/ja/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [go](https://pkg.so/ja/brew/go/) - Build dependency declared by Homebrew.
- [dnsmasq](https://pkg.so/ja/brew/dnsmasq/) - Shares pkgdb curated category or tags: cli, dhcp, dns, networking.
- [doggo](https://pkg.so/ja/brew/doggo/) - Shares pkgdb curated category or tags: cli, dns, go, networking.
- [mihomo](https://pkg.so/ja/brew/mihomo/) - Shares pkgdb curated category or tags: cli, go, networking, proxy.
- [spoofdpi](https://pkg.so/ja/brew/spoofdpi/) - Shares pkgdb curated category or tags: cli, go, networking, proxy.
- [dnscrypt-proxy](https://pkg.so/ja/brew/dnscrypt-proxy/) - Shares pkgdb curated category or tags: cli, dns, networking, proxy.
- [gost](https://pkg.so/ja/brew/gost/) - Shares pkgdb curated category or tags: cli, go, networking, proxy.
- [shadowsocks-libev](https://pkg.so/ja/brew/shadowsocks-libev/) - Shares pkgdb curated category or tags: cli, networking, proxy, socks5.
- [coredns](https://pkg.so/ja/brew/coredns/) - Shares pkgdb curated category or tags: cli, dns, go, networking.
- [aliddns](https://pkg.so/ja/brew/aliddns/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, dns, go, networking.
- [ctrld](https://pkg.so/ja/brew/ctrld/) - Local package facts share a topical domain. Shared terms: cli, dns, networking, proxy.
- [getparty](https://pkg.so/ja/brew/getparty/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, go, networking, proxy.

## Combined YAML source

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


## ソース

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