Show HN: VibeTree – Parallel Claude coding with Git worktrees

20 hours ago 1

VibeTree Logo

Vibe code with AI in parallel git worktrees

 MIT Release


VibeTree is a desktop application that enhances your development workflow by enabling parallel development with AI assistance across multiple git worktrees. Work on features simultaneously without context switching.

VibeTree Screenshot

VibeTree Demo

Download Pre-built Binaries

Download the latest release for your platform from the Releases page:

  • macOS: Download .dmg file (supports both Intel and Apple Silicon)
  • Windows: Download .exe installer
  • Linux: Download .AppImage or .deb file
# Install dependencies npm install # Run in development mode npm run dev # Build for production npm run build # Package the app npm run package
  • Parallel Development - Work on multiple features simultaneously without stashing or switching branches
  • Persistent Terminal Sessions - Each worktree maintains its own terminal session with full state preservation
  • Claude CLI Integration - Seamlessly work with Claude in each terminal
  • IDE Integration - Open any worktree directly in VS Code or Cursor
  • Multi-Project Support - Work with multiple repositories in tabbed interface
  • Dark/Light Mode - Automatic OS theme detection with manual toggle
  • macOS Native - Proper traffic light window controls integration
  • Claude notifications - Get notified when Claude finishes tasks or needs user input
  • Mobile access - Access Claude Code from your phone

Contributions are welcome! Please read our Contributing Guidelines for details on our code of conduct and the process for submitting pull requests.

MIT License - see the LICENSE file for details.

Read Entire Article