Download VibeAround
Current VibeAround release packages, desktop app metadata, platform downloads, and GitHub release routes.
The current stable desktop release is VibeAround v0.7.24, published on 2026-08-07.
GitHub Releases remain the canonical source for release notes, source archives, checksums, and historical builds. The website also ships a machine-readable manifest at /releases/latest.json for automation and future download UI.
Recommended Downloads
| Platform | Package | Direct link |
|---|---|---|
| macOS Apple Silicon | DMG | VibeAround-macOS-arm64-0.7.24.dmg |
| Windows x64 | Setup EXE | VibeAround-Windows-x64-Setup-0.7.24.exe |
| Windows x64 | MSI | VibeAround-Windows-x64-MSI-0.7.24.msi |
| Windows x64 | Portable ZIP | VibeAround-Windows-x64-Portable-0.7.24.zip |
| Linux x64 | AppImage | VibeAround-Linux-x64-AppImage-0.7.24.AppImage |
| Linux x64 | deb | VibeAround-Linux-x64-DEB-0.7.24.deb |
Release Highlights
Version 0.7.24 fixes protocol handling for the multimodal image resolver introduced in 0.7.23. It now preserves the selected profile, API type, and model and uses protocol-correct endpoints, authentication, request encoding, and response decoding for OpenAI Chat Completions, OpenAI Responses, Anthropic Messages, and Gemini GenerateContent profiles. OpenAI Responses profile checks also use a valid output-token limit. Existing configurations require no migration.
The command-line distribution is published separately as VibeAround CLI 0.0.13. Use the desktop links above for the packaged app, and install the current CLI from npm with:
npm i -g @vibearound/cliDownload Routes
The website exposes short routes for common packages:
| Route | Target |
|---|---|
/download | Latest GitHub release page |
/download/mac | macOS Apple Silicon DMG |
/download/windows | Windows x64 setup EXE |
/download/linux | Linux x64 AppImage |
These routes are convenience entry points. When in doubt, use the direct package links above or the GitHub release page.