Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 02 May 13:41
· 25 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.1.1/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.1.1/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.1.1/codemux-linux-x64
chmod +x codemux
sudo mv codemux /usr/local/bin/

Build from source

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

Verify Installation

codemux --version
codemux --help

What's Changed

  • feat: zero-dependency CodeMux v1 with 83% binary size reduction by @jellydn in #2

New Contributors

Full Changelog: https://github.com/jellydn/zed-codemux/commits/v0.1.1