Index / The Pope Bot · updated Aug 17, 2026
The Pope Bot
stephengpope/thepopebot · healthy · rank 22 of 43 by stars
Unifies chat, live coding workspaces, and background agent jobs in a self-hosted Docker-backed brain that works with any LLM or coding agent. Recent commits show active hardening of config caching and Telegram webhook flexibility.
Facts
Repository
Runtime
Posture
Community
Security breakdown
Composite 75 / 100 · how these are scored
higher is safer
higher is safer
higher is safer
higher is safer
higher is riskier
Model access
Read from the repository, not written by a model · 63 files examined
5 providers · runs locally · gateway support
Pinned models
None pinned in the repository.
Evidence
Decision
Why choose The Pope Bot over OpenClaw?
Why choose this
- Native Docker-backed coding workspaces with live terminal
- Supports any coding agent interchangeably (Claude Code, Codex, etc)
- Background agent jobs that open PRs and auto-merge
Tradeoffs
- No native mobile/voice support like OpenClaw
- Limited chat integrations (Slack/Discord pending)
- Smaller community footprint (0 Reddit mentions)
Best fit
- self-hosters wanting unified chat and coding
- teams using Telegram for AI ops
- users needing background PR automation
Avoid if
- those needing Slack/Discord (coming soon)
- users wanting minimal resource footprint
- enterprises requiring SSO
README and commit history provide clear architecture and active maintenance signals, but external community feedback is absent (0 Reddit, web results unrelated to this repo), creating moderate uncertainty in sentiment scoring.
AI layer reviewed Aug 2, 2026 · how this is written
Star activity
1,854 stars today
Overview
The Pope Bot is a self-hosted autonomous AI agent platform that merges communication, coding environments, and automation into a single application. Its architecture is described as 'three doors, one brain': a browser chat, Telegram integration (with Slack/Discord planned), and a live coding workspace that can attach a terminal session to the same agent handling your chat. The 'brain' is a configurable event handler that selects any LLM (Anthropic, OpenAI, Google, etc.) and any coding agent (Claude Code, Codex, Gemini, etc.), running either in-process for live chat or in a fresh Docker container for background agent jobs that open pull requests and notify via DM.
Recent development activity (up to v1.2.82) shows a focus on security and correctness: stale config caches were removed to prevent cross-user token leakage, and Telegram webhook overrides were added for flexible deployments. The project emphasizes user ownership—running on your hardware, your repo, your tokens—with AES-encrypted configuration stored in SQLite. Compared to OpenClaw, it leans heavily into developer workflows and containerized code execution rather than cross-OS personal assistant features.