Open project control

Ship software from a single, honest change.

Anyam keeps Git familiar while giving people and coding agents a clear path from source to a verified Release.

Read the design

Open source. Customer-operated on Cloudflare. Use Codex, Claude Code, Cursor, or your own agent.

PROJECT / ATLASREADY
01SourceGit objects
02Changeexact revision
03Evidencechecks + receipt
04Releaseimmutable artifact
Target / stagingpromotion gated
The difference

Git is the source language. Anyam is the delivery contract.

Repositories, commits, branches, and merges stay recognizable. Anyam adds the parts Git does not own: public and private Source Spaces, stable Changes, Evidence, Releases, Targets, and Promotion.

One Project, several trust boundaries

Keep the code together without making authority vague.

01

Public and private by structure

A public video player can ship without exposing the private codec. The projection is a real Git lineage, not a hidden folder.

See the hybrid example
02

Agents work in their own space

Codex, Claude Code, Cursor, and custom agents receive a bounded Workspace and a task-scoped capability. They never get canonical write authority.

Connect an agent
03

Release once, promote with proof

Build an immutable Artifact, close it into a Release, then move the same digest through Targets with health and rollback evidence.

Read the architecture

A familiar first step

Start local. Connect when the Project needs a team.

Your terminal
npm create anyam demo
cd demo
npm install
npx create-anyam doctor
npm run typecheck
npm test
npm run build

The scaffold is local-only. It does not create a Realm, provision Cloudflare resources, or store credentials.

Use standard Git for source edits. Use Anyam for the semantic steps that need shared authority.

editchangeverifyship
Follow the Quickstart

Open by default

The full first-party product stays yours.

Anyam is open source. Run a Realm in your own Cloudflare account, keep Project history portable, and choose the coding agent that fits the work.

Read the philosophy

Make the next Change legible

Build with any agent.
Ship with confidence.