Install
Choose a surface — CLI, IDE extension, or AI agent MCP — then follow that lane.
Prefer the guided path? Use the Get started wizard.
Pick the surface you want. They share one engine and agree with each other. You can install more than one.
Requirements (everyone)
- Node.js 26 or newer (
node -vshould showv26…). - A project repository open (TypeScript / JavaScript; git optional but recommended).
- You do not need to clone the Prism GitHub repo to use published packages.
Choose a surface
| Surface | Guide |
|---|---|
Command line (prism) | CLI install |
| VS Code / Cursor (Prism) | IDE install |
| AI agents (MCP) | MCP install |
After install, run Quickstart or jump to a task guide.
What Prism writes in your project
After the first analysis:
your-repo/
.prism/
cache/ index + health history
consent.json optional network feature decisions
bookmarks.json map bookmarks
ingest/ artifacts you asked Prism to read
tools/ tools you consented to installLet Prism add .prism/ to .gitignore when offered — it is derived output.
From source (contributors)
git clone https://github.com/Shailesh200/prism
cd prism
bun install
bun run verify:milestoneSee CONTRIBUTING.