Your Personal AI OS

Not a chatbot you open. An AI that is always on, always watching. Name it. Shape it. Connect it to everything you use. Reach it however you work. Open source, self-hosted, yours forever.


See it work

Watch CORE take a plain-text task, gather context from GitHub and memory, plan the work, run a Claude Code session, and open a PR:


Overview


How CORE compares

CORE OpenClaw Hermes Agent Devin / Copilot
Multiple interfaces (voice, scratchpad, chat, messaging) Partial
Persistent memory across tasks
Delegates to coding agents (Claude Code, Codex)
Structured task planning with human approval Partial
Custom name, personality, and voice
50+ app connectors Partial Partial
Terminal and browser access via gateway
Human-in-loop by default
Open source and self-hostable

Run CORE on your Claude or Codex subscription

CORE can point at your existing Claude Pro or Codex subscription instead of API keys. Memory, planning, task execution, and coding sessions all run on the subscription you already pay for — no per-token bill on top.

Set up the subscription proxy →


Quickstart

Open source and self-hosted. Your data stays in your infrastructure.

Choose your path:

I want to... How
Try it on my machine Run the one-step install below (requires Docker)
Deploy on a server or VPS One-click Railway deploy
Use the Mac app Join the waitlist

Install and start CORE:

npm install -g @redplanethq/corebrain && corebrain setup

The setup wizard asks for an install directory, AI provider, API key, and chat model. It generates secrets, starts the stack, and opens http://localhost:3033.

Most local installs take a few minutes once Docker is running.

Or deploy on Railway:

Deploy on Railway

Connect a gateway so CORE can run coding agents, drive your browser, and access local folders:

corebrain login
corebrain gateway setup

Requirements: Docker 20.10+, Docker Compose 2.20+, 4 vCPU / 8GB RAM

Full self-hosting guide

Your first task (2 minutes after setup):

  1. Open the Scratchpad (your daily page at http://localhost:3033)
  2. Type [ ] Summarize my open GitHub issues or any task you would normally do yourself
  3. CORE picks it up within 3 minutes, gathers context from connected apps, and drafts a plan
  4. Approve the plan and CORE runs it and brings back the result

Connect your first app


Docs

  • Memory - Temporal knowledge graph, fact classification, intent-driven retrieval
  • Scratchpad - The daily surface where tasks and ideas start
  • Tasks - Plans, state, recurring work, and task-scoped context
  • Toolkit - 1000+ actions across 50+ apps via MCP
  • CORE Agent - Triggers, memory, tools, and execution
  • Gateway - WhatsApp, Slack, Telegram, email, web, and API access
  • Skills - Reusable instructions for repeatable workflows
  • Self-hosting - Full deployment guide
  • Changelog - What has shipped

Benchmark

CORE achieves 88.24% average accuracy on the LoCoMo benchmark across single-hop, multi-hop, open-domain, and temporal reasoning. See the benchmark repo for full results and baseline comparisons.


Security

  • CASA Tier 2 Certified
  • TLS 1.3 in transit
  • AES-256 at rest
  • Your data is never used for model training
  • Self-host for full isolation
  • Security policy
  • Vulnerabilities: [email protected]

Community

We are building CORE in public.

We share the roadmap and architectural decisions openly because the hardest problems in building a personal OS are best solved with the people using it. Star the repo, self-host it, share what you build, and open issues for what is broken or missing.


Self-host your personal AI OS.

Star this repo · Read the docs · Join Discord