officialbrandonsandoval-source/operaxon-os
The open-core operating system for agentic businesses.
Platform-specific configuration:
{
"mcpServers": {
"operaxon-os": {
"command": "npx",
"args": [
"-y",
"operaxon-os"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
The open-core operating system for agentic businesses.
[](./packages/runtime/LICENSE) [](https://nodejs.org) [](./Dockerfile)
> The window is now. AI agents are eating software. Operaxon OS is the runtime that runs them.
---
Operaxon OS is an open-core runtime for building, deploying, and governing AI agents at scale.
packages/runtime) — MIT licensed. Build on it. Ship with it.Think: Linux is free. Red Hat Enterprise Linux is the business. Operaxon Runtime is free. Operaxon Enterprise is the platform.
---
# Clone
git clone https://github.com/officialbrandonsandoval-source/operaxon-os
cd operaxon-os
# Install
npm install
# Configure
cp .env.example .env
# Edit .env with your API keys
# Start
npm run devGateway running at:
http://localhost:3000ws://localhost:3000http://localhost:3000/health---
# Initialize a new agent project
npx operaxon init my-agent
# Start the gateway
npx operaxon start
# Check status
npx operaxon status---
operaxon-os/
├── packages/
│ ├── runtime/ # MIT — the open core
│ │ ├── gateway/ # HTTP/WebSocket server (Express + ws)
│ │ ├── channels/ # Telegram, Discord, HTTP adapters
│ │ ├── sessions/ # In-memory session management
│ │ ├── cron/ # node-cron scheduler
│ │ └── mcp/ # Model Context Protocol client
│ ├── governor/ # PROPRIETARY — policy enforcement
│ ├── meridian/ # PROPRIETARY — persistLoading reviews...