IxIx

Understand any codebase instantly.

curl -fsSL https://ix-infra.com/install.sh | sh
Integrations
Works across your agent stack
Codex
Codex
Plugin ready
Claude
Claude
Plugin ready
OpenClaw
OpenClaw
Plugin ready
Gemini
Gemini
Plugin ready
Codex
Codex
Plugin ready
Claude
Claude
Plugin ready
OpenClaw
OpenClaw
Plugin ready
Gemini
Gemini
Plugin ready

How it works

From source files to structured memory.

01

Map

Run `ix map .` once to turn a repo into a living system graph.

Graph write
02

Query

Move through the graph with focused commands instead of rereading files.

ix search <term>Search system
ix locate <symbol>Find definition
ix explain <symbol>Explain behavior
ix impact <target>Analyze impact
ix overview <target>Summarize structure
ix read <target>Read source
ix smellsDetect issues
ix trace <symbol>Trace flow
ix subsystemExplore structure
ix inventoryList components
ix rankRank importance
ix history <target>Show history
ix diff <from> <to>Compare changes
View all commands →
03

Remember

Persistent memory keeps your graph and agent context alive across sessions.

Session 1
Session 2
Session 3
Session 1
Map once

Ix stores symbols, relationships, and system boundaries.

Claude + Ix

See the difference

Claude without Ix
Three exploration passes, heavier token spend
155.1k tokens
I'll explore the codebase structure in parallel to build a comprehensive picture.

2 Explore agents finished
  Explore scala backend structure       38 tool uses · 46.0k tokens
  Explore CLI TypeScript structure      29 tool uses · 59.7k tokens

Bash(find . -name "*.scala" -o -name "*.ts" ...)
  26034 total
   2199 ./core-ingestion/src/index.ts
   1716 ./ix-cli/src/cli/tests__/explain-pipeline.test.ts
  ... +28 lines

Now let me check the third component — core-ingestion.

Explore(core-ingestion structure)
  Done (28 tool uses · 49.4k tokens)

Now I have the full picture.
The Scala memory-layer isn't in this repo — this repo contains
two TypeScript packages: ix-cli and core-ingestion.
Claude with Ix
Single structured pass, direct system view
17.0k tokens
-89%
ix-memory:ix-architecture-auditor
  Done (6 tool uses · 17.0k tokens)

Ix CLI - Architectural Mental Model

Overview
  Ix is a code intelligence platform that ingests source code,
  builds a structural graph, and exposes analysis through a CLI,
  API server, web UI, and agent hooks.

Architecture
  CLI > IxClient > Backend API > Query Engine > Memory Layer > Graph

Key components
  IxClient                     Central API client, 39 methods
  Cli / Api                    Command registration layer
  Ix Memory Map Review / Cli   Highest coupling (61.84)
  System Compass               Largest composite system
  Graph                        Persistence tier

Where to go deeper
  - ix explain IxClient
  - ix overview "System Compass"
  - ix subsystem "Ix Memory Map Review / Cli"
  - ix impact IxClient

Ready to give your codebase memory?

Ix is open source and runs entirely on your machine. Your code never leaves.