Set up the Entire CLI

Entire checkpoints every AI build session so your work is captured as you go. Run these three commands before you start building — it takes about a minute.

brew tap entireio/tap && brew install --cask entire
cd your-project && entire enable --agent claude-code
entire status
  • 1 — installs the Entire CLI via Homebrew.
  • 2 — run inside your project repo; turns on checkpointing for your coding agent.
  • 3 — confirms it. Builds now checkpoint to an entire/checkpoints/… branch.

No Homebrew? Swap line 1 for curl -fsSL https://entire.io/install.sh | bash.

Links

When you submit your project, check the box confirming you logged your build via Entire.