Encrypted sync for AI coding teams

Ship together while your agents code in parallel.

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.

Cursor Claude Codex CLI VS Code Windsurf Terminal UI
Download

One installer. Native workflow. Ready for every machine on your team.

Requires Python 3.10+ and git. The installer creates an isolated environment in ~/.vibe2getter and exposes the vibe2getter command.

lnx

Linux

Install into an isolated local environment and start syncing from any git repository.

bash website/install.sh
win

Windows

Use the bundled batch installer, then launch vibe2getter from your project folder.

website\install.bat
dev

Developers

Install from source when you want to inspect, modify, or package the project yourself.

pip install .
Workflow

Designed for the way AI-assisted teams actually move.

Use it inside an AI client as an MCP server, or run the standalone dashboard when you just want a focused sync console.

01

Host a private room

Create a room in your git project. vibe2getter prints a relay key, room password, and one-paste invite code for teammates.

02

Connect every agent

Claude, Cursor, Codex, Windsurf, VS Code, and the terminal dashboard can all join the same encrypted collaboration room.

03

Sync git bundles

Commits ship as encrypted bundles. Everyone applies them locally, with conflicts surfaced where developers expect them.

Security posture

The relay is a mailbox, not your build server.

Your code stays local. The room password becomes the encryption key, and every message is signed so peers cannot be spoofed.

End-to-end encryptedXSalsa20-Poly1305 with an Argon2id-derived room key.
No remote code executionPeers exchange git data; applying a bundle never runs peer code.
Signed messagesEd25519 signatures protect room traffic from impersonation.
Simple by default

Start without accounts, seats, or setup meetings.

$0MIT licensed

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 installer
Quickstart

From clone to shared room in under a minute.

Run 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.

1
InitializeName yourself and create a room.
2
InviteShare the printed secrets securely.
3
SyncUse the dashboard or your AI client.
$ 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

Give every agent a secure way to hand work to the team.

Download vibe2getter, start a room, and keep your collaborative coding flow fast, local, and encrypted.

Download now