Skip to content

Releases: toolprint/vibe-workspace

vibe-workspace v0.0.12

25 Aug 03:02
93340ac

Choose a tag to compare

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-workspace

Why 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:

  1. Download the appropriate archive for your platform
  2. Extract: tar -xzf vibe-workspace-v0.0.12-<platform>.tar.gz
  3. Move binary to PATH: sudo mkdir -p /usr/local/bin && sudo mv vibe /usr/local/bin/
  4. 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-workspace to compile from source
  • Permission denied: Use sudo for system-wide installation or install to ~/.local/bin/
  • Command not found: Ensure ~/.cargo/bin or /usr/local/bin is in your PATH

Platform Support

  • Windows: Not currently supported (Linux and macOS only)
  • Other architectures: Use cargo install vibe-workspace to compile for your platform

Getting Help


Built with Rust 🦀 • Cross-compiled with Zig • Distributed via GitHub Releases

vibe-workspace v0.0.11

14 Aug 00:18
6d301e6

Choose a tag to compare

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-workspace

Why 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:

  1. Download the appropriate archive for your platform
  2. Extract: tar -xzf vibe-workspace-v0.0.11-<platform>.tar.gz
  3. Move binary to PATH: sudo mkdir -p /usr/local/bin && sudo mv vibe /usr/local/bin/
  4. 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-workspace to compile from source
  • Permission denied: Use sudo for system-wide installation or install to ~/.local/bin/
  • Command not found: Ensure ~/.cargo/bin or /usr/local/bin is in your PATH

Platform Support

  • Windows: Not currently supported (Linux and macOS only)
  • Other architectures: Use cargo install vibe-workspace to compile for your platform

Getting Help


Built with Rust 🦀 • Cross-compiled with Zig • Distributed via GitHub Releases

vibe-workspace v0.0.10

10 Aug 23:04
135548c

Choose a tag to compare

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-workspace

Why 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:

  1. Download the appropriate archive for your platform
  2. Extract: tar -xzf vibe-workspace-v0.0.10-<platform>.tar.gz
  3. Move binary to PATH: sudo mkdir -p /usr/local/bin && sudo mv vibe /usr/local/bin/
  4. 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-workspace to compile from source
  • Permission denied: Use sudo for system-wide installation or install to ~/.local/bin/
  • Command not found: Ensure ~/.cargo/bin or /usr/local/bin is in your PATH

Platform Support

  • Windows: Not currently supported (Linux and macOS only)
  • Other architectures: Use cargo install vibe-workspace to compile for your platform

Getting Help


Built with Rust 🦀 • Cross-compiled with Zig • Distributed via GitHub Releases

vibe-workspace v0.0.9

09 Aug 23:08
37716db

Choose a tag to compare

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-workspace

Why 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:

  1. Download the appropriate archive for your platform
  2. Extract: tar -xzf vibe-workspace-v0.0.9-<platform>.tar.gz
  3. Move binary to PATH: sudo mkdir -p /usr/local/bin && sudo mv vibe /usr/local/bin/
  4. 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-workspace to compile from source
  • Permission denied: Use sudo for system-wide installation or install to ~/.local/bin/
  • Command not found: Ensure ~/.cargo/bin or /usr/local/bin is in your PATH

Platform Support

  • Windows: Not currently supported (Linux and macOS only)
  • Other architectures: Use cargo install vibe-workspace to compile for your platform

Getting Help


Built with Rust 🦀 • Cross-compiled with Zig • Distributed via GitHub Releases

vibe-workspace v0.0.8

04 Aug 22:42
3d70d32

Choose a tag to compare

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-workspace

Why 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:

  1. Download the appropriate archive for your platform
  2. Extract: tar -xzf vibe-workspace-v0.0.8-<platform>.tar.gz
  3. Move binary to PATH: sudo mkdir -p /usr/local/bin && sudo mv vibe /usr/local/bin/
  4. 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-workspace to compile from source
  • Permission denied: Use sudo for system-wide installation or install to ~/.local/bin/
  • Command not found: Ensure ~/.cargo/bin or /usr/local/bin is in your PATH

Platform Support

  • Windows: Not currently supported (Linux and macOS only)
  • Other architectures: Use cargo install vibe-workspace to compile for your platform

Getting Help


Built with Rust 🦀 • Cross-compiled with Zig • Distributed via GitHub Releases

vibe-workspace v0.0.7

03 Aug 21:58
6189a1a

Choose a tag to compare

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-workspace

Why 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:

  1. Download the appropriate archive for your platform
  2. Extract: tar -xzf vibe-workspace-v0.0.7-<platform>.tar.gz
  3. Move binary to PATH: sudo mkdir -p /usr/local/bin && sudo mv vibe /usr/local/bin/
  4. 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-workspace to compile from source
  • Permission denied: Use sudo for system-wide installation or install to ~/.local/bin/
  • Command not found: Ensure ~/.cargo/bin or /usr/local/bin is in your PATH

Platform Support

  • Windows: Not currently supported (Linux and macOS only)
  • Other architectures: Use cargo install vibe-workspace to compile for your platform

Getting Help


Built with Rust 🦀 • Cross-compiled with Zig • Distributed via GitHub Releases

vibe-workspace v0.0.6

02 Aug 21:06
b7c062c

Choose a tag to compare

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-workspace

Why 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:

  1. Download the appropriate archive for your platform
  2. Extract: tar -xzf vibe-workspace-v0.0.6-<platform>.tar.gz
  3. Move binary to PATH: sudo mkdir -p /usr/local/bin && sudo mv vibe /usr/local/bin/
  4. 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-workspace to compile from source
  • Permission denied: Use sudo for system-wide installation or install to ~/.local/bin/
  • Command not found: Ensure ~/.cargo/bin or /usr/local/bin is in your PATH

Platform Support

  • Windows: Not currently supported (Linux and macOS only)
  • Other architectures: Use cargo install vibe-workspace to compile for your platform

Getting Help


Built with Rust 🦀 • Cross-compiled with Zig • Distributed via GitHub Releases

vibe-workspace v0.0.5

02 Aug 19:19
f6b94ff

Choose a tag to compare

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-workspace

Why 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:

  1. Download the appropriate archive for your platform
  2. Extract: tar -xzf vibe-workspace-v0.0.5-<platform>.tar.gz
  3. Move binary to PATH: sudo mkdir -p /usr/local/bin && sudo mv vibe /usr/local/bin/
  4. 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-workspace to compile from source
  • Permission denied: Use sudo for system-wide installation or install to ~/.local/bin/
  • Command not found: Ensure ~/.cargo/bin or /usr/local/bin is in your PATH

Platform Support

  • Windows: Not currently supported (Linux and macOS only)
  • Other architectures: Use cargo install vibe-workspace to compile for your platform

Getting Help


Built with Rust 🦀 • Cross-compiled with Zig • Distributed via GitHub Releases

vibe-workspace v0.0.4

02 Aug 16:01
639db2d

Choose a tag to compare

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-workspace

Why 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:

  1. Download the appropriate archive for your platform
  2. Extract: tar -xzf vibe-workspace-v0.0.4-<platform>.tar.gz
  3. Move binary to PATH: sudo mkdir -p /usr/local/bin && sudo mv vibe /usr/local/bin/
  4. 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-workspace to compile from source
  • Permission denied: Use sudo for system-wide installation or install to ~/.local/bin/
  • Command not found: Ensure ~/.cargo/bin or /usr/local/bin is in your PATH

Platform Support

  • Windows: Not currently supported (Linux and macOS only)
  • Other architectures: Use cargo install vibe-workspace to compile for your platform

Getting Help


Built with Rust 🦀 • Cross-compiled with Zig • Distributed via GitHub Releases

vibe-workspace v0.0.3

01 Aug 00:06
7dd31dd

Choose a tag to compare

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-workspace

Why 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:

  1. Download the appropriate archive for your platform
  2. Extract: tar -xzf vibe-workspace-v0.0.3-<platform>.tar.gz
  3. Move binary to PATH: sudo mkdir -p /usr/local/bin && sudo mv vibe /usr/local/bin/
  4. 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-workspace to compile from source
  • Permission denied: Use sudo for system-wide installation or install to ~/.local/bin/
  • Command not found: Ensure ~/.cargo/bin or /usr/local/bin is in your PATH

Platform Support

  • Windows: Not currently supported (Linux and macOS only)
  • Other architectures: Use cargo install vibe-workspace to compile for your platform

Getting Help


Built with Rust 🦀 • Cross-compiled with Zig • Distributed via GitHub Releases