VibeAround supports 7 agents including Claude Code, Gemini CLI, Codex CLI, and Cursor CLI — you can even /switch between them mid-conversation. Claude Code gets the shoutout because it was the first agent we integrated, and its session resume capability made building the /handover feature possible.
We actually support all of them — Telegram, Slack, Discord, and 5 more. Telegram gets the shoutout because its Bot API is the easiest to set up (one token from BotFather) and most of our early users started there. But VibeAround treats every channel as a plugin, so you pick whichever IM you already live in.
Tiny binary size (~15 MB vs 150 MB+ for Electron), native Rust backend for managing agent processes and tunnels, and first-class sidecar support for spawning CLI agents over stdio. The core is a long-running daemon — Tauri let us keep memory and CPU overhead minimal while still shipping a cross-platform GUI.