Skip to content
v0.1 — free & open source (Apache-2.0)

The build system for AI generation.

Atlas is Git + Make for AI image and video: content-addressed so identical work is never repeated, resumable so a dead GPU never costs you progress, and budget-gated so you always know the price before you spend it.

Install the CLI See how it works One binary. No account required.
Three promises

Generation that behaves like engineering.

The three ways AI pipelines waste your time and money — solved at the kernel, not bolted on.

Never re-render the same work

Every recipe is content-addressed. Identical inputs hash identically, so Atlas serves the cached artifact instead of paying for it twice. Caching is structural, not optional.

Never lose work to a kill

Runs are journaled and resumable. A dead RunPod, a killed process, a crashed laptop — atl resume picks up exactly where it stopped. Completed work stays done.

Know the cost first

Paid work refuses to run without a budget envelope covering it. atl plan shows the price before a single API call. No surprise bills, ever.

How it works

Author intent. Atlas handles the rest.

Describe the work as recipes

Text-to-image, image-to-video, compositing — declared as a graph of content-addressed recipes, by hand or from the Python Director's DSL.

Set a budget, see the plan

Open an envelope, run atl plan. You get the exact task list and a P90 cost estimate before anything spends.

Render — cached, resumable, accountable

Atlas runs only what's missing, records every artifact's model, seed, cost and license in a provenance ledger, and resumes cleanly if interrupted.

Change one thing, re-render only what's dirty

Bump a character design and atl dirty lists exactly which shots fell behind — and what fixing them costs. The rest stay cached.

Pricing

Free to start. Fair as you grow.

The core CLI is free and open source, forever. Pay only when Atlas is doing real work for a real team.

Core
$0
The open-source CLI. Everything you need to build, cache and ship.
  • Full render engine & cache
  • Resumable, budget-gated runs
  • Replicate API bridge
  • Python Director's DSL
  • Community support
Install
Team
$49/mo
Shared canon, self-host license, and support for a studio.
  • Everything in Pro
  • Self-host commercial license
  • Up to 10 seats
  • Private plugin registry
  • SLA support
Contact sales
Cloud Soon
Managed Atlas: run renders on our infrastructure, no GPU wrangling.
  • Hosted, resumable renders
  • Usage-based billing
  • Team dashboards
  • In development

Prefer to just support the project? Sponsor Atlas on GitHub.

Install

Up and running in two minutes.

macOS / Linux

install.sh
$ brew install REPLACE_WITH_YOUR_ORG/tap/atl
# or grab a binary from Releases
$ atl init && atl --help

Windows

powershell
> scoop install atl
# or download atl.exe from Releases
> atl init; atl --help

Full quickstart and the plugin protocol are in the README and protocol docs.

FAQ

Questions, answered.

Is Atlas really free?

Yes. The Core CLI is Apache-2.0 licensed and free forever. You only pay Atlas for Pro features, a commercial self-host license, or (later) managed Cloud rendering. You always pay your model provider (e.g. Replicate) directly for generation.

Does my API token or artwork ever touch your servers?

No. Atlas runs entirely on your machine. Your provider tokens are read from environment variables and never written to disk, logs, or any Atlas service. Plugins run as sandboxed subprocesses with a filtered environment.

Which models and providers are supported?

v0.1 ships a Replicate bridge for text-to-image and image-to-video. The plugin protocol is open and versioned, so any provider can be added as a plugin — the Pro plan bundles additional premium bridges.

What's "Atlas Cloud"?

A future managed service that runs your renders on our infrastructure with usage-based billing — the same resumable, budget-gated engine, without you managing GPUs. Join the waitlist to be first in.

Can I use Atlas commercially?

Yes. Core is Apache-2.0 (commercial use permitted). Pro and Team add commercial support and a self-host license for organizations that need one.

Stop paying twice for the same frame.

Install the CLI, open a budget, and render your first shot in minutes.