Downloadable builds of mpx, the companion CLI
for Multiplex. There is no source here — this
repository exists only to host release artifacts.
brew install multiplex-term/tap/mpx # macOS or Linux
curl -fsSL https://multiplexterm.dev/install-mpx-cli | sh # macOS or LinuxThen, on the machine you want to add to the app:
mpx bindOr grab an archive from Releases by hand:
| Platform | Archive |
|---|---|
| macOS, Apple silicon | mpx-<tag>-aarch64-apple-darwin.tar.gz |
| macOS, Intel | mpx-<tag>-x86_64-apple-darwin.tar.gz |
| Linux, arm64 | mpx-<tag>-aarch64-unknown-linux-musl.tar.gz |
| Linux, x86_64 | mpx-<tag>-x86_64-unknown-linux-musl.tar.gz |
Each archive carries the mpx binary, a multiplex alias, the README, and the
licence. Linux builds are statically linked against musl, so one binary
covers glibc distributions and Alpine alike — mpx bind is usually run on a
server nobody wants to install a toolchain on.
Verify what you downloaded:
curl -fsSLO https://github.com/multiplex-term/multiplex-cli-releases/releases/latest/download/SHA256SUMS
shasum -a 256 -c SHA256SUMS --ignore-missingOpen an issue on this repository — include mpx --version
and your platform. For the app itself, start at
multiplexterm.dev.
MIT, same as the source. See the LICENSE inside any archive.