personal ai agent

Your AI agent.
Your terms.
On your machine.

A personal AI agent that runs on your local computer or your private server. Talks to you where you are — WhatsApp, Signal, or the web. Private and sovereign by default.

$ npm install -g reeboot
View on GitHub →

Practical core

No bloat. Every feature earns its place. The core stays small so you can reason about what it does.

Professional grade

Built for sustained, daily use. Daemon mode, crash recovery, token budgets, structured observability.

Fully extensible

Custom channels, Docker deployment, MCP tools, skills — serious extensibility when you need more.

capabilities

Everything you need.
Nothing you don't.

Memory

Remembers facts and preferences across sessions. Sleep consolidation — "dreaming" — distils what matters after every day.

Knowledge Base

Local vector embeddings over your documents. Fast, offline, private.

Scheduler

Cron jobs, intervals, one-shot tasks. The agent acts without being asked.

Observability

Structured audit log of every action. See exactly what your agent did and when.

Sandbox

OS-level confinement on macOS and Linux. No Docker required — but Docker deployment is fully supported.

MCP + Skills

MCP servers and plain-Markdown skills. Connect 16 000+ tools or write your own — no code required.

Budget

Token budget management. Set spending limits per task, per day, or per model.

Channels

WhatsApp, Signal, WebChat — and a clean API for custom channel adapters.

Resilience

Crash recovery, outage detection, scheduler catchup. Notifies you on wake-up and after a crash.

comparison

reeboot is different.
in ways that matter.

Minimal core, maximum depth. reeboot does less than the everything-frameworks — deliberately. What it does, it does with durability.

  reeboot Hermes OpenClaw NanoClaw
Knowledge Base ✓ Local RAG ~ Pluggable
Observability ✓ Structured audit log
Sandbox ✓ OS-level + Docker ~ Terminal backends ~ Docker only ✓ Docker
Resilience ✓ Crash recovery
Setup ✓ npm install -g reeboot ✓ curl | bash ✓ npm install -g ✗ Fork repo
Memory ✓ + sleep consolidation ✓ + self-improving ~ Plugin ~ CLAUDE.md
Scheduler ✓ + webhooks
MCP ✓ Native ~ via mcporter
Channels 3 + custom API 22+ 22+ 5

Keep your thoughts private.
Keep your data with you.

Most AI assistants are built for the company that made them — not for you. reeboot is the exception.

Don't start from a blank slate every day

Your context, your preferences, your ongoing work — reeboot carries it all forward. Every session picks up where the last one left off.

Your most personal data, on their servers

Every message, every document, every thought you shared — stored somewhere you can't see, by someone you didn't choose to trust. NOT ANYMORE.

Reachable only when you open a browser

Your life doesn't happen inside a tab. Your AI should be where you are — on WhatsApp, on Signal, whenever you need it.

You have no idea what it actually did

It ran a task, made a decision, took an action. What exactly? When? You'll never know. There's no trail, no accountability. reeboot is not like that — built from the ground up so you can audit every step.

get started

Ready to make it yours?

One command starts the setup wizard. Pick your LLM, connect a channel, and you're talking to your agent in minutes.

# install globally
$ npm install -g reeboot
# start the agent
$ reeboot start
# verify everything is working
$ reeboot doctor
Made with reespec and ♥ in EU