SanctumOS Ecosystem

Beyond the core modules (SMCP, Broca, Web Chat, Router), SanctumOS includes a growing set of reference applications, utilities, and tooling built on the stack. These range from production-ready services to experimental prototypes.

Infrastructure & Tooling

Sanctum Installer

Automated setup for the full Sanctum stack. The kernel loader is the primary payload, targeting WSL, Ubuntu, and Raspbian systems.

  • Status: Early alpha — expect breaking changes and incomplete features
  • Repository: sanctumos/installer

Code Buddy

GitHub webhook processor and MCP server for keeping agents informed about coding activity. Code Buddy bridges the gap between development workflows and AI agents by capturing GitHub events (commits, PRs, issues, releases), normalizing them, and exposing them through an MCP server.

  • Receives and validates GitHub organization webhooks (HMAC signature verification)
  • Normalizes events into a consistent format
  • MCP server for real-time agent access to development activity
  • Cursor-addressable for editor integration

Repository: sanctumos/code-buddy


Origin Conversation

Conversation/export tooling and MCP server for searching SanctumOS canonical ChatGPT history. Provides tools for working with exported ChatGPT conversation archives, including search, export, and MCP-accessible querying.

Repository: sanctumos/origin_conversation


Venice Billing Monitor

Venice AI billing monitor with agent memory integration. An SMCP plugin and cron job that tracks Venice AI API credit usage and updates Letta agent memory blocks with billing state. Keeps agents aware of their inference budget.

Repository: sanctumos/sanctum-venice-billing-monitor

Reference Applications

These are full applications built using SanctumOS patterns and infrastructure — API-first, MCP-native, agent-accessible.

Sanctum CRM

An AI-first, MCP-native CRM reference architecture. Designed to demonstrate how a traditional business application can be built for agent interaction from the ground up.

Repository: sanctumos/sanctum-crm


Clawed Road

Marketplace stack for exit, not lock-in. EVM-only payments, PHP + Python cron on LEMP, with an API surface designed for agent interaction. Migrated from Go; dark-web surface stripped.

Repository: sanctumos/clawedroad


Sanctum Social

Social media management and automation platform. Built for managing social media presence with agent assistance.

Repository: sanctumos/sanctum-social


Sanctum DMS

Dealer Management System. API-first, database-driven architecture with PHP 8.0+ and SQLite3, following a hybrid data access pattern (direct SQLite reads + API writes).

Repository: sanctumos/sanctum-dms

Research Releases

Thalamus

Core routing and message handling system for the Sanctum framework. Research release of the input preprocessing hub — see the Thalamus component documentation for the architectural role.

Repository: sanctumos/thalamus


Cochlea

Audio input pipeline. See the Cochlea module documentation for details.

Repository: sanctumos/cochlea

All Public Repositories

For a complete, up-to-date list of all repositories in the SanctumOS organization, see github.com/sanctumos.


SanctumOS Ecosystem — reference applications, utilities, and tooling built on the agentic OS stack.