Skip to content

Atlas 0.2.8

Choose a tag to compare

@titanslmachado titanslmachado released this 27 Aug 18:45

Atlas 0.2.8

Local-first memory and evidence infrastructure for AI agents. Atlas remembers.

Highlights

  • Hybrid search — full text, vectors, graph and evidence — with a per-signal score breakdown and the evidence behind every answer.
  • Typed graph, durable work state (sessions, events, checkpoints, handoffs), per-project SQLite, DuckDB analytics, content-addressed blobs, hash-chained audit.
  • 109 operations, identical over MCP (stdio), REST and gRPC — one shared titans MCP server for your AI clients.
  • Operator controls: durable pause/resume and self-applied memory/priority limits.

Install

irm https://github.com/titans-tools/titans-platform/releases/latest/download/Install-Atlas.ps1 | iex
curl -fsSL https://github.com/titans-tools/titans-platform/releases/latest/download/install-atlas.sh | sh

Upgrading: titans versions check · Already have a Titan: titans install atlas

Compatibility

Windows x86_64 · Linux x86_64 (glibc). Certified end to end on pristine machines against this exact public install path.

Security

Ed25519-signed catalog, SHA-256 per artifact, SBOM inside the archive. Manual verification steps: see the README's install section.

Changelog · Quickstart