A lightweight CLI tool designed to help developers quickly adopt vibe-coding patterns across multiple repositories.
Vibe Workspace streamlines your development workflow by providing consistent environments, tooling configurations, and coding patterns for modern AI Agentic coding.
- π Instant Setup - Get productive in seconds with pre-configured vibe patterns
- π― Pattern Enforcement - Consistent coding patterns across all your repositories
- π Multi-Repository Management - Orchestrate vibe patterns across entire organizations
- π Quick Prototyping - Create new repositories instantly with
vibe create - π§ Developer Tool Integration - Pre-configured Warp, iTerm2, WezTerm, VS Code, Cursor, and Windsurf templates
- π¨ Vibe Templates - Ready-to-use configurations for different tech stacks
- π Pattern Propagation - Apply vibe patterns to new and existing repositories
- π± Menu Mode - Guided setup for vibe-coding workflows
- π€ MCP Support - Model Context Protocol server for AI integration
- π οΈ Extensible - Create custom vibe patterns for your team
Currently, macOS is the only officially tested and supported platform, with universal binaries available for both arm64 and amd64 architectures.
We cross-compile to Linux distributions, but full testing and support is not yet complete. Windows support is technically possible but not currently on the short-term roadmap unless highly requested by the community.
For the fastest installation on macOS, first ensure you have cargo-binstall:
brew install cargo-binstallThen install vibe-workspace:
cargo binstall vibe-workspacecargo install vibe-workspacegit clone https://github.com/toolprint/vibe-workspace
cd vibe-workspace
cargo install --path .Get started with the interactive setup wizard:
# Run the setup wizard (recommended for first-time users)
vibe setup
# Or launch the interactive menu
vibeThe setup wizard will:
- Discover repositories in your workspace automatically
- Check installed apps (VS Code, Warp, iTerm2, WezTerm, Cursor, Windsurf)
- Configure default app for opening repositories
After setup, use these essential commands:
vibe launch # Interactive recent repository selector
vibe create my-prototype # Create new repository for prototyping
vibe clone <github-url> # Clone, configure, and open in one command
vibe # Interactive menu with smart actionsFor detailed getting started guide, see Quick Start Guide.
- Warp Terminal - Modern terminal with AI features and collaborative tools
- iTerm2 - Feature-rich terminal emulator for macOS
- WezTerm - GPU-accelerated cross-platform terminal
- Visual Studio Code - Popular code editor with extensive plugin ecosystem
- Cursor - AI-first code editor with built-in AI assistance and chat
- Windsurf - Agentic IDE powered by AI Flow paradigm
For detailed app configuration, templates, and additional developer tools, see App Integration Guide.
Vibe stores its configuration and data in ~/.toolprint/vibe-workspace/:
~/.toolprint/vibe-workspace/
βββ config.yaml # Main workspace configuration
βββ state.json # User preferences and recent repositories
βββ templates/ # App-specific templates
β βββ warp/
β βββ iterm2/
β βββ wezterm/
β βββ vscode/
β βββ cursor/
β βββ windsurf/
βββ cache/ # Performance caches
β βββ repositories.db # Repository metadata cache
β βββ git_status.db # Git status cache
βββ backups/ # Configuration backups
Key Configuration Files:
config.yaml- Repository definitions, app settings, and workspace configurationstate.json- Recent repositories, user preferences, and setup completion statustemplates/- Customizable templates for how apps open repositories
Use these commands to manage configuration:
vibe config show # View current configuration
vibe config edit # Edit configuration file
vibe config backup # Create backup archive
vibe config reset # Factory reset (with confirmation)vibe-workspace includes built-in MCP (Model Context Protocol) server capabilities for AI integration.
After installing the vibe-workspace binary on your system, you can add it to Claude Code with:
claude mcp add -s user -t stdio vibe vibe mcpFor detailed MCP configuration and capabilities, see MCP Documentation.
# Development build
cargo build
# Release build (optimized for size)
cargo build --release
# Run tests
cargo testThe project is organized into modular components:
apps/- Application integrations (Warp, iTerm2, VS Code, WezTerm, Cursor, Windsurf) and installercache/- Performance caching system (repository metadata, git status)git/- Git operations (clone, search, status) and provider integrationsmcp/- Model Context Protocol server for AI integrationui/- Terminal UI components (prompts, menus, workflows, smart actions)uri/- URI scheme handling for deep linkingutils/- Shared utilities (filesystem, git, platform detection)workspace/- Core workspace management (config, discovery, operations)
Contributions are welcome! Please read our Contributing Guidelines and Code of Conduct before submitting PRs.
This project is licensed under the MIT License - see the LICENSE file for details.
Special thanks to Anthropic for their groundbreaking work with Claude Code, making agentic coding so powerful and accessible. Many of the best practices from Claude Code Best Practices have influenced the design and philosophy of vibe-workspace.
Built with:
- Clap - Command line argument parsing
- Inquire - Interactive prompts
- git2 - Git operations
- Tokio - Async runtime
Start vibe-coding today and transform how your team builds software!
Made with β€οΈ by Toolprint