Sentinel: Self-Hosted Agent Platform for Claude Code Subscribers

Sentinel is a self-hosted agent platform that runs on your existing Claude Code OAuth token, eliminating API overhead. The project is fully open source under AGPL-3.0 license with no cloud dependencies.
Platform Features
Sentinel adds several layers of functionality around Claude:
- Clean operator UI with real-time browser automation via built-in VNC
- araiOS control layer for defining custom skills with granular approval rules per action
- Git gating system where agents run freely on local work but require explicit confirmation for pushes or pull requests
- Full session trace logs showing exact context per run
- Structured hierarchical memory with pinning and scoped nesting capabilities
- Cron and heartbeat triggers for recurring automation tasks
Technical Details
The platform requires an existing Claude subscription to run. Since it uses your Claude Code OAuth token directly, there's no additional API cost or overhead. The self-hosted nature means you maintain full control over your data and infrastructure.
Documentation is available at https://sentinel.arais.us, and the source code can be found at https://github.com/arais-labs/sentinel.
📖 Read the full source: r/ClaudeAI
👀 See Also

cldctrl: Terminal Dashboard for Managing Claude Code Sessions
cldctrl is an npm package that provides a terminal dashboard for launching and managing Claude Code sessions across projects. It reads existing ~/.claude data, auto-discovers projects, and shows token usage with rate limit bars.

Founder Operations in Claude: 19 Reusable Skills for Early-Stage Startups
A founder who exited their first startup published 19 Claude-compatible skill prompts for functions like positioning, pricing, prospecting, and copy — based on their own SOPs and Notion workflows.

Local Book Translation Pipeline Uses Qwen 32B and Mistral 24B with Contextual RAG
A developer built a fully automated PDF-to-ePub book translation pipeline using eight Python scripts, Marker for PDF extraction, Qwen 32B for translation with a global glossary, and Mistral 24B for style editing.

Zap Code: AI Code Generator That Teaches Kids Real HTML/CSS/JS
Zap Code generates working HTML, CSS, and JavaScript from plain English descriptions for kids ages 8-16. It offers three interaction modes and runs in a sandboxed iframe with a progressive complexity engine.