ctxrs/ctx
Instant recall for coding agents. Search the history already on your machine. Git blame, but for agent sessions. observed · 2026-09-03
Health v2 · maintenance only
83/100
- Activity 100
- Release rhythm 100
- Longevity 13
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 0
- age_days: 191
- days_rel: 0
- days_push: 0
- n_releases_24m: 34
Adoption not part of the score
1058 stars · 67 forks observed · 2026-09-03
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
ctx is an open-source Rust CLI that indexes and searches local coding-agent session transcripts and tool calls across providers like Claude Code, Codex, and Cursor. It gives agents fast, token-efficient recall of past sessions, with a paid 'ctx pro' add-on that maps code lines, commits, or PRs back to the agent session that produced them.
Use cases
- search past coding agent session history locally
- find why a line of code was written by tracing it to the agent session
- let agents recover decisions and failed approaches from earlier sessions
- reduce token spend when agents need historical context
- audit previous agent sessions in detail
- resume work across multiple agent threads
When to choose
- you use coding agents like Claude Code, Codex, or Cursor and want them to recall prior sessions
- you want fast local search over agent transcripts without sending data to the cloud
- you need to trace code changes back to the agent conversation that produced them
- you want to avoid lossy agent-memory summaries
When to avoid
- you don't use coding agents or have no local session history
- you need team-shared history across machines (attribution only works for local sessions)
- you need a hosted or web-based search interface
Facets
cli-tool · maturity active
search-engine cli developer-tools agent-framework developer-tools windows cli rust agent-history session-search git-blame claude-code codex cursor transcript-indexing tantivy agent-skills command-line ai-agents search macos linux
7 sources
- readme: https://github.com/ctxrs/ctx · fetched 2026-09-03 · 0f6a160d33d7
- homepage: https://ctx.rs · fetched 2026-08-29 · 98c7cea2b300
- site_page: https://ctx.rs/getting-started/install · fetched 2026-08-29 · 2a293e6d481b
- site_page: https://ctx.rs/first-search · fetched 2026-08-29 · 08d84677123c
- site_page: https://ctx.rs/changelog · fetched 2026-08-29 · f1cc8fab838d
- site_page: https://ctx.rs/pro · fetched 2026-08-29 · e749acfac8b0
- site_page: https://ctx.rs/skill · fetched 2026-08-29 · 658a7162bd1b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ctxrs/ctx | main | 83 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem