A local-first foundation for AI agents.
Atlas remembers. Cronus runs.
Agents forget everything between sessions, and long work dies when a process restarts. Titans fixes both — entirely on your machine.
| Atlas | Cronus | |
|---|---|---|
| Owns | State · Knowledge · Graph | Execution · Scheduling · Recovery |
| In plain words | Keeps what agents and projects need to remember | Runs what agents need to get done |
| Problem it kills | Context vanishes between processes and sessions | Long work blocks, dies or gets lost on restart |
| Persists | Knowledge, evidence, graph, work state, SQL, blobs | Jobs, DAG workflows, schedules, checkpoints |
| On failure | Recoverable, versioned, hash-chain audited state | Retries, leases, recovery, dead letters |
| Standalone? | ✅ | ✅ |
Together: Cronus executes the work; Atlas preserves the state, knowledge and results.
AI agents / AI clients
│
Titans MCP
┌───┴───┐
│ │
ATLAS CRONUS
remembers runs
│ │
State · Knowledge Execution · Scheduling
Graph · Evidence Recovery · Workflows
One line. No Git, no Rust, no admin rights, no signup.
Atlas — local-first memory and evidence for AI agents:
irm https://github.com/titans-tools/titans-platform/releases/latest/download/Install-Atlas.ps1 | iexcurl -fsSL https://github.com/titans-tools/titans-platform/releases/latest/download/install-atlas.sh | shCronus — durable background execution for AI agents:
irm https://github.com/titans-tools/titans-platform/releases/latest/download/Install-Cronus.ps1 | iexcurl -fsSL https://github.com/titans-tools/titans-platform/releases/latest/download/install-cronus.sh | shThe first install also brings titans, the ecosystem command — from then on
adding the other product is just titans install cronus (or atlas). Every
Titan speaks MCP over stdio and is wired into the AI clients on the machine
under one shared titans server, so your agents see it without configuration.
Everything runs on your machine: loopback only, no telemetry, offline-capable. The installer pins the release public key and the bootstrap's SHA-256; the bootstrap verifies the signed catalog and every archive (SHA-256 + Ed25519) before anything runs. Prefer not to pipe a script into your shell? Every product page documents the manual download-and-verify path, and each archive ships its SBOM.
Distribution lives in titans-platform: the signed catalog, the installers and the shared runtime every product uses.
Use of the published software is governed by the Titans End User License Agreement, included with each product.
