Skip to content
This repository was archived by the owner on Aug 13, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

multiplex-cli-releases

Downloadable builds of mpx, the companion CLI for Multiplex. There is no source here — this repository exists only to host release artifacts.

Install

brew install multiplex-term/tap/mpx                        # macOS or Linux
curl -fsSL https://multiplexterm.dev/install-mpx-cli | sh  # macOS or Linux

Then, on the machine you want to add to the app:

mpx bind

Or 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-missing

Reporting problems

Open an issue on this repository — include mpx --version and your platform. For the app itself, start at multiplexterm.dev.

Licence

MIT, same as the source. See the LICENSE inside any archive.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors