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.

Manual download

Pick your build

Grab the artifact that matches your OS and make it executable before moving it into /usr/local/bin or your preferred location.

macOS (Apple Silicon ARM64)

muxd-macos-arm64

Download

native ARM binary from the GitHub release bundle.

macOS (Intel x86_64)

muxd-macos-amd64

Download

Intel build produced from the same release artifacts.

Linux (x86_64)

muxd-linux-amd64

Download

static ELF that runs on glibc and musl distributions.

Windows (x86_64)

muxd-win-amd64.exe

Download

self-contained `.exe` produced from the release workflow.

Checksums are published at checksums.txt.