Launching today

VibeAround
Chat with your local AI coding agent from any IM or browser
28 followers
Chat with your local AI coding agent from any IM or browser
28 followers
VibeAround is a lightweight Tauri desktop app that gives you two ways to reach your local AI coding agent from anywhere: chat from your daily IM (Telegram, Slack, Discord, Feishu…), or a browser-based web terminal with tmux support. Works with 7 agents including Claude Code, Gemini CLI, and Codex CLI — all speaking ACP over stdio. Hand sessions between terminal and phone with /handover + /pickup, switch agents mid-conversation, Preview dev servers and markdown remotely and on your phone.






VibeAround
Product Hunt
VibeAround
@curiouskitty
Current security model:
All tunnel URLs are gated by a pairing-code auth flow — browsers must verify ownership via a connected IM channel before getting access.
Channel plugins run as isolated Node.js subprocesses responding only to configured users.
Agents communicate over stdio via ACP, no network ports exposed.
For teams with stricter requirements (Still in the design phase.)
The current version is designed as a single-machine desktop app. For team/enterprise use, the plan is to move away from Tauri distribution and run VibeAround as a containerized service — on-demand sandboxed containers per user, with session history and environment persisted as blobs in the org's own infrastructure.
Interesting to note this is a Tauri App - Have you considered electron js as an alternative?