VibeAround: Local Daemon Connects Coding Agents to Telegram and Discord

What VibeAround Does
VibeAround is a local daemon that connects coding agents to instant messaging platforms. The developer built it to address the limitation that tools like Claude Code, Gemini CLI, and Codex are "stuck in the terminal" and wanted to interact with them from a phone.
Key Features
- Connects coding agents to IM platforms including Telegram and Discord
- Allows sending prompts and receiving streaming responses
- Supports running full coding sessions without requiring a terminal
- Operates as a local daemon (runs locally on your machine)
- Currently available for macOS
- Open source (available on GitHub)
Session Handover Feature
The standout feature is session handover. Here's how it works:
- When you're deep in a task with Claude Code and need to step away, type
\handover - You'll receive a pickup code
- Paste the code in Telegram on your phone to continue the conversation with full context
- When you return to your desk, you can hand the session back to your terminal
This type of tool addresses a common workflow issue where developers need to switch between devices while maintaining coding session continuity. The local daemon approach means your conversations and code remain on your machine rather than being routed through external servers.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Code gains TLA+ model checking via tla-mcp MCP server
tla-mcp is a new MCP server that lets Claude Code call the TLA+ model checker tla-rs as a first-class tool — validate specs, run bounded checks with counterexample traces, and replay scenarios from the chat.

Shieldbot: Open-Source Security Scanner Plugin for Claude Code
Shieldbot is an open-source security scanner that runs as a plugin inside Claude Code, integrating six scanners including Semgrep with 5,000+ rules, Bandit, Ruff, detect-secrets, pip-audit, and npm audit. It deduplicates findings and generates prioritized reports with risk scores and code fixes.

iai-mcp: Local daemon gives Claude persistent memory across sessions with 99% recall
iai-mcp is an open-source local daemon that captures every Claude conversation, organizes it into three memory tiers, and feeds context back on new sessions. Achieves >99% verbatim recall, retrieval under 100ms, and session-start cost under 3,000 tokens.

Memex: Open-Source Memory Plugin for Claude Cowork
Memex is an open-source plugin that gives Claude Cowork persistent memory across sessions using a tiered context loading system. After running /memex:init once, Claude briefs itself in about 20 seconds per session and picks up where you left off.