Get Started
Up and running in under 2 minutes. Pick your tool.
Install Lodestar
Choose your preferred install method:
npm install -g lodestar brew install lodestar curl -fsSL kylex.io/install | sh Run the setup wizard
The wizard configures your AI provider and auto-connects to Claude Code:
lodestar init Start using it
Three commands — that's the entire workflow:
lodestar start lodestar save lodestar end .lodestar.md, done.Review your project dashboard
See your project status, decisions, and architecture at a glance:
lodestar review Opens a browser-based dashboard with feature progress, decisions, patterns, and Mermaid architecture diagrams.
Optional: Install git hooks
Auto-update feature status on every commit (no LLM cost). Commit .lodestar.md on push.
lodestar hooks Cursor Integration
Lodestar works with Cursor today via MCP. A dedicated guide with Cursor-specific setup is coming soon.
lodestar init VS Code Extension
A VS Code extension with sidebar integration, inline context display, and one-click synthesis is in development.
Want early access? Join Pro Early Access
All Commands
| Command | What it does |
|---|---|
| lodestar init | First-time setup wizard |
| lodestar start | Load previous session context |
| lodestar save | Mid-session checkpoint (full synthesis) |
| lodestar end | Synthesize + commit — end session |
| lodestar review | Open project dashboard in browser |
| lodestar bootstrap | Capture existing project structure |
| lodestar hooks | Install git hooks (auto-update on commit) |
All commands default to the current directory. No path needed.