Getting Started
Quickstart
Go from zero to persistent agent memory in 60 seconds.
60-second quickstart
1. Install
npm i -g nexus-prime
2. Set up Claude Code (or your agent of choice)
nexus-prime setup claude
3. Start
nexus-prime start
4. Open your agent and start a session
Your agent now reads from Nexus memory on every session start. Open Claude Code and start working — Nexus captures what it learns automatically.
5. Check the dashboard
Open localhost:3377 to see:
- Memory entries written this session
- Active worktrees
- Token budget usage
- Agent status
Your first memory
After your first session, run:
nexus-prime memory list
You’ll see everything your agent learned — file conventions, architecture notes, debugging patterns — stored locally in SQLite.