Atelier Runtime icon

Atelier Runtime

Atelier Runtime is a local-first runtime for coding agents, helping Claude Code-style workflows find code faster and keep context under control. Free, Pro and Enterprise options available.

Atelier Runtime

What Atelier is

Atelier Runtime is a local developer runtime for Claude Code and other agent hosts that changes how the agent searches, reads, edits, and keeps context. Its main job is to make code exploration more direct by returning the right files and exact ranges in one turn, rather than sending the model through repeated search-and-read steps.

The site positions Atelier as an open-core, local-first tool that runs on the user’s machine alongside Claude Code, Codex, Cursor, and other MCP-compatible hosts. The pricing page says the Free plan includes the grounded loop for code search, read, bash, and verified edits, while Pro adds large-repo indexing, cross-session memory, savings controls, and model routing.

Core capabilities

One-shot code search

Atelier provides one-shot code search over a tree-sitter symbol graph, returning the likely files, symbols, and exact ranges in a single call instead of forcing repeated grep-and-read loops.

Range-based reading

Read calls can return outlines or exact line ranges rather than full-file dumps, so the agent can keep only the relevant source in view.

Verified cross-file edits

Edit operations are verified and can handle cross-file changes in one call, rather than requiring per-file patch-and-create guesses.

Structured command execution

Bash output is structured and capped, with overflow sent to a recoverable spill store so noisy logs do not consume the context window.

Session memory and recall

Session memory and carry-forward context preserve useful project facts across turns, reducing repeated rediscovery during longer sessions.

Pro-scale indexing and routing

The pricing page says Pro adds large-repo indexing, model routing, and cross-session memory for larger codebases and repeated work.

Practical ways to use Atelier

  • Shorten codebase exploration

    Use Atelier when an agent needs to locate the relevant symbols and file ranges quickly instead of scanning broad file contents and retrying search queries.

  • Debug with fewer turns

    Use it during bug fixing or test debugging when the goal is to keep the agent focused on the failing logic, related callers, and a compact explanation of the cause.

  • Coordinate cross-file edits

    Use the verified edit flow when a change spans multiple files and you want the runtime to validate the edit instead of guessing at a patch sequence.

  • Handle command-heavy workflows

    Use the structured bash path when build or test logs are noisy and you want summarized output that does not overwhelm the context window.

  • Scale to larger team repositories

    Use Pro or Enterprise features when you are working in larger repositories, across multiple worktrees, or with shared team context and governance needs.

Pros and Cons

Pros

  • Runs locally alongside supported agents and MCP hosts, which fits a developer workflow without requiring a separate hosted app.
  • Uses one-shot search and range reads to reduce round-trips and keep context focused on relevant code.
  • Includes verified edits and structured command output, which are aimed at reducing wasted context from repeated reads or noisy logs.
  • The pricing page presents a genuinely useful Free plan with the core grounded loop and no usage cap or crippled trial.
  • Public benchmark pages report lower turns, lower wall-clock time, and lower cost on several suites, with raw runs and methodology linked.

Cons

  • The source does not fully document setup differences or behavior across every supported host, so compatibility details are not complete on the public pages provided.
  • Some higher-end capabilities, including large-repo indexing, cross-session memory, and model routing, are listed for Pro rather than Free.

FAQ

Is the Free plan actually usable on its own?

Yes. The Free plan is described as the full local runtime, with the grounded loop for code search, read, bash, and verified edits. The pricing page says there is no usage cap and no crippled trial.

Does Pro require constant cloud connectivity?

Only for sign-in and periodic plan checks. The pricing page says the plan is cached locally for six hours, so normal operation does not require constant cloud access.

What does the savings engine do?

Atelier tracks tokens, tool calls, context carry, and cost per run, then lets you apply policies to reduce waste. The pricing page also says it shows a full breakdown of what each session cost and saved.

Which agents and hosts work with Atelier?

The pricing page lists Claude Code, Codex, Copilot, Cursor, opencode, Hermes Agent, LangChain, the OpenAI SDK, Gemini ADK, and any MCP-compatible host.

Can I cancel a Pro subscription anytime?

Yes. The pricing page says you can cancel any subscription anytime, and access continues through the current paid period before Pro features fall back to Free.

Quick Facts

Category
Developer Tool
Product type
Local-first runtime for coding agents
Primary use
Code search, reading, editing, and context management for Claude Code-style workflows
Source domain
atelier.ws
Pricing model
Free plan, Pro subscription, and Enterprise contact sales
Platform / hosts
Runs on the user’s machine and is listed for Claude Code, Codex, Cursor, and MCP-compatible hosts