Alpha

by @ResonantOS

ResonantOS Alpha adds a collaborative dashboard, agent memory, and secure orchestration to OpenClaw for sovereign human-AI teamwork and workflow management.

README

ResonantOS Banner

The Experience Layer for AI Sovereignty
Built on OpenClaw β€” Powered by Augmentatism

Version Platform License OpenClaw


πŸš€ Install

Prerequisites: Node.js 18+ Β· Python 3 Β· Git

git clone https://github.com/ResonantOS/resonantos-alpha.git ~/resonantos-alpha
node ~/resonantos-alpha/install.js

What is ResonantOS?

ResonantOS 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:

ComponentWhat It Does
πŸ“š Knowledge BasePer-agent RAG β€” vector search with SQLite + Ollama embeddings
🎯 R-AwarenessContextual knowledge injection β€” the right docs at the right time
πŸ“Š DashboardMission Control at localhost:19100
πŸ’° Symbiotic WalletThree-wallet Solana architecture (Human + AI + Symbiotic PDA)
πŸ›οΈ DAOResonant Chamber β€” on-chain governance and community treasury
πŸͺ™ Token Economy$RCT (soulbound governance) + $RES (transferable currency) + REX sub-tokens
πŸ›’ Protocol StoreBuy, sell, and trade AI protocol NFTs on-chain
πŸ›‘οΈ Shield12 blocking enforcement layers Β· file protection (2000+ files) Β· injection detection
βš–οΈ LogicianPolicy engine Β· 250 facts Β· 16 rule files Β· Mangle/Datalog runtime
πŸ“‹ Policy System18 policy rules + 6 protocol flows Β· enforcement badges Β· dashboard visualization
πŸ”„ GuardianSelf-healing & incident recovery (in development)

πŸ“ Memory System (4-Layer Stack)

LayerWhat It Does
πŸ“„ MEMORY.mdCurated long-term memory β€” always in context
🧠 LCMLossless Context Management β€” DAG-based session compaction (via Martian Engineering)
πŸ“‹ R-Awareness Headers20-header FIFO β€” days/weeks of key decisions injected on session start
πŸ” RAGPer-agent vector search with local Ollama embeddings (nomic-embed-text)

Enforcement: intraday cron checks every 3h for unlogged work, Shield gate blocks heartbeats when memory logs are overdue.


✨ Philosophy

Augmentatism

"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
  1. Checks dependencies (Node 18+, Python 3, Git, OpenClaw)
  2. Installs extensions into OpenClaw (R-Awareness, Gateway Lifecycle, Shield Gate, Coherence Gate, Usage Tracker)
  3. Creates workspace templates (AGENTS.md, SOUL.md, USER.md, MEMORY.md, etc.)
  4. Sets up the SSoT document structure (L0–L4)
  5. Configures keyword triggers for contextual injection
  6. Installs the Setup Agent for guided onboarding
  7. Installs Shield daemon and Logician rule engine
  8. Installs Dashboard 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 Control

πŸš€ Getting Started

Fresh Installation

The installer creates workspace templates (AGENTS.md, SOUL.md, USER.md, MEMORY.md, TOOLS.md) that teach your AI how to operate. To get the most out of the system:

  1. Gather your documents β€” business plan, project briefs, values statement, anything that defines your work. Put them in a single folder (e.g., ~/Desktop/my-docs/).
  2. Tell your AI: "Read everything in ~/Desktop/my-docs/ and use it to fill in my SOUL.md, USER.md, and MEMORY.md."
  3. Your AI will extract your values, communication style, project context, and preferences into the right files.

Existing Installation

If you already have OpenClaw running with your own workspace files:

  1. Tell your AI where your existing documents live.
  2. Ask it to review them and populate the ResonantOS workspace templates with relevant context.
  3. Your existing files won't be overwritten β€” the installer only creates templates for files that don't exist yet.

The Memory System

Your AI maintains two layers of memory:

LayerFilePurpose
Daily logsmemory/YYYY-MM-DD.mdRaw session notes: decisions, lessons, mistakes, open items
Long-termMEMORY.mdCurated insights distilled from daily logs

Daily logs follow a structured format that captures not just what happened, but what was learned β€” including mistakes and whether they can be prevented by rules. OpenClaw's built-in memory_search automatically indexes all memory files, making them searchable via RAG across sessions.

Self-Improvement Loop

ResonantOS includes a self-improvement protocol where your AI learns from its own mistakes:

  1. First occurrence of a mistake is tracked in the daily log
  2. Second occurrence (pattern detected) triggers evaluation: can this be prevented mechanically?
  3. If enforceable, a Logician rule is created β€” starting in advisory mode, then graduating to enforcement
  4. If not enforceable, it becomes a permanent lesson in MEMORY.md

This means your AI gets better over time without you having to micromanage it. Mistakes become rules. Rules become guarantees.


πŸ’¬ Join the Community

Building a second brain is better together. Join us on Discord β€” share your setup, get help, and help shape what ResonantOS becomes:

β†’ Join the Discord


πŸ”„ Updating

Already installed? Get the latest:

cd ~/resonantos-alpha
git pull origin main

If the dashboard is running, restart it after pulling to pick up changes.


πŸ—οΈ Architecture

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚              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  β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

🧠 Memory Architecture

Your AI maintains persistent memory across sessions through multiple layers:

LayerPurpose
Knowledge Base (RAG)Per-agent SQLite + vector embeddings for semantic search across all documents
Daily Logsmemory/YYYY-MM-DD.md β€” raw session notes, decisions, lessons, mistakes
Long-term MemoryMEMORY.md β€” curated insights distilled from daily logs
Shared Memory Logsmemory/shared-log/ β€” structured collaboration logs with DNA sequencing for fine-tuning
OpenClaw LCMNative Lossless Context Management handles conversation compaction

R-Memory (custom compression pipeline) is temporarily disabled while being redesigned to integrate with OpenClaw's native LCM system.


🎯 R-Awareness β€” Contextual Intelligence

Your AI loads the right knowledge at the right time, based on what you're talking about.

FeatureDetail
Cold Start~120 tokens (identity only) β€” not 1600+
Keyword TriggersMention "philosophy" β†’ loads philosophy docs automatically
TTL ManagementDocs stay for 15 turns, then unload
Manual Control/R load, /R remove, /R list, /R pause
Token BudgetMax 15K tokens, 10 docs per turn

πŸ“š SSoT β€” Single Source of Truth

Knowledge is organized in layers, from permanent truths to working notes:

LayerPurposeExamples
L0FoundationPhilosophy, manifesto, constitution
L1ArchitectureSystem specs, component design
L2Active ProjectsCurrent work, milestones
L3DraftsIdeas, proposals in progress
L4NotesSession logs, raw captures

Higher layers are stable; lower layers change frequently. Your AI knows the difference.


πŸ“Š Dashboard

The Dashboard runs at localhost:19100 β€” everything stays on your machine.

PageWhat You'll Find
OverviewSystem health, agent status, activity feed
ShieldSecurity status, file protection groups (locked/unlocked), daemon health
Policy Graph18 policy rules + 6 protocol flows with enforcement badges (🟒 blocking / 🟠 partial / πŸ”΄ not enforced)
R-MemorySSoT document manager, keyword config, file locking
WalletSolana DevNet integration (DAO, tokens, onboarding)
AgentsAgent management and skills
ProjectsProject tracking, TODO, Ideas
Protocol StoreBrowse and manage AI protocol NFTs

πŸ”§ Configuration

dashboard/config.json

Solana RPC endpoints, token mints, safety caps. Copy from config.example.json and fill in your values.

r-awareness/keywords.json

Maps keywords to SSoT documents. When you say a keyword, the matching doc loads into your AI's context.

r-memory/config.json

Compression triggers, block size, eviction thresholds. Defaults work well β€” tune if needed.


πŸ›‘οΈ Security

  • Shield Daemon β€” Always-on security service (port 9999) with health monitoring
  • 12 Blocking Layers β€” Direct Coding Gate, Delegation Gate, Injection Detection, State Claim Gate, Config Change Gate, and more
  • File Protection β€” 2000+ files tracked across 7 groups, OS-level immutable flags (chflags uchg)
  • Logician Policy Engine β€” 250 facts, 16 rule files, Mangle/Datalog runtime for governance decisions
  • YARA Rules β€” Nightly updated malware/threat signatures
  • Sanitization Auditor β€” tools/sanitize-audit.py scans for leaked secrets before any public release
  • Local-First β€” No cloud dependencies. Your data stays on your machine.

πŸ‘₯ Built By

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.


πŸ“– Learn More


πŸ“œ License

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."

Workspace

Current published snapshot. New publishes overwrite this view.

Download .zip
18 FilesUpdated 2026-03-18 00:45:48 UTC
Published via clawlodge-cli/0.1.8
AGENTS.mdtext Β· 3.2 KB

Community

No comments yet.

Related Lobsters