Installation
Homebrew (macOS & Linux)
brew tap jellydn/tap
brew install codemuxDirect Download
Download the appropriate binary for your platform and place it in your $PATH:
# macOS (Apple Silicon)
curl -L https://github.com/jellydn/zed-codemux/releases/download/v0.2.4/codemux-macos-arm64.tar.gz | tar xz
sudo mv codemux /usr/local/bin/
# macOS (Intel)
curl -L https://github.com/jellydn/zed-codemux/releases/download/v0.2.4/codemux-macos-x64.tar.gz | tar xz
sudo mv codemux /usr/local/bin/
# Linux (x64)
curl -L https://github.com/jellydn/zed-codemux/releases/download/v0.2.4/codemux-linux-x64.tar.gz | tar xz
sudo mv codemux /usr/local/bin/cargo install
cargo install codemuxBuild from source (latest dev)
cargo install --git https://github.com/jellydn/zed-codemuxZed Extension
Download codemux-extension-*.wasm from the release assets and install it in Zed:
- Open Zed → Extensions → Install Extension → Install From File
- Select the downloaded
.wasmfile - The extension enables discoverability for the codemux binary
Verify Installation
codemux --version
codemux --helpFull Changelog: v0.2.3...v0.2.4