Install script
One command, all platforms
The script downloads the release artifact that matches your platform, verifies it with the checksum manifest, and copies muxd into a directory on your PATH.
curl & bash
curl -fsSL https://raw.githubusercontent.com/kiliannnnn/muxd/main/install-muxd.sh | bash
The script lives at https://raw.githubusercontent.com/kiliannnnn/muxd/main/install-muxd.sh; download it separately on Windows or any shell that cannot pipe directly from curl.
- The install script fetches the latest GitHub release that matches your platform and validates it with the release checksum manifest.
- It tries to place `muxd` in `/usr/local/bin` and falls back to `$HOME/.local/bin` if elevated permissions are missing.
- Run `muxd --version` once the script finishes so your shell can see the new binary.