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

Connecting OpenClaw to Qwen2.5 Coder: Feasibility and Considerations
Explore the possibility of connecting OpenClaw to a local Qwen2.5 Coder model with 7 billion parameters to address rate limits with API Gemini 3.

Vyra: Intelligent Web Video Editor for Claude Agents via MCP
Vyra indexes footage so Claude can semantically search and edit video directly—supports motion graphics, music sync, smart masking, transcript editing, color grading, and 30+ effects.

Logic Virtual Machine: A Prompt-Based System to Halt LLM Reasoning Collapses
A researcher has developed a Logic Virtual Machine (LVM) prompt that forces LLMs to halt and report specific collapse modes when they encounter paradoxes or reasoning drift, based on a single stability law: K(σ) ⇒ K(β(σ)). The prompt is substrate-independent and works on models like Grok and Claude.

hipEngine: Fast Native Qwen 3.6 Inference for RDNA3 (Strix Halo, 7900 XTX)
hipEngine is a new open-source (AGPLv3) ROCm-native inference engine for Qwen 3.6 MoE on RDNA3 GPUs. Benchmarks show prefill up to 2718 tok/s on 7900 XTX, competitive with llama.cpp, and INT8 KV cache enabling full 256K context in under 24GB.