Skip to content

v1.4.0 — Universal Kernel Edition

Choose a tag to compare

@alazndy alazndy released this 20 May 14:29
· 350 commits to master since this release

🌐 Universal Kernel Edition

R-AI-OS evolves from a CLI toolkit into a true Universal Agent Operating System Kernel — bridging Claude, Gemini, Codex, and Antigravity through a tri-protocol architecture.

🆕 Universal Agent Kernel (2.0)

Module What it does
Tri-Protocol Interface Daemon TCP :42069 + MCP-over-TCP :42070 + CLI concurrent, shared event bus
Lock Manager File/task locks, User > Agent > Automation priority, 30s timeout, deadlock prevention
Radar Whisper Stream Real-time compile errors, security vulns, arch violations → all connected agents
Factory Mode Heavy jobs queued async, instant job_id return, SQLite inbox + webhook notification
Universal Proxy-Store One capability name → Rust/Python/Shell/MCP bridge backend

💾 Storage Overhaul

  • Cortex Store — cortex_store.json → SQLite BLOB (1536 bytes/chunk, transaction-safe, auto-migration)
  • BM25 Index — Persisted in SQLite, mtime-based invalidation, no cold-start rebuilds
  • Session Memory — Per-agent SQLite sessions, event log, memory.md auto-append on disconnect

📡 New MCP Resources & Tools

  • raios://session/current — active session + events
  • raios://session/recent — last 10 completed sessions
  • session_note tool — write structured notes from any MCP client

📦 Install

git clone https://github.com/alazndy/R-AI-OS.git && cd R-AI-OS
cargo install --path . --force
aiosd  # starts tri-protocol kernel

114 tests passing · Rust 2021 · MIT License