TL;DR: Beeper is transforming from "all your chats in one place" to "all your chats AND AI agents in one place." The
agentremoterepository is the centerpiece of this pivot.
In early 2026, Beeper quietly renamed their ai-bridge repository to agentremote with a new tagline: "All your agents in Beeper." This is not a minor naming change -- it signals a fundamental expansion of Beeper's mission.
| Property | Value |
|---|---|
| URL | github.com/beeper/agentremote |
| Stars | 11 |
| Language | Go |
| Activity | Multiple commits per day (as of Mar 2026) |
| Last Update | 2026-03-09 |
AgentRemote contains multiple bridge implementations, each connecting a different AI agent runtime to Beeper:
| Bridge | Agent | Purpose |
|---|---|---|
bridges/ai |
Generic AI | Base AI chat bridge |
bridges/codex |
OpenAI Codex | Coding agent |
bridges/openclaw |
OpenClaw | AI agent platform |
bridges/opencode |
OpenCode | Code agent |
- Full conversation history -- agent chats appear alongside human chats
- Live streaming -- real-time responses from AI agents
- Tool approvals -- human-in-the-loop for agent actions
- Encrypted delivery -- same E2E encryption as regular chats
- Session control -- manage agent sessions from Beeper UI
From the Dev Community (Matrix room #beeper-developers:beeper.com):
batuhan (Mar 6, 2026): "3 bridges in AI bridge very close to ready for testing"
batuhan (Mar 4, 2026): "AI Chats coming very soon" -- with image forwarding for questions and image descriptions planned
An open PR on bridge-manager confirms the integration path:
- PR #72 (by batuhan): "Add AI bridge" -- OPEN
- This means AI agents will be installable via
bbctl, the same tool used for WhatsApp, Telegram, Signal bridges
| Repo | Relationship |
|---|---|
| chat-adapter-matrix | Vercel Chat SDK adapter, works with all bridged networks |
| desktop-api-chat-adapter | Chat SDK adapter for Desktop API |
| aibot | Earlier ChatGPT bot for Matrix (predecessor) |
| Project | Author | Description |
|---|---|---|
| CodeBeep | Mihai-Codes | AI coding agent via Matrix/Beeper + OpenCode |
| linkedin-spam-filter | manthis | OpenClaw skill for LinkedIn spam filtering |
Beeper is becoming an agent aggregator. Just as it unified chat networks (WhatsApp, Telegram, Signal), it now aims to unify AI agents (Codex, OpenClaw, OpenCode) under one interface.
This creates a unique position: no other messaging app offers both multi-network chat AND multi-agent AI access. The bridge architecture makes adding new agents as simple as writing a new bridge.
Tool approvals and encrypted delivery position AgentRemote for enterprise use cases:
- AI agents that can access chat context across networks
- Human oversight of AI actions (tool approval flow)
- Audit trail through conversation history
AgentRemote and MCP serve different but complementary roles:
| Feature | MCP | AgentRemote |
|---|---|---|
| Direction | External tools read Beeper data | AI agents live inside Beeper |
| Interface | Developer/IDE | End user chat |
| Interaction | Query/response | Conversational |
| Use case | "Search my chats" | "Hey Codex, review this PR" |
- No documentation on developers.beeper.com -- AgentRemote is invisible to developers not monitoring GitHub or Matrix
- No public API for creating custom agent bridges -- community developers are locked out
- Pricing model unclear -- will AI agents require Beeper Plus?
- Agent marketplace not yet discussed -- could Beeper become an agent store?
| Date | Event |
|---|---|
| Pre-2026 | aibot -- simple ChatGPT bot for Matrix |
| Early 2026 | ai-bridge repository created |
| Feb 2026 | Renamed to agentremote |
| Mar 4, 2026 | "AI Chats coming very soon" -- batuhan |
| Mar 6, 2026 | "3 bridges very close to ready for testing" |
| Mar 8-9, 2026 | Multiple daily commits, OpenClaw bridge added |
| Future | Bridge Manager integration via PR #72 |
- Bridge Landscape -- how AgentRemote fits into the bridge ecosystem
- Ecosystem Map -- visual diagram showing AgentRemote's position
- Community Intelligence -- developer reactions and requests