This is the official Homebrew tap for Attach (private) — a native iOS bridge for tmux sessions running on your Mac/Linux box, reached over Tailscale.
The tap distributes pre-built attachd binaries; the source repository is private.
brew tap Harris-A-Khan/attach
brew install attachdThen start the daemon (LaunchAgent on macOS / systemd user unit on Linux is configured by brew services):
brew services start attachd # macOS
# or simply run it foreground:
attachd startcurl -fsSL https://raw.githubusercontent.com/Harris-A-Khan/homebrew-attach/main/install.sh | bashThis drops attachd and the attach shim into /usr/local/bin (or $ATTACHD_PREFIX/bin) and runs attachd version to confirm.
attachd pairScan the printed QR code from the Attach iOS app (private — TestFlight invite required) or paste the attach://pair?… deep link.
attach claude # also: attach codex / attach aider / attach ollamaThe attach shim forwards to attachd wrap, which spawns the named CLI under a pseudo-terminal, mirrors output to your pane verbatim, and tees a cleaned-up event stream to the running daemon so the iOS app can render native chat bubbles.
brew upgrade attachd
brew services stop attachd
brew uninstall attachd
brew untap Harris-A-Khan/attach| OS | arch | binary |
|---|---|---|
| macOS | Apple Silicon | attachd-darwin-arm64 |
| macOS | Intel | attachd-darwin-amd64 |
| Linux | aarch64 / arm64 | attachd-linux-arm64 |
| Linux | x86_64 | attachd-linux-amd64 |
tmux3.2 or later (brew install tmuxif you don't have it; the formula declares it as a dependency).- A Tailnet you can reach from both the host and the iPhone (Tailscale isn't required for development, but Attach is built for it).
- attach iOS app repo (private)
- Releases
- Wire protocol — published with each tap release for forward-compatibility notes.
MIT, see LICENSE.