Vibe code with Claude in parallel git worktrees
# Add to your Claude Code skills
git clone https://github.com/sahithvibudhi/vibe-treeVibe code with AI in parallel git worktrees
</div>[!IMPORTANT] š§ Active Development Notice: We're currently working on adding cloud support and multi-platform capabilities. For a stable desktop-only version, please use the
release-v0.1branch.
VibeTree is a cross-platform application that enhances your development workflow by enabling parallel development with AI assistance across multiple git worktrees. Work on features simultaneously without context switching. Access from desktop, browser, or mobile devices.


# Development Mode
pnpm install
pnpm dev:all # Run both web and server
# Docker Deployment (Production)
npm run deploy # One-command deployment
# Or run services separately:
pnpm dev:server # Socket server on random 3XXX port
pnpm dev:web # Web app on :3000
pnpm dev:desktop # Desktop app
Download the latest release for your platform from the Releases page:
No comments yet. Be the first to share your thoughts!
.dmg.exe installer.AppImage or .deb fileBuild custom versions (macOS): ./build-custom-mac-version.sh [VARIATION_NAME] to create a custom build with the variation name included in both the app file name and displayed app name (e.g., ./build-custom-mac-version.sh Nov2 creates VibeTreeNov2.app which displays as "VibeTreeNov2" when opened)
bin/launch-with-project /path/to/project [--name "CustomName"] - Launch app with auto-opened project. Optional --name sets window title for easy identification.
pnpm dev:allDeploy VibeTree on any VM or cloud instance with one command:
npm run deploy
This automatically builds and runs VibeTree in a Docker container. Perfect for deployment on EC2, Digital Ocean, or any Docker-enabled environment. See DOCKER.md for detailed instructions.
Access VibeTree:
Deploy on AW...