Installation¶ Binary Installation¶ Homebrew (macOS/Linux)¶ brew install fzymgc-house/tap/router-hosts Download Binary¶ Download from GitHub Releases: Linux (x86_64)macOS (Apple Silicon)macOS (Intel) curl -LO https://github.com/fzymgc-house/router-hosts/releases/latest/download/router-hosts-linux-x86_64.tar.gz tar -xzf router-hosts-linux-x86_64.tar.gz sudo mv router-hosts /usr/local/bin/ curl -LO https://github.com/fzymgc-house/router-hosts/releases/latest/download/router-hosts-darwin-aarch64.tar.gz tar -xzf router-hosts-darwin-aarch64.tar.gz sudo mv router-hosts /usr/local/bin/ curl -LO https://github.com/fzymgc-house/router-hosts/releases/latest/download/router-hosts-darwin-x86_64.tar.gz tar -xzf router-hosts-darwin-x86_64.tar.gz sudo mv router-hosts /usr/local/bin/ Docker¶ docker pull ghcr.io/fzymgc-house/router-hosts:latest Build from Source¶ Requires Rust 1.75+ and buf CLI. git clone https://github.com/fzymgc-house/router-hosts.git cd router-hosts cargo build --release Binary available at target/release/router-hosts.