Atlas verifies licenses offline against a key built into the binary, so a Pro or Company license works air-gapped with no phone-home to unlock features. Atlas Cloud resolves entitlements and holds billing records, but the runtime does not need a live connection to confirm what a seat is allowed to do.
Why offline verification matters
Many teams run in restricted or air-gapped environments where a tool that phones home to validate a license simply cannot work. Atlas verifies the license locally against a key compiled into the binary, so paid features unlock without network access.
This keeps the licensing path aligned with the rest of Atlas: it runs on your machine, on your terms. You are not trading privacy or availability for the convenience of a subscription, because the check never leaves the device.
What the cloud actually holds
Atlas Cloud resolves entitlements and stores billing and license records. That is account and commercial data, not your work. The control plane is designed not to require repo contents, prompts, diffs, or credentials.
So the division is clean: the cloud knows which seats exist and what they are entitled to, while your code, prompts, and keys stay on your machine. Entitlement resolution moved behind cloud-api contracts, but confirming a license at runtime does not depend on a live call.
Graceful lapses, not bricks
When a Company subscription lapses, the team keeps the last version it was entitled to and simply stops receiving new updates until it renews. Nothing is bricked, because the license is verified offline.
Pro is ownership: buy it once and keep that major version forever, with a new major generation offered as a discounted upgrade rather than a forced one. Offline verification is what makes those promises enforceable without a server in the loop.
Frequently asked questions
- Does Atlas need to phone home to check my license?
- No. Atlas verifies licenses offline against a key built into the binary, so paid features work air-gapped with no phone-home.
- What does Atlas Cloud store about my license?
- Billing and entitlement records: which seats exist and what they are entitled to. It is designed not to require your code, prompts, diffs, or credentials.
- What happens if my subscription lapses?
- A Company team keeps the last version it was entitled to and stops receiving new updates until it renews. Nothing is bricked because the check is offline.
- Can I use Atlas in an air-gapped environment?
- Yes. Offline license verification means the runtime does not need network access to unlock the features your seat is entitled to.
Try Atlas in your terminal
The terminal-native AI coding agent. Free core, single binary.
Install AtlasRelated guides
Atlas with DeepSeek Coder 33B (Ollama): Local Setup and Tradeoffs in 2026
DeepSeek Coder 33B (Ollama) drives Atlas locally from 19GB of weights with a 16K token context and no API bill. Setup, VRAM budget, and honest tradeoffs for 2026.
Atlas with Databricks Foundation Model APIs in 2026: Frontier Models Inside the Lakehouse
Atlas with Databricks Foundation Model APIs in 2026: Claude Opus 4.7 at a 1,000,000 token context, GPT-5.5 at 1,050,000, governed by the same DATABRICKS_TOKEN.
Atlas with QwQ Plus: Alibaba's Reasoning Line in the Plan Agent, 2026
Run Atlas on QwQ Plus in 2026. Alibaba's dedicated reasoning tier costs $0.80 per Mtok input, $2.40 per Mtok output, with a 128K tokens (131,072) context.
Atlas for Nim: A Terminal-Native AI Coding Agent for Nimble Packages and Macros in 2026
Atlas is a terminal-native AI coding agent for Nim in 2026. It reads .nimble requires and asterisk-exported symbols, adds std/unittest suites, runs nimble test, formats with nph.
Atlas with Grok Build 0.1: xAI's First Coding-Agent Model (2026)
Grok Build 0.1 runs in Atlas at $1 / $2 per Mtok with a 256K context and 256,000 max output tokens. A coding-specialized model, but it is a 0.1 release.
Atlas with Mistral Small 3.2 (local via Ollama) in 2026
Run Atlas on Mistral Small 3.2 (local via Ollama) in 2026: a 15GB pull, Free (self-hosted), 128,000 tokens of context, and function-calling tuned 2506 weights.
Atlas with Qwen3 Coder Flash: 1M Context at $0.30 per Mtok in 2026
Qwen3 Coder Flash in Atlas: 1M tokens (1,000,000) of context, 65,536 token output, $0.30 per Mtok input and $1.50 per Mtok output, tuned for fast edit loops.
Atlas vs OpenAI Codex CLI: Terminal AI Coding Agents in 2026
Comparing Atlas and OpenAI Codex CLI for terminal AI coding in 2026. Atlas offers a TUI, permission-gated tools, and BYO models, while OpenAI Codex CLI provides sandboxed execution and OpenAI model integration.