Skip to content

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 21 May 02:04
· 2 commits to main since this release

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 -o codemux https://github.com/jellydn/zed-codemux/releases/download/v0.2.3/codemux-macos-arm64
chmod +x codemux
sudo mv codemux /usr/local/bin/

# macOS (Intel)
curl -L -o codemux https://github.com/jellydn/zed-codemux/releases/download/v0.2.3/codemux-macos-x64
chmod +x codemux
sudo mv codemux /usr/local/bin/

# Linux (x64)
curl -L -o codemux https://github.com/jellydn/zed-codemux/releases/download/v0.2.3/codemux-linux-x64
chmod +x codemux
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.0...v0.2.3