Downloads
Release Builds
Download Mux
Download pre-built binaries from the releases page.
- macOS: Signed and notarized DMG (separate builds for Intel/Apple Silicon)
- Linux: AppImage
- Windows (alpha): Installer exe
Development Builds
Download pre-built binaries ofmain from GitHub Actions:
- macOS: Signed and notarized DMG
build-macos-x64(Intel Macs)build-macos-arm64(Apple Silicon)
- Linux:
build-linuxAppImage (portable, works on most distros) - Windows:
build-windowsinstaller exe
- Go to the PR workflow (main branch)
- Click on the latest successful run
- Scroll down to “Artifacts” section
- Download the appropriate artifact for your platform
Installation
macOS
- Download the DMG file for your Mac:
- Intel Mac:
macos-dmg-x64 - Apple Silicon:
macos-dmg-arm64
- Intel Mac:
- Open the DMG file
- Drag Mux to Applications folder
- Open the app normally
Linux
- Download the AppImage file
- Make it executable:
chmod +x Mux-*.AppImage - Run it:
./Mux-*.AppImage
Windows
(alpha) Prerequisites:- Install Git for Windows (includes Git Bash). WSL is not supported.
- Restart Mux after installing Git for Windows.
- Download the installer exe from releases (e.g.,
mux-x.x.x-x64.exe) - Run the installer
- Follow the installation prompts
- Launch Mux from the Start menu or desktop shortcut
Testing Pre-Release Builds
- After installing, open Terminal
- Run:
xattr -cr /Applications/Mux.app - Run:
codesign --force --deep --sign - /Applications/Mux.app - Now you can open the app normally
CLI via npm
The Mux CLI can also be run directly vianpx without installing the desktop app: