Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 19 May 09:04
· 13 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.0/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.0/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.0/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

Verify Installation

codemux --version
codemux --help

Full Changelog: v0.1.3...v0.2.0