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

Eä: A SIMD Compiler for Python Written in Rust
A developer built Eä, a compiler for SIMD kernels in ~12k lines of Rust that generates shared libraries and Python wrappers from .ea files, achieving 6.6× speedups over NumPy without ctypes or build systems.

Open-sourced library of 59 Claude skills covers full website lifecycle
A developer released 59 reusable Claude skills covering brand discovery, design, content, SEO, development, ops, and growth — stack-agnostic, with uniform structure and CI lint validation.

Claude VS Code Extension Reasoning Effort Slider Sends Inconsistent Values
The reasoning effort slider in the Claude VS Code extension sends inconsistent numeric values to the model, with non-monotonic mapping where moving the slider up can send a lower number.
Cue AI Uses Gemma 4 for Faster Voice Dictation: 44% Latency Drop, 30% More Usage
Cue AI replaced a cloud-based text polish step with Google DeepMind's Gemma 4 E4B running locally via Ollama, cutting median latency from 876ms to 488ms and increasing dictation usage by 30%.