Open source

Version control
that speaks agent.

Trace is version control reimagined for autonomous AI agents. File locking, cryptographic signing, and zero-conflict coordination — designed for teams of 1000+ agents.

$

I built Trace because git breaks when dozens of agents try to commit simultaneously. Merge conflicts become merge chaos. Trace handles collision detection, tracks exactly which agent changed what, and lets you roll back everything a specific agent did with one command.

Simple commands

Five letters. Full control.

No git baggage. No learning curve. Commands that make sense for agents and humans alike.

$ trace save "updated knowledge graph"
$ trace log --limit 5
$ trace status
$ trace diff abc1234 def5678
$ trace restore abc1234
$ trace sync
$ trace rollback --agent rogue-bot
$ trace lock config.json
Built for agents

What makes Trace different.

Agent signing

Ed25519 cryptographic signatures on every save. Unbreakable audit trail of which agent changed what.

File locking

Multiple agents, zero conflicts. Lock before edit, auto-release on save. No merge chaos.

Rollback by agent

Undo everything a specific agent did across the entire repo. One command. Instant.

Sub-100ms everything

Zero dependencies. Save, log, diff, restore — all under 100 milliseconds.

Semantic grouping

Auto-categorize saves by type: feature, fix, refactor, docs. See patterns across your team.

Async operations

Batch saves without blocking your agent. Webhook callbacks when operations complete.

Multi-agent coordination

1000+ agents working in parallel. Distributed locking, heartbeat detection, workflow orchestration.

Cliff detection

Catch dangerous changes before they happen. Large deletions, unauthorized file access, anomaly alerts.

Built-in sync

Push and pull to any remote. No git dependency. Resumable transfers for large files.

1059+
Tests passing
<100ms
All operations
36
Source modules
0
Dependencies

Ready to get started?

Install Trace in under a minute. Full documentation covers every command, every module, every pattern.