Releases: toolprint/vibe-workspace
vibe-workspace v0.0.12
vibe-workspace v0.0.12
Extremely lightweight CLI for managing multiple git repositories and workspace configurations
🚀 Installation
⚡ Quick Install (Recommended)
Install pre-built binaries with cargo-binstall:
cargo binstall vibe-workspaceWhy cargo-binstall? Downloads pre-compiled binaries directly from GitHub releases - no compilation time, no build dependencies required!
🔨 Install from Source
Compile from source via crates.io:
cargo install vibe-workspace📦 Manual Binary Download
Download pre-built binaries for your platform:
| Platform | Download | Compatibility |
|---|---|---|
| Linux x86_64 | vibe-workspace-v0.0.12-x86_64-unknown-linux-gnu.tar.gz | Most Linux distributions |
| macOS Universal | vibe-workspace-v0.0.12-universal2-apple-darwin.tar.gz | Recommended - Works on Intel & Apple Silicon |
| macOS Intel | vibe-workspace-v0.0.12-x86_64-apple-darwin.tar.gz | Intel-based Macs only |
| macOS Apple Silicon | vibe-workspace-v0.0.12-aarch64-apple-darwin.tar.gz | M1/M2/M3/M4 Macs only |
Installation steps:
- Download the appropriate archive for your platform
- Extract:
tar -xzf vibe-workspace-v0.0.12-<platform>.tar.gz - Move binary to PATH:
sudo mkdir -p /usr/local/bin && sudo mv vibe /usr/local/bin/ - Verify installation:
vibe --version
🔐 Verify Downloads
All release artifacts include SHA256 checksums for security verification:
# Download checksums file
wget https://github.com/toolprint/vibe-workspace/releases/download/v0.0.12/SHA256SUMS
# Verify your download
shasum -a 256 -c SHA256SUMS --ignore-missing📋 What's New
See CHANGELOG.md for detailed changes in this release.
🆘 Troubleshooting
Installation Issues
- cargo-binstall fails: Try
cargo install vibe-workspaceto compile from source - Permission denied: Use
sudofor system-wide installation or install to~/.local/bin/ - Command not found: Ensure
~/.cargo/binor/usr/local/binis in your PATH
Platform Support
- Windows: Not currently supported (Linux and macOS only)
- Other architectures: Use
cargo install vibe-workspaceto compile for your platform
Getting Help
Built with Rust 🦀 • Cross-compiled with Zig • Distributed via GitHub Releases
vibe-workspace v0.0.11
vibe-workspace v0.0.11
Extremely lightweight CLI for managing multiple git repositories and workspace configurations
🚀 Installation
⚡ Quick Install (Recommended)
Install pre-built binaries with cargo-binstall:
cargo binstall vibe-workspaceWhy cargo-binstall? Downloads pre-compiled binaries directly from GitHub releases - no compilation time, no build dependencies required!
🔨 Install from Source
Compile from source via crates.io:
cargo install vibe-workspace📦 Manual Binary Download
Download pre-built binaries for your platform:
| Platform | Download | Compatibility |
|---|---|---|
| Linux x86_64 | vibe-workspace-v0.0.11-x86_64-unknown-linux-gnu.tar.gz | Most Linux distributions |
| macOS Universal | vibe-workspace-v0.0.11-universal2-apple-darwin.tar.gz | Recommended - Works on Intel & Apple Silicon |
| macOS Intel | vibe-workspace-v0.0.11-x86_64-apple-darwin.tar.gz | Intel-based Macs only |
| macOS Apple Silicon | vibe-workspace-v0.0.11-aarch64-apple-darwin.tar.gz | M1/M2/M3/M4 Macs only |
Installation steps:
- Download the appropriate archive for your platform
- Extract:
tar -xzf vibe-workspace-v0.0.11-<platform>.tar.gz - Move binary to PATH:
sudo mkdir -p /usr/local/bin && sudo mv vibe /usr/local/bin/ - Verify installation:
vibe --version
🔐 Verify Downloads
All release artifacts include SHA256 checksums for security verification:
# Download checksums file
wget https://github.com/toolprint/vibe-workspace/releases/download/v0.0.11/SHA256SUMS
# Verify your download
shasum -a 256 -c SHA256SUMS --ignore-missing📋 What's New
See CHANGELOG.md for detailed changes in this release.
🆘 Troubleshooting
Installation Issues
- cargo-binstall fails: Try
cargo install vibe-workspaceto compile from source - Permission denied: Use
sudofor system-wide installation or install to~/.local/bin/ - Command not found: Ensure
~/.cargo/binor/usr/local/binis in your PATH
Platform Support
- Windows: Not currently supported (Linux and macOS only)
- Other architectures: Use
cargo install vibe-workspaceto compile for your platform
Getting Help
Built with Rust 🦀 • Cross-compiled with Zig • Distributed via GitHub Releases
vibe-workspace v0.0.10
vibe-workspace v0.0.10
Extremely lightweight CLI for managing multiple git repositories and workspace configurations
🚀 Installation
⚡ Quick Install (Recommended)
Install pre-built binaries with cargo-binstall:
cargo binstall vibe-workspaceWhy cargo-binstall? Downloads pre-compiled binaries directly from GitHub releases - no compilation time, no build dependencies required!
🔨 Install from Source
Compile from source via crates.io:
cargo install vibe-workspace📦 Manual Binary Download
Download pre-built binaries for your platform:
| Platform | Download | Compatibility |
|---|---|---|
| Linux x86_64 | vibe-workspace-v0.0.10-x86_64-unknown-linux-gnu.tar.gz | Most Linux distributions |
| macOS Universal | vibe-workspace-v0.0.10-universal2-apple-darwin.tar.gz | Recommended - Works on Intel & Apple Silicon |
| macOS Intel | vibe-workspace-v0.0.10-x86_64-apple-darwin.tar.gz | Intel-based Macs only |
| macOS Apple Silicon | vibe-workspace-v0.0.10-aarch64-apple-darwin.tar.gz | M1/M2/M3/M4 Macs only |
Installation steps:
- Download the appropriate archive for your platform
- Extract:
tar -xzf vibe-workspace-v0.0.10-<platform>.tar.gz - Move binary to PATH:
sudo mkdir -p /usr/local/bin && sudo mv vibe /usr/local/bin/ - Verify installation:
vibe --version
🔐 Verify Downloads
All release artifacts include SHA256 checksums for security verification:
# Download checksums file
wget https://github.com/toolprint/vibe-workspace/releases/download/v0.0.10/SHA256SUMS
# Verify your download
shasum -a 256 -c SHA256SUMS --ignore-missing📋 What's New
See CHANGELOG.md for detailed changes in this release.
🆘 Troubleshooting
Installation Issues
- cargo-binstall fails: Try
cargo install vibe-workspaceto compile from source - Permission denied: Use
sudofor system-wide installation or install to~/.local/bin/ - Command not found: Ensure
~/.cargo/binor/usr/local/binis in your PATH
Platform Support
- Windows: Not currently supported (Linux and macOS only)
- Other architectures: Use
cargo install vibe-workspaceto compile for your platform
Getting Help
Built with Rust 🦀 • Cross-compiled with Zig • Distributed via GitHub Releases
vibe-workspace v0.0.9
vibe-workspace v0.0.9
Extremely lightweight CLI for managing multiple git repositories and workspace configurations
🚀 Installation
⚡ Quick Install (Recommended)
Install pre-built binaries with cargo-binstall:
cargo binstall vibe-workspaceWhy cargo-binstall? Downloads pre-compiled binaries directly from GitHub releases - no compilation time, no build dependencies required!
🔨 Install from Source
Compile from source via crates.io:
cargo install vibe-workspace📦 Manual Binary Download
Download pre-built binaries for your platform:
| Platform | Download | Compatibility |
|---|---|---|
| Linux x86_64 | vibe-workspace-v0.0.9-x86_64-unknown-linux-gnu.tar.gz | Most Linux distributions |
| macOS Universal | vibe-workspace-v0.0.9-universal2-apple-darwin.tar.gz | Recommended - Works on Intel & Apple Silicon |
| macOS Intel | vibe-workspace-v0.0.9-x86_64-apple-darwin.tar.gz | Intel-based Macs only |
| macOS Apple Silicon | vibe-workspace-v0.0.9-aarch64-apple-darwin.tar.gz | M1/M2/M3/M4 Macs only |
Installation steps:
- Download the appropriate archive for your platform
- Extract:
tar -xzf vibe-workspace-v0.0.9-<platform>.tar.gz - Move binary to PATH:
sudo mkdir -p /usr/local/bin && sudo mv vibe /usr/local/bin/ - Verify installation:
vibe --version
🔐 Verify Downloads
All release artifacts include SHA256 checksums for security verification:
# Download checksums file
wget https://github.com/toolprint/vibe-workspace/releases/download/v0.0.9/SHA256SUMS
# Verify your download
shasum -a 256 -c SHA256SUMS --ignore-missing📋 What's New
See CHANGELOG.md for detailed changes in this release.
🆘 Troubleshooting
Installation Issues
- cargo-binstall fails: Try
cargo install vibe-workspaceto compile from source - Permission denied: Use
sudofor system-wide installation or install to~/.local/bin/ - Command not found: Ensure
~/.cargo/binor/usr/local/binis in your PATH
Platform Support
- Windows: Not currently supported (Linux and macOS only)
- Other architectures: Use
cargo install vibe-workspaceto compile for your platform
Getting Help
Built with Rust 🦀 • Cross-compiled with Zig • Distributed via GitHub Releases
vibe-workspace v0.0.8
vibe-workspace v0.0.8
Extremely lightweight CLI for managing multiple git repositories and workspace configurations
🚀 Installation
⚡ Quick Install (Recommended)
Install pre-built binaries with cargo-binstall:
cargo binstall vibe-workspaceWhy cargo-binstall? Downloads pre-compiled binaries directly from GitHub releases - no compilation time, no build dependencies required!
🔨 Install from Source
Compile from source via crates.io:
cargo install vibe-workspace📦 Manual Binary Download
Download pre-built binaries for your platform:
| Platform | Download | Compatibility |
|---|---|---|
| Linux x86_64 | vibe-workspace-v0.0.8-x86_64-unknown-linux-gnu.tar.gz | Most Linux distributions |
| macOS Universal | vibe-workspace-v0.0.8-universal2-apple-darwin.tar.gz | Recommended - Works on Intel & Apple Silicon |
| macOS Intel | vibe-workspace-v0.0.8-x86_64-apple-darwin.tar.gz | Intel-based Macs only |
| macOS Apple Silicon | vibe-workspace-v0.0.8-aarch64-apple-darwin.tar.gz | M1/M2/M3/M4 Macs only |
Installation steps:
- Download the appropriate archive for your platform
- Extract:
tar -xzf vibe-workspace-v0.0.8-<platform>.tar.gz - Move binary to PATH:
sudo mkdir -p /usr/local/bin && sudo mv vibe /usr/local/bin/ - Verify installation:
vibe --version
🔐 Verify Downloads
All release artifacts include SHA256 checksums for security verification:
# Download checksums file
wget https://github.com/toolprint/vibe-workspace/releases/download/v0.0.8/SHA256SUMS
# Verify your download
shasum -a 256 -c SHA256SUMS --ignore-missing📋 What's New
See CHANGELOG.md for detailed changes in this release.
🆘 Troubleshooting
Installation Issues
- cargo-binstall fails: Try
cargo install vibe-workspaceto compile from source - Permission denied: Use
sudofor system-wide installation or install to~/.local/bin/ - Command not found: Ensure
~/.cargo/binor/usr/local/binis in your PATH
Platform Support
- Windows: Not currently supported (Linux and macOS only)
- Other architectures: Use
cargo install vibe-workspaceto compile for your platform
Getting Help
Built with Rust 🦀 • Cross-compiled with Zig • Distributed via GitHub Releases
vibe-workspace v0.0.7
vibe-workspace v0.0.7
Extremely lightweight CLI for managing multiple git repositories and workspace configurations
🚀 Installation
⚡ Quick Install (Recommended)
Install pre-built binaries with cargo-binstall:
cargo binstall vibe-workspaceWhy cargo-binstall? Downloads pre-compiled binaries directly from GitHub releases - no compilation time, no build dependencies required!
🔨 Install from Source
Compile from source via crates.io:
cargo install vibe-workspace📦 Manual Binary Download
Download pre-built binaries for your platform:
| Platform | Download | Compatibility |
|---|---|---|
| Linux x86_64 | vibe-workspace-v0.0.7-x86_64-unknown-linux-gnu.tar.gz | Most Linux distributions |
| macOS Universal | vibe-workspace-v0.0.7-universal2-apple-darwin.tar.gz | Recommended - Works on Intel & Apple Silicon |
| macOS Intel | vibe-workspace-v0.0.7-x86_64-apple-darwin.tar.gz | Intel-based Macs only |
| macOS Apple Silicon | vibe-workspace-v0.0.7-aarch64-apple-darwin.tar.gz | M1/M2/M3/M4 Macs only |
Installation steps:
- Download the appropriate archive for your platform
- Extract:
tar -xzf vibe-workspace-v0.0.7-<platform>.tar.gz - Move binary to PATH:
sudo mkdir -p /usr/local/bin && sudo mv vibe /usr/local/bin/ - Verify installation:
vibe --version
🔐 Verify Downloads
All release artifacts include SHA256 checksums for security verification:
# Download checksums file
wget https://github.com/toolprint/vibe-workspace/releases/download/v0.0.7/SHA256SUMS
# Verify your download
shasum -a 256 -c SHA256SUMS --ignore-missing📋 What's New
See CHANGELOG.md for detailed changes in this release.
🆘 Troubleshooting
Installation Issues
- cargo-binstall fails: Try
cargo install vibe-workspaceto compile from source - Permission denied: Use
sudofor system-wide installation or install to~/.local/bin/ - Command not found: Ensure
~/.cargo/binor/usr/local/binis in your PATH
Platform Support
- Windows: Not currently supported (Linux and macOS only)
- Other architectures: Use
cargo install vibe-workspaceto compile for your platform
Getting Help
Built with Rust 🦀 • Cross-compiled with Zig • Distributed via GitHub Releases
vibe-workspace v0.0.6
vibe-workspace v0.0.6
Extremely lightweight CLI for managing multiple git repositories and workspace configurations
🚀 Installation
⚡ Quick Install (Recommended)
Install pre-built binaries with cargo-binstall:
cargo binstall vibe-workspaceWhy cargo-binstall? Downloads pre-compiled binaries directly from GitHub releases - no compilation time, no build dependencies required!
🔨 Install from Source
Compile from source via crates.io:
cargo install vibe-workspace📦 Manual Binary Download
Download pre-built binaries for your platform:
| Platform | Download | Compatibility |
|---|---|---|
| Linux x86_64 | vibe-workspace-v0.0.6-x86_64-unknown-linux-gnu.tar.gz | Most Linux distributions |
| macOS Universal | vibe-workspace-v0.0.6-universal2-apple-darwin.tar.gz | Recommended - Works on Intel & Apple Silicon |
| macOS Intel | vibe-workspace-v0.0.6-x86_64-apple-darwin.tar.gz | Intel-based Macs only |
| macOS Apple Silicon | vibe-workspace-v0.0.6-aarch64-apple-darwin.tar.gz | M1/M2/M3/M4 Macs only |
Installation steps:
- Download the appropriate archive for your platform
- Extract:
tar -xzf vibe-workspace-v0.0.6-<platform>.tar.gz - Move binary to PATH:
sudo mkdir -p /usr/local/bin && sudo mv vibe /usr/local/bin/ - Verify installation:
vibe --version
🔐 Verify Downloads
All release artifacts include SHA256 checksums for security verification:
# Download checksums file
wget https://github.com/toolprint/vibe-workspace/releases/download/v0.0.6/SHA256SUMS
# Verify your download
shasum -a 256 -c SHA256SUMS --ignore-missing📋 What's New
See CHANGELOG.md for detailed changes in this release.
🆘 Troubleshooting
Installation Issues
- cargo-binstall fails: Try
cargo install vibe-workspaceto compile from source - Permission denied: Use
sudofor system-wide installation or install to~/.local/bin/ - Command not found: Ensure
~/.cargo/binor/usr/local/binis in your PATH
Platform Support
- Windows: Not currently supported (Linux and macOS only)
- Other architectures: Use
cargo install vibe-workspaceto compile for your platform
Getting Help
Built with Rust 🦀 • Cross-compiled with Zig • Distributed via GitHub Releases
vibe-workspace v0.0.5
vibe-workspace v0.0.5
Extremely lightweight CLI for managing multiple git repositories and workspace configurations
🚀 Installation
⚡ Quick Install (Recommended)
Install pre-built binaries with cargo-binstall:
cargo binstall vibe-workspaceWhy cargo-binstall? Downloads pre-compiled binaries directly from GitHub releases - no compilation time, no build dependencies required!
🔨 Install from Source
Compile from source via crates.io:
cargo install vibe-workspace📦 Manual Binary Download
Download pre-built binaries for your platform:
| Platform | Download | Compatibility |
|---|---|---|
| Linux x86_64 | vibe-workspace-v0.0.5-x86_64-unknown-linux-gnu.tar.gz | Most Linux distributions |
| macOS Universal | vibe-workspace-v0.0.5-universal2-apple-darwin.tar.gz | Recommended - Works on Intel & Apple Silicon |
| macOS Intel | vibe-workspace-v0.0.5-x86_64-apple-darwin.tar.gz | Intel-based Macs only |
| macOS Apple Silicon | vibe-workspace-v0.0.5-aarch64-apple-darwin.tar.gz | M1/M2/M3/M4 Macs only |
Installation steps:
- Download the appropriate archive for your platform
- Extract:
tar -xzf vibe-workspace-v0.0.5-<platform>.tar.gz - Move binary to PATH:
sudo mkdir -p /usr/local/bin && sudo mv vibe /usr/local/bin/ - Verify installation:
vibe --version
🔐 Verify Downloads
All release artifacts include SHA256 checksums for security verification:
# Download checksums file
wget https://github.com/toolprint/vibe-workspace/releases/download/v0.0.5/SHA256SUMS
# Verify your download
shasum -a 256 -c SHA256SUMS --ignore-missing📋 What's New
See CHANGELOG.md for detailed changes in this release.
🆘 Troubleshooting
Installation Issues
- cargo-binstall fails: Try
cargo install vibe-workspaceto compile from source - Permission denied: Use
sudofor system-wide installation or install to~/.local/bin/ - Command not found: Ensure
~/.cargo/binor/usr/local/binis in your PATH
Platform Support
- Windows: Not currently supported (Linux and macOS only)
- Other architectures: Use
cargo install vibe-workspaceto compile for your platform
Getting Help
Built with Rust 🦀 • Cross-compiled with Zig • Distributed via GitHub Releases
vibe-workspace v0.0.4
vibe-workspace v0.0.4
Extremely lightweight CLI for managing multiple git repositories and workspace configurations
🚀 Installation
⚡ Quick Install (Recommended)
Install pre-built binaries with cargo-binstall:
cargo binstall vibe-workspaceWhy cargo-binstall? Downloads pre-compiled binaries directly from GitHub releases - no compilation time, no build dependencies required!
🔨 Install from Source
Compile from source via crates.io:
cargo install vibe-workspace📦 Manual Binary Download
Download pre-built binaries for your platform:
| Platform | Download | Compatibility |
|---|---|---|
| Linux x86_64 | vibe-workspace-v0.0.4-x86_64-unknown-linux-gnu.tar.gz | Most Linux distributions |
| macOS Universal | vibe-workspace-v0.0.4-universal2-apple-darwin.tar.gz | Recommended - Works on Intel & Apple Silicon |
| macOS Intel | vibe-workspace-v0.0.4-x86_64-apple-darwin.tar.gz | Intel-based Macs only |
| macOS Apple Silicon | vibe-workspace-v0.0.4-aarch64-apple-darwin.tar.gz | M1/M2/M3/M4 Macs only |
Installation steps:
- Download the appropriate archive for your platform
- Extract:
tar -xzf vibe-workspace-v0.0.4-<platform>.tar.gz - Move binary to PATH:
sudo mkdir -p /usr/local/bin && sudo mv vibe /usr/local/bin/ - Verify installation:
vibe --version
🔐 Verify Downloads
All release artifacts include SHA256 checksums for security verification:
# Download checksums file
wget https://github.com/toolprint/vibe-workspace/releases/download/v0.0.4/SHA256SUMS
# Verify your download
shasum -a 256 -c SHA256SUMS --ignore-missing📋 What's New
See CHANGELOG.md for detailed changes in this release.
🆘 Troubleshooting
Installation Issues
- cargo-binstall fails: Try
cargo install vibe-workspaceto compile from source - Permission denied: Use
sudofor system-wide installation or install to~/.local/bin/ - Command not found: Ensure
~/.cargo/binor/usr/local/binis in your PATH
Platform Support
- Windows: Not currently supported (Linux and macOS only)
- Other architectures: Use
cargo install vibe-workspaceto compile for your platform
Getting Help
Built with Rust 🦀 • Cross-compiled with Zig • Distributed via GitHub Releases
vibe-workspace v0.0.3
vibe-workspace v0.0.3
Extremely lightweight CLI for managing multiple git repositories and workspace configurations
🚀 Installation
⚡ Quick Install (Recommended)
Install pre-built binaries with cargo-binstall:
cargo binstall vibe-workspaceWhy cargo-binstall? Downloads pre-compiled binaries directly from GitHub releases - no compilation time, no build dependencies required!
🔨 Install from Source
Compile from source via crates.io:
cargo install vibe-workspace📦 Manual Binary Download
Download pre-built binaries for your platform:
| Platform | Download | Compatibility |
|---|---|---|
| Linux x86_64 | vibe-workspace-v0.0.3-x86_64-unknown-linux-gnu.tar.gz | Most Linux distributions |
| macOS Universal | vibe-workspace-v0.0.3-universal2-apple-darwin.tar.gz | Recommended - Works on Intel & Apple Silicon |
| macOS Intel | vibe-workspace-v0.0.3-x86_64-apple-darwin.tar.gz | Intel-based Macs only |
| macOS Apple Silicon | vibe-workspace-v0.0.3-aarch64-apple-darwin.tar.gz | M1/M2/M3/M4 Macs only |
Installation steps:
- Download the appropriate archive for your platform
- Extract:
tar -xzf vibe-workspace-v0.0.3-<platform>.tar.gz - Move binary to PATH:
sudo mkdir -p /usr/local/bin && sudo mv vibe /usr/local/bin/ - Verify installation:
vibe --version
🔐 Verify Downloads
All release artifacts include SHA256 checksums for security verification:
# Download checksums file
wget https://github.com/toolprint/vibe-workspace/releases/download/v0.0.3/SHA256SUMS
# Verify your download
shasum -a 256 -c SHA256SUMS --ignore-missing📋 What's New
See CHANGELOG.md for detailed changes in this release.
🆘 Troubleshooting
Installation Issues
- cargo-binstall fails: Try
cargo install vibe-workspaceto compile from source - Permission denied: Use
sudofor system-wide installation or install to~/.local/bin/ - Command not found: Ensure
~/.cargo/binor/usr/local/binis in your PATH
Platform Support
- Windows: Not currently supported (Linux and macOS only)
- Other architectures: Use
cargo install vibe-workspaceto compile for your platform
Getting Help
Built with Rust 🦀 • Cross-compiled with Zig • Distributed via GitHub Releases