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.
Install Hop
+ Repository +curl -fsSL https://githop.xyz/GnosysLabs/Hop/raw/branch/main/scripts/install.sh | sh
+
+ Git stays underneath for compatibility. The mechanics disappear from your workflow.
@@ -534,25 +613,6 @@ -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 repository -macOS 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
-