Agent-agnostic context continuity

AXON

Alpha · self-hosted · install from source

Same context, any AI coding agent.
Pick up exactly where you left off — whether you switch to Codex, Cursor, or Claude Code mid-session.

Context that travels with you

Step 01

Capture

Git events and session hooks record decisions, code changes, and context as you work.

Step 02

Store

Persisted in SQLite, Redis, and mem0 — structured for fast recall, not bulk retrieval.

Step 03

Recall

Semantic search surfaces the relevant decisions and context on demand — no manual grep.

Step 04

Deliver

Context reaches any agent over MCP, or falls back to a plain .axon/context.md file any tool can read.

Install in two commands

# Clone and install from source (not yet on PyPI)
git clone https://github.com/sammyjdev/axon
pip install -e .

# Initialise AXON in your project
axon init

Requires Python 3.11+. Run pip install -e . and axon init from the root of the cloned repo.

52.3% fewer input tokens

In a modelled 20-turn coding session, AXON's context compression cut input token usage by 52.3% compared to re-supplying the full project context every turn.