Install on macOS (Homebrew)
Install ~alter’s always-on daemon on macOS via Homebrew. The Formula wraps the upstream truealter PyPI distribution and registers a launchd plist named com.truealter.alter-runtime.
What you get
- •
alter-runtimebinary on$PATH. - •launchd plist
com.truealter.alter-runtime. - •Default config root at
~/Library/Application Support/alter/. Runtime socket falls back to the macOSDARWIN_USER_DIRwhen$XDG_RUNTIME_DIRis unset.
Install
The Formula ships from the official tap at true-alter/homebrew-tap. Tap once, then install:
brew tap true-alter/tap
brew install alter-runtimeNeed the CLI too? The alter CLI is distributed via npm and works alongside the daemon. See the npm install guide for details.
Start the daemon
brew services start alter-runtimeVerify
alter-runtime --version
brew services info alter-runtimeCross-platform unity
However a person installs alter-runtime, the runtime they get is the same runtime everyone else gets: same socket protocol, same ~handle resolution, same DNS-TXT discovery, same federation endpoints. macOS uses launchd rather than systemd; the plist is a local-idiom optimisation, not a substrate divergence. A macOS user federates with users on any other channel identically.