v2.5.0 — One-Command Setup
What's New
lean-ctx setup — One-Command Setup
A single command that fully configures lean-ctx on any machine:
lean-ctx setupIt automatically:
- Installs 23 shell aliases (git, npm, cargo, docker, kubectl, curl, and more)
- Auto-detects installed editors (Cursor, Claude Code, Windsurf, Codex CLI, Gemini CLI, Zed)
- Creates MCP config files for each detected editor
- Installs agent instruction files
- Runs
lean-ctx doctorto verify everything
No more manual mcp.json editing or multi-step configuration guides. Install the binary, run lean-ctx setup, restart your shell — done.
Enhanced lean-ctx doctor
Improved diagnostic output with better detection of editor configurations and more actionable error messages.
Website Documentation Restructured
Getting Started page now follows a clean chronological flow: Quick Install → Step 1: Install → Step 2: Setup → Step 3: Editor Setup → Step 4: Verify. Docs sidebar reorganized into logical groups for better navigation.
Install / Update
# Universal (any platform, no Rust needed)
curl -fsSL https://leanctx.com/install.sh | sh
# macOS / Linux
brew tap yvgude/lean-ctx && brew install lean-ctx
# npm (no Rust needed)
npm install -g lean-ctx-bin
# Rust
cargo install lean-ctx
# Self-update
lean-ctx updateFull changelog: CHANGELOG.md
Full Changelog: v2.4.1...v2.5.0