# Entire · Developer platform for humans and agents

Every commit tells a story. Now you can read it.

Entire CLI hooks into your git workflow to capture AI agent sessions on every push. Sessions are indexed alongside commits, a searchable record of how code was written.

Open source · MIT licensed · [GitHub](https://github.com/entireio/cli)

## Install

```bash
curl -fsSL https://entire.io/install.sh | sh
```

## How It Works

### Setup the CLI

One command to set up Entire CLI in your repository. Works with any git-based project, fully open source.

### Work with any agent

Claude Code, Gemini CLI, OpenCode, Cursor, GitHub Copilot CLI, & FactoryAI are supported today. More integrations coming soon.

### Sessions sync with commits

Every conversation is captured and linked to your git history creating a checkpoint automatically. No extra steps required.

### View your entire history

Search, view, and understand the intent behind the code that was written. Share context with your team.

## Why Entire

Entire creates a checkpoint for every commit: the code change paired with the agent session that produced it. Context that's attached, not archived.

1. **"Why did we write it this way?"** — Every commit gets a checkpoint: the code change paired with the full agent session that produced it. Look at any change and the reasoning is right there.

2. **"Where does all this context actually go?"** — Nowhere new. Checkpoints are stored directly in your git history. No hosted service, no external database. Just your repo, your workflow, your data.

3. **"Why does the agent keep making the same mistakes?"** — Because it starts every session from zero. Checkpoints give agents the full history of how your codebase was built. Not just the code, but the decisions behind it.

## Get Started

Entire is open source and free to use. Install it once, and never lose the context behind your commits again.

```bash
curl -fsSL https://entire.io/install.sh | sh
```
