Get started

Step-by-step wizard — pick a surface and install Prism in a few minutes.

Follow the steps below. You do not need to clone the Prism GitHub repo — published packages are enough.

1. Prerequisites

Node.js 26+ — check with node -v (should start with v26).

A project folder — TypeScript / JavaScript repository. Open or cd into it. Git is recommended but not required.

Pick one surface to start — you can add others later. They share the same engine.

2. Install a surface

Choose the lane that matches how you work:

Terminal and CI. Fastest way to try Prism.

Open a terminal inside your project:

cd /path/to/your/project

Check the environment (workspace resolves from the git root):

npx -y @repo-prism/cli doctor

Run your first analyses:

npx -y @repo-prism/cli dna
npx -y @repo-prism/cli health

Optional — install globally:

npm install -g @repo-prism/cli
prism doctor

Full detail: CLI install · CLI usage

3. Confirm it works

SurfaceYou should see
CLIdoctor prints a workspace path; dna / health print reports
IDEPrism panel opens after indexing
MCP~28 tools listed; agent answers with repository structure

4. What’s next

On this page