Codemux v0.14.0
What's New
The headline feature of v0.14.0 is web remote access — drive the Codemux desktop app from any browser, either on your LAN, over Tailscale, or from anywhere via an account-verified hosted client at app.codemux.org.
Features
Remote access
- Web remote access — drive the desktop app from any browser
- Account-verified web sessions — sign in instead of pairing, with GitHub OAuth sign-in for the hosted web client
codemux remote paircommand plus a Tailscale-only access scope- Desktop + browser-WASM Iroh transport for account/relay web remote, with the app.codemux.org hosted bootstrap
- Account grant handshake + device registration for the from-anywhere tier
- Bootstrap web clients from an HTTP snapshot before the socket connects
Workspaces & chat
- Workspace archive — one-click restorable archive replaces sidebar close
- Discover and surface provider-native slash commands in the agent-chat composer
- Re-pin the transcript to latest on prompt send
- Show the user's answer as a reply after an AskUserQuestion resolves
Fixes
- Stage images at attach time so the first send feels instant (perf)
- Run AI branch naming hermetically so unrelated context can't leak into names
- Launch auto-resumed sessions in the provider default permission mode when the row has none
- Stop labeling a live run as interrupted after a workspace switch
- Consume the model-picker open signal once per increment
- Default the desktop-size background-browser peek viewport to on
- Handle rebind disconnects gracefully when changing access scope from a web client
- Group reachable endpoints and hide virtual interfaces; resolve the agent-chat sidecar in dev
- Move the remote indicator into the title bar
- Parse SQLite UTC timestamps correctly in device rows
- Fix non-worktree delete regression and restore paths (PR review)
Other
- Capture required CSP + security headers for app.codemux.org hosting
- Use local origin for IPC dispatch after Tauri 2.11 ACL gate
- Docs status update for the web remote merge
Install
AppImage (any Linux distro)
chmod +x codemux_0.14.0_amd64.AppImage
./codemux_0.14.0_amd64.AppImageArch Linux (AUR)
yay -S codemux-binDebian/Ubuntu
sudo dpkg -i codemux_0.14.0_amd64.debWindows
Download codemux_0.14.0_x64-setup.exe from the release assets and run the installer.
Note: The installer is not code-signed yet. Windows SmartScreen may show a warning — click "More info" → "Run anyway" to proceed. This will be resolved in a future release.
Existing users: Both Linux (AppImage) and Windows users will be prompted to update automatically via the Tauri auto-updater. No manual download required — the updater handles it on next app launch.