VibeCody v0.5.8
AI-powered developer toolchain — terminal assistant, desktop code editor, and mobile companion.
Downloads
VibeCLI — Terminal AI Assistant
| Platform |
Download |
| macOS (Apple Silicon) |
vibecli-aarch64-apple-darwin.tar.gz |
| macOS (Intel) |
vibecli-x86_64-apple-darwin.tar.gz |
| Linux x86_64 |
vibecli-x86_64-linux.tar.gz |
| Linux ARM64 |
vibecli-aarch64-linux.tar.gz |
| Windows x64 |
vibecli-x86_64-windows.zip |
| Docker |
vibecli-docker-*.tar.gz |
VibeCoder — Desktop Code Editor
| Platform |
Download |
| macOS (Apple Silicon) |
VibeCoder-macOS-arm64.app.zip / .dmg |
| macOS (Intel) |
VibeCoder-macOS-x64.app.zip / .dmg |
| Linux x64 |
.deb / .AppImage |
| Linux arm64 |
.deb / .AppImage |
| Windows x64 |
.msi / .exe installer |
VibeCLI App — Desktop AI Assistant
| Platform |
Download |
| macOS |
.dmg |
| Linux x64 |
.deb / .AppImage |
| Linux arm64 |
.deb / .AppImage |
| Windows |
.msi / .exe installer |
VibeDesk — Task-First Desktop Shell
| Platform |
Download |
| macOS (Apple Silicon) |
VibeDesk_*_aarch64.dmg |
| macOS (Intel) |
VibeDesk_*_x64.dmg |
| Linux x64 |
.deb / .AppImage |
| Linux arm64 |
.deb / .AppImage |
| Windows x64 |
.msi / .exe installer |
VibeCody Mobile — iOS & Android
| Platform |
Download |
| Android (APK) |
VibeCody-Mobile-*-android.apk |
| Android (AAB) |
VibeCody-Mobile-*-android.aab |
| iOS (IPA) |
VibeCody-Mobile-*-ios.ipa |
VibeCody Watch — watchOS & Wear OS
| Platform |
Download |
| watchOS (Simulator .app, unsigned) |
VibeCody-WatchOS-*.app.zip |
| Wear OS (APK) |
VibeCody-Wear-*.apk |
| Wear OS (AAB) |
VibeCody-Wear-*.aab |
Sandbox — Firecracker Tier-3 rootfs (optional)
| Artifact |
Purpose |
vibecody-firecracker-rootfs-*.ext4 |
BusyBox + bash microVM rootfs (20 MiB), consumed by FirecrackerSandbox on Linux + KVM |
vibecody-firecracker-rootfs-*.ext4.sha256 |
Content-addressed integrity check |
vibecody-firecracker-rootfs-*.ext4.cosign.bundle |
Sigstore keyless attestation (verifies build provenance via Rekor) |
Quick Install
One-liner (Linux/macOS):
curl -fsSL https://raw.githubusercontent.com/TuringWorks/vibecody/main/install.sh | sh
macOS (Apple Silicon):
curl -L https://github.com/TuringWorks/vibecody/releases/download/v0.5.8/vibecli-aarch64-apple-darwin.tar.gz | tar -xz
sudo mv vibecli /usr/local/bin/
Linux (x86_64):
curl -L https://github.com/TuringWorks/vibecody/releases/download/v0.5.8/vibecli-x86_64-linux.tar.gz | tar -xz
sudo mv vibecli /usr/local/bin/
Docker:
docker load < vibecli-docker-*.tar.gz
docker run -p 7878:7878 vibecli:v0.5.8
Android:
Download VibeCody-Mobile-*-android.apk and sideload, or upload the .aab to Google Play Console.
iOS:
Download VibeCody-Mobile-*-ios.ipa and install via TestFlight, Apple Configurator, or re-sign with your distribution certificate.
Verify checksums
sha256sum -c SHA256SUMS.txt
What's New in v0.5.8
- Parallel Agent Spawning — Claude Code-style
/spawn command: launch multiple autonomous agents, decompose tasks, aggregate results
- Agent Pool Management — Priority queuing, pause/resume, inter-agent messaging, conflict detection
- SpawnAgentPanel — VibeCoder panel for managing parallel agents with live progress tracking
- iOS & Android builds — VibeCody Mobile companion app now included in releases
- 150+ VibeCoder panels, 18 AI providers, 540+ skills, 6,000+ tests
Full Platform Matrix
| Product |
macOS arm64 |
macOS x64 |
Linux x64 |
Linux arm64 |
Windows x64 |
Android |
iOS |
watchOS |
Wear OS |
Docker |
| VibeCLI |
x |
x |
x |
x |
x |
|
|
|
|
x |
| VibeCoder |
x |
x |
x |
x |
x |
|
|
|
|
|
| VibeCLI App |
x |
x |
x |
x |
x |
|
|
|
|
|
| VibeCody Mobile |
|
|
|
|
|
x |
x |
|
|
|
| VibeCody Watch |
|
|
|
|
|
|
|
x |
x |
|