The Experience Layer for AI Sovereignty
Built on OpenClaw β Powered by Augmentatism
Prerequisites: Node.js 18+ Β· Python 3 Β· Git
git clone https://github.com/ManoloRemiddi/resonantos-alpha.git ~/resonantos-alpha
node ~/resonantos-alpha/install.jsResonantOS is an experience layer that runs on top of OpenClaw. Think of it like macOS to Unix β OpenClaw is the kernel, ResonantOS adds the intelligence.
It gives your AI collaborator:
| Component | What It Does |
|---|---|
| π§ R-Memory | Conversation compression β your AI remembers everything, forever |
| π― R-Awareness | Contextual knowledge injection β the right docs at the right time |
| π Dashboard | Mission Control at localhost:19100 |
| π° Symbiotic Wallet | Three-wallet Solana architecture (Human + AI + Symbiotic PDA) |
| ποΈ DAO | Resonant Chamber β on-chain governance and community treasury |
| πͺ Token Economy | $RCT (soulbound governance) + $RES (transferable currency) + REX sub-tokens |
| π Protocol Store | Buy, sell, and trade AI protocol NFTs on-chain |
| π‘οΈ Shield | File protection & security governance (in development) |
| βοΈ Logician | Cost & policy validation (spec phase) |
| π Guardian | Self-healing & incident recovery (in development) |
"As artificial intelligence generates infinite content, the most human thing we can do is make meaning together."
A social contract between human and AI. The human is sovereign β the AI amplifies, never replaces. We build with AI, not under it. Read more β
What the installer does
- Checks dependencies (Node 18+, Python 3, Git, OpenClaw)
- Clones this repo to
~/resonantos-alpha/ - Installs R-Memory & R-Awareness extensions into OpenClaw
- Sets up the SSoT template structure (L0βL4)
- Configures keyword triggers for contextual injection
- Installs the Dashboard and its dependencies
After install:
openclaw gateway start # 1. Start OpenClaw
cd ~/resonantos-alpha/dashboard && python3 server_v2.py # 2. Launch Dashboard
open http://localhost:19100 # 3. Open Mission ControlAlready installed? Get the latest:
cd ~/resonantos-alpha
git pull origin mainIf the dashboard is running, restart it after pulling to pick up changes.
βββββββββββββββββββββββββββββββββββββββββββββββ
β ResonantOS Layer β
β ββββββββββββ βββββββββββββ ββββββββββββββ β
β β R-Memory β βR-Awarenessβ β Dashboard β β
β β compress β β SSoT injectβ β Mission Ctrlβ β
β ββββββββββββ βββββββββββββ ββββββββββββββ β
β ββββββββββββ βββββββββββββ ββββββββββββββ β
β β Shield β β Logician β β Guardian β β
β β security β βgovernance β βself-healing β β
β ββββββββββββ βββββββββββββ ββββββββββββββ β
βββββββββββββββββββββββββββββββββββββββββββββββ€
β OpenClaw Kernel β
β Gateway Β· Sessions Β· Tools Β· Memory Β· Cron β
βββββββββββββββββββββββββββββββββββββββββββββββ€
β Infrastructure β
β macOS/Linux Β· Telegram/Discord Β· Anthropic β
βββββββββββββββββββββββββββββββββββββββββββββββ
Your AI's conversations compress in the background, so context never runs out.
Three-phase pipeline:
| Phase | Trigger | Action |
|---|---|---|
| 1. Background Compression | Every turn | Groups messages β compresses via Haiku β caches to disk |
| 2. Compaction Swap | 36K tokens | Replaces oldest raw blocks with cached compressed versions |
| 3. FIFO Eviction | 80K tokens | Evicts oldest compressed blocks (preserved on disk) |
Result: 75β92% token savings. Conversations run indefinitely with minimal information loss.
Your AI loads the right knowledge at the right time, based on what you're talking about.
| Feature | Detail |
|---|---|
| Cold Start | ~120 tokens (identity only) β not 1600+ |
| Keyword Triggers | Mention "philosophy" β loads philosophy docs automatically |
| TTL Management | Docs stay for 15 turns, then unload |
| Manual Control | /R load, /R remove, /R list, /R pause |
| Token Budget | Max 15K tokens, 10 docs per turn |
Knowledge is organized in layers, from permanent truths to working notes:
| Layer | Purpose | Examples |
|---|---|---|
| L0 | Foundation | Philosophy, manifesto, constitution |
| L1 | Architecture | System specs, component design |
| L2 | Active Projects | Current work, milestones |
| L3 | Drafts | Ideas, proposals in progress |
| L4 | Notes | Session logs, raw captures |
Higher layers are stable; lower layers change frequently. Your AI knows the difference.
The Dashboard runs at localhost:19100 β everything stays on your machine.
| Page | What You'll Find |
|---|---|
| Overview | System health, agent status, activity feed |
| R-Memory | SSoT document manager, keyword config, file locking |
| Wallet | Solana DevNet integration (DAO, tokens, onboarding) |
| Agents | Agent management and skills |
| Projects | Project tracking, TODO, Ideas |
Solana RPC endpoints, token mints, safety caps. Copy from config.example.json and fill in your values.
Maps keywords to SSoT documents. When you say a keyword, the matching doc loads into your AI's context.
Compression triggers, block size, eviction thresholds. Defaults work well β tune if needed.
- File Locking β Critical docs protected via OS-level immutable flags (
chflags uchg) - Sanitization Auditor β
tools/sanitize-audit.pyscans for leaked secrets before any public release - Local-First β No cloud dependencies. Your data stays on your machine.
- Shield β Permission validation and sandboxing (in development)
Manolo Remiddi β Composer, photographer, sound engineer, AI strategist.
Augmentor β AI collaborator running on OpenClaw. Force multiplier, second brain.
Together, building proof that human-AI symbiosis works.
- ResonantOS β Official website
- Augmentatism Manifesto β The philosophy
- OpenClaw β The kernel
- Discord β Join the community
Resonant Core β Symbiotic License v1.0 (RC-SL v1.0)
Not MIT. Not GPL. A symbiotic license: free to share and adapt, with a 1% tithe for commercial use that funds both the community DAO and core development. Read the full license β
"As artificial intelligence generates infinite content,
the most human thing we can do is make meaning together."
