Entire CLI hooks into Git to capture AI agent sessions, indexing transcripts alongside commits for traceability. It supports multiple agents, session checkpoints, and a two-channel release model with nightly and stable builds.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
Entire CLI hooks into your Git workflow to capture AI agent sessions as you work. Sessions are indexed alongside commits, creating a searchable record of how code was written in your repo.
How it works
The tool runs in the background during Git activity, recording prompts, responses, files touched, token usage, tool calls, and other session data as checkpoints linked to commits on a separate branch (entire/checkpoints/v1). It supports multiple agents and worktrees, allows rewinding to checkpoints, and stores session metadata separately from code.
Getting started
Requirements include Git and macOS/Linux/Windows environments with a supported agent installed. Quick Start options:
-
macOS/Linux (Homebrew): brew tap entireio/tap brew trust entireio/tap brew install --cask entire
-
Install script (stable): curl -fsSL https://entire.io/install.sh | bash
-
Windows (Scoop): scoop bucket add entire https://github.com/entireio/scoop-bucket.git scoop install entire/cli
-
Go development: to install manually go install github.com/entireio/cli/cmd/entire@latest export PATH="$HOME/go/bin:$PATH"
Enable in a project:
cd your-project && entire enable
Check status with:
entire status
Release channels
Two channels: stable and nightly. Commands to install channel-specific builds provided in README.
Recent releases
Latest releases shown include nightly builds such as v0.9.1-nightly.202608050700.76dff6a81 and prior nightly entries from 2026-08-04 to 2026-07-29 with small changes described in release notes.
Traction
Stars: 4900 Forks: 378 Open issues: 150
Behind the repo
Linked GitHub repository for Entire CLI and its related ecosystem (agents and authentication flows). See README for integration with Claude Code, Codex, Gemini, Pi, and more.
Caveats
License: MIT. Created 2026-01-02; last push 2026-08-04. Active development with nightly changes; checkpoint rewinds deprecated in favor of session resume and separate checkpoint branches.






