AI Bridge is a Matrix-ish bridge for Beeper that brings AI Chats into your favorite chat app.
Batteries included - one click setup (for Beeper Plus), all models. It also comes with a faithful Go port of OpenClaw (formerly knows as Moltbot (formerly known as Clawdbot)) called Beep.
Coming soon to Beeper Desktop as an experiment. Join the Developer Community on Matrix for early access.
Connect all your chats with one click and manage your inbox with agents. Supports image generation, reminders, web search, memory, Clay.earth integration. Create basic AI Chats to talk to models with no tools and customizable system prompt.
Made by humans using agentic coding.
Experimental Matrix ↔ AI bridge for Beeper, built on top of mautrix/bridgev2. Works best with alpha versions of Beeper Desktop. Supports any OpenAI-compatible provider (including OpenRouter).
- Multi-provider routing with prefixed model IDs (e.g.
openai/...,anthropic/...) - Per-model chats (each model shows up as its own contact)
- Streaming responses
- Multimodal input (images, PDFs, audio, video) when supported by the model
- Per-room settings (model, temperature, system prompt, context limits, tools)
- Login flows for Beeper, Magic Proxy, or custom (BYOK)
- OpenClaw-style memory search (stored in the bridge DB)
docs/matrix-ai-matrix-spec-v1.md: Full Matrix transport spec (events, streaming, approvals, state, and schema examples).
Requires libolm for encryption support.
./build.shOr use Docker:
docker build -t ai .