github yvgude/lean-ctx v2.5.0
v2.5.0 — One-Command Setup

latest releases: v3.9.11, v3.9.10, v3.9.9...
3 months ago

What's New

lean-ctx setup — One-Command Setup

A single command that fully configures lean-ctx on any machine:

lean-ctx setup

It 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 doctor to 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 update

Full changelog: CHANGELOG.md

Full Changelog: v2.4.1...v2.5.0

Don't miss a new lean-ctx release

NewReleases is sending notifications on new releases.