v0.1.2
feyninc/mandexv0.1.2Mar 20, 2026by chonknick
AI Summary
Introduces interactive onboarding with `mx init` and simplifies the installation process to avoid sudo.
Key Highlights
- Interactive `mx init` with multiselect for Claude Code, Cursor, Windsurf, and Codex
- Simplified installer handles binary download and PATH setup
- No sudo required: installs to `~/.local/bin` by default
New Features
- Interactive onboarding
- Simplified installer
- No sudo installation
Full Release Notes
## What's new Interactive onboarding with `mx init` — a polished setup experience for AI coding assistant integrations. ## Highlights - **`mx init` command**: Auto-detects Claude Code, Cursor, Windsurf, and Codex with a multiselect UI (powered by dialoguer). Pre-checks detected tools, lets you toggle with space, confirm with enter. - **Simplified installer**: Shell script now handles binary download + PATH setup only, delegates integration setup to `mx init`. - **No more sudo**: Installs to `~/.local/bin` by default, auto-configures PATH in shell rc files (rustup-style). ## Install / Upgrade ```bash # Install curl -fsSL https://mandex.dev/install.sh | sh # Or via cargo cargo install mandex ```