cliper
Repository
Knowledge Graph
Agent Node
Architecture
CLiPER AGENT: ONLINE

Your codebase has amnesia.
We gave it a memory.

Cliper turns any git repository into a persistent AI memory graph in the cloud.

Git stores source code. Cliper stores engineering knowledge.
Your code never leaves your machine - only its knowledge does.

Use Web App How It Works
bash - cliper-agent

How It Works

Teach it once. Quiz it from anywhere. Put it to work.

Step 01 · Teach

cliper init

One command reads your repo like a senior engineer on day one - files, commits, PRs, dependencies, gaps - and builds a knowledge graph in the cloud.

$ cliper init
Extracted 43 files
Mapped 70 dependencies
Memory graph ready
Step 02 · Ask

Chat with your codebase

From your phone, ask anything a teammate would know. Answers come from the graph - relationships, not keyword guesses.

Where is auth implemented?
JWT sessions in src/auth/session.ts, attached by the interceptor in lib/api.ts.
Step 03 · Delegate

Dispatch an agent

Send a coding task from your phone. Your laptop's agent edits, tests, and commits - code never leaves your machine.

Planning
Editing auth.ts
Tests passed
Commit created locally

The Semantic Memory Graph

Thirteen typed memories, connected by real relationships - this is the structure cliper init builds from your repository.

Core
Git History
GitHub
Code Structure
Intelligence

hover a memory to trace its relationships

Try Cliper Now

Kickstart eternal memory for your git repository within seconds.

npm install

Command Line Interface

Install the persistent CLI runner globally. Works locally on macOS, Linux, or Windows terminals.

npm install -g cliper-memory
View on npm