Install on macOS (Homebrew)
Install ~alter’s always-on daemon on macOS via Homebrew. The Formula wraps the prebuilt alter-runtime release binary 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
Not published yet
The alter-runtime Formula is not in the tap yet, so brew install alter-runtime below will fail today. Until it ships, install the daemon with pip install alter-runtime instead. The tap itself is live, but today it carries only the alter CLI Formula (see below).
Once published, the Formula will ship 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 on the same tap today: brew install true-alter/tap/alter, or via npm. 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.