Skip to content

0.1.9 - 2025-09-02

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Sep 15:41

Release Notes

Added

  • Server restart command (codemux restart and codemux server restart) for convenient server management
  • Automatic port persistence - server saves and reuses port configuration across restarts
  • Expo app now uses port 18765 in development mode to match debug build configuration

Changed

  • Updated app identifier from com.codemux.codemux to dev.codemux.cli for proper configuration directory structure

Fixed

Install codemux 0.1.9

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/codemuxlab/codemux-cli/releases/download/v0.1.9/codemux-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/codemuxlab/codemux-cli/releases/download/v0.1.9/codemux-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install codemuxlab/tap/codemux

Install prebuilt binaries into your npm project

npm install codemux@0.1.9

Download codemux 0.1.9

File Platform Checksum
codemux-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
codemux-x86_64-apple-darwin.tar.xz Intel macOS checksum
codemux-x86_64-pc-windows-msvc.zip x64 Windows checksum
codemux-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
codemux-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum