Get Started
Up and running in under 2 minutes. Pick your tool.
Install Lodestar
One command. macOS, Linux, Intel or Apple Silicon.
curl -fsSL kylex.io/install | sh Run the setup wizard
Navigate to your project directory, then run init:
cd ~/your-projectlodestar initSessions are fully automatic after init. Context loads on open, saves on close.
Start coding
That's it. Open Claude Code and start working. When you're done, check the dashboard:
lodestar review Opens a browser dashboard with feature progress, decisions, architecture diagrams, and session history.
Install Lodestar
One command. macOS, Linux, Intel or Apple Silicon.
curl -fsSL kylex.io/install | sh Run the setup wizard
Navigate to your project directory, then run init:
cd ~/your-projectlodestar initThe wizard auto-configures Claude Desktop's MCP settings.
Restart Claude Desktop
Quit and reopen Claude Desktop to activate the MCP connection. Then set your project directory:
<your-project-folder> in the bottom-left<your-project-folder> appears under Settings → Developer → MCP servers
Start coding
Sessions are automatic — context loads when you open Claude Desktop, saves when you close it. Check the dashboard anytime:
lodestar review Install Lodestar
One command. macOS, Linux, Intel or Apple Silicon.
curl -fsSL kylex.io/install | sh Run the setup wizard
Navigate to your project directory and run init. Select OpenAI as your provider (works with ChatGPT and Codex):
cd ~/your-projectlodestar initUse with ChatGPT or Codex
Start and end sessions with simple CLI commands. Git hooks handle mid-session updates automatically on every commit.
lodestar start — load context before you beginlodestar end — synthesize + commit when doneGit hooks auto-update feature progress on every commit — no extra commands needed mid-session.
lodestar review — open the dashboard anytime Install Lodestar
One command. macOS, Linux, Intel or Apple Silicon.
curl -fsSL kylex.io/install | sh Run the setup wizard
Navigate to your project directory and run init. Select Google as your provider:
cd ~/your-projectlodestar initUse with Gemini
Start and end sessions with simple CLI commands. Git hooks handle mid-session updates automatically on every commit.
lodestar start — load context before you beginlodestar end — synthesize + commit when doneGit hooks auto-update feature progress on every commit — no extra commands needed mid-session.
lodestar review — open the dashboard anytime Install Lodestar
One command. macOS, Linux, Intel or Apple Silicon.
curl -fsSL kylex.io/install | sh Run the setup wizard
Navigate to your project directory and run init. Pick any provider you prefer:
cd ~/your-projectlodestar initUse with Cursor
Start and end sessions with simple CLI commands. Git hooks handle mid-session updates automatically on every commit.
lodestar start — load context before you beginlodestar end — synthesize + commit when doneGit hooks auto-update feature progress on every commit — no extra commands needed mid-session.
lodestar review — open the dashboard anytime What happens automatically
With git hooks installed, Lodestar manages your sessions regardless of which AI coding tool you use.
| Event | What Lodestar does |
|---|---|
You run lodestar start | Loads context + prints session summary |
| You commit code | Updates feature progress automatically |
You run lodestar end | Synthesizes session + commits context |
Optional commands
You only need these when you want to.
| Command | What it does |
|---|---|
| lodestar save | Mid-session checkpoint with optional notes |
| lodestar review | Open project dashboard in browser |
That's it. Everything else is automatic.