Agent-first version control
Tell agents what to build.Hop handles the Git.
Run one coding agent or many. Hop captures the request, isolates every attempt, combines concurrent edits, and routes real conflicts through an agent reconciliation loop. Once checks pass, the agent lands the result automatically by default. You do not have to manage a branch or write a commit.
Git stays underneath for compatibility. The mechanics disappear from your workflow.
One instruction in. Working code out.
From prompt to landed code, without Git ceremony.
Hop runs the version-control workflow around your agents. You stay focused on the outcome.
-
01
Prompt captured
Your instruction becomes durable state before any agent touches the project.
-
02
Agents work in parallel
Each agent runs in its own Hop workspace. Several can edit the same files at the same time.
-
03
Hop reconciles
Compatible hunks merge automatically. A real conflict starts an agent reconciliation loop, then runs the checks again. Ordinary code conflicts never get handed back to you.
-
04
Code lands
After required checks pass, the agent lands by default and Hop synchronizes the project. No manual commit, rebase, or merge.
Why not just Git?
Git stores code. Hop runs the work.
Git was designed to track and exchange source history, not to coordinate autonomous coding agents. Hop keeps Git underneath, then adds an agent workflow with state, isolation, evidence, reconciliation, and automatic landing after checks.
| Work | Standard Git | Hop |
|---|---|---|
| Start | You create a branch or worktree. | Starting a task creates an isolated agent attempt. |
| Save progress | You decide when and how to commit. | Checks and follow-ups capture immutable checkpoints. |
| Parallel edits | Incompatible overlapping edits require manual conflict handling. | Hop three-way-merges compatible edits and sends unresolved conflicts through agent reconciliation. |
| Verify | Validation is conventionally attached to commits. | Hop records evidence for the exact checkpoint and requires checked reconciliation. |
| Finish | You merge, rebase, and clean up. | The agent lands checked work automatically by default. |
Install Hop
One install. No Git busywork.
Install the Hop CLI, then tell your agents what to build. Hop handles isolated workspaces, checkpoints, reconciliation, and landing.
Official Hop repositorymacOS and Linux
curl -fsSL https://githop.xyz/GnosysLabs/Hop/raw/branch/main/scripts/install.sh | sh
Windows PowerShell
irm https://githop.xyz/GnosysLabs/Hop/raw/branch/main/scripts/install.ps1 | iex
Git compatibility without Git busywork.
Keep Git-compatible hosting and tooling underneath. The day-to-day branch, commit, rebase, and conflict choreography disappears.