macOS
Double-click the signed-style command launcher or run the shell installer from your terminal.
bash website/install.sh
Encrypted sync for AI coding teams
vibe2getter turns every AI coding session into a secure shared room. When work is ready, commits move as encrypted git bundles to everyone on the team, without accounts, central repos, or exposing code to the relay.
Requires Python 3.10+ and git. The installer creates an isolated environment in ~/.vibe2getter and exposes the vibe2getter command.
Double-click the signed-style command launcher or run the shell installer from your terminal.
bash website/install.sh
Install into an isolated local environment and start syncing from any git repository.
bash website/install.sh
Use the bundled batch installer, then launch vibe2getter from your project folder.
website\install.bat
Install from source when you want to inspect, modify, or package the project yourself.
pip install .
Use it inside an AI client as an MCP server, or run the standalone dashboard when you just want a focused sync console.
Create a room in your git project. vibe2getter prints a relay key, room password, and one-paste invite code for teammates.
Claude, Cursor, Codex, Windsurf, VS Code, and the terminal dashboard can all join the same encrypted collaboration room.
Commits ship as encrypted bundles. Everyone applies them locally, with conflicts surfaced where developers expect them.
Your code stays local. The room password becomes the encryption key, and every message is signed so peers cannot be spoofed.
Install locally, host a room, share the key and password through your secure channel, and keep moving. The official relay can gate traffic, but it cannot read your source.
Get the installerRun these commands inside the git project you want to collaborate on. Hosts create the room; teammates join with the invite code or key plus password.
$ cd your-git-project $ vibe2getter init --name "Your Name" # open the interactive dashboard $ vibe2getter ui # teammate joins with one paste $ vibe2getter join "v2g1:..." # connect an AI client $ vibe2getter mcp-config
Download vibe2getter, start a room, and keep your collaborative coding flow fast, local, and encrypted.
Download now