Atomic is an agent‑native version control platform that stores every change as a content‑addressed hash and cryptographically signs each commit with Ed25519 for immutable provenance. It offers deterministic, conflict‑free merges using patch theory, native stacked diffs for seamless rebasing, and a self‑hostable server for on‑premise deployment.
Funding
Funding not disclosed
Founders
Product
Problem
Software teams that rely on traditional Git workflows encounter heuristic merge conflicts, lack cryptographic provenance, and struggle to integrate automated agents into the software development lifecycle, leading to security gaps and inefficiencies.
Solution
Atomic redefines version control as an agent‑native platform built from first principles. It stores every change as a content‑addressed hash, ensuring deterministic identification and deduplication across repositories. Native stacked diffs let dependent changes be composed, reviewed, and rebased without external tooling. Merges are performed using mathematically sound patch theory, eliminating heuristic conflict resolution. Each commit is cryptographically signed with Ed25519, providing verifiable authorship and tamper‑evidence. The core engine is written in Rust and leverages the Sanakirja storage engine to deliver high throughput for large codebases. A self‑hostable server component gives organizations full control over their data and eliminates vendor lock‑in.
Target Audience
The platform targets development teams building AI‑augmented pipelines, DevOps engineers requiring reproducible and secure versioning, and enterprises that need self‑hosted, cryptographically verifiable source control.
Features
- Deterministic content‑addressed storage: every change receives a unique hash derived from its exact byte content.
- Native stacked diffs: construct, review, and rebase change stacks directly in the CLI without auxiliary tools.
- Conflict‑free merging based on patch theory: mathematically guaranteed merge outcomes without heuristic heuristics.
- Ed25519 cryptographic signing of each commit for immutable provenance and author verification.
- High‑performance Rust implementation with Sanakirja key‑value store, capable of handling millions of files efficiently.
- Self‑hostable Atomic server offering on‑premise deployment, API access, and full data sovereignty.
- Integrated AI attestation metadata (e.g., model, confidence) to support agent‑driven code generation and audit trails.