Skip to content

v0.2.4

Latest

Choose a tag to compare

@github-actions github-actions released this 21 May 03:43

Installation

Homebrew (macOS & Linux)

brew tap jellydn/tap
brew install codemux

Direct 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 codemux

Build from source (latest dev)

cargo install --git https://github.com/jellydn/zed-codemux

Zed Extension

Download codemux-extension-*.wasm from the release assets and install it in Zed:

  1. Open Zed → Extensions → Install Extension → Install From File
  2. Select the downloaded .wasm file
  3. The extension enables discoverability for the codemux binary

Verify Installation

codemux --version
codemux --help

Full Changelog: v0.2.3...v0.2.4