open-prose

ClaudioCeppi83/kora-os-kernel

Otheropenclawby ClaudioCeppi83

Summary

OpenClaw plugin exposing 1 skill.

Install to Claude Code

openclaw plugin add ClaudioCeppi83/kora-os-kernel

Run in Claude Code. Add the marketplace first with /plugin marketplace add ClaudioCeppi83/kora-os-kernel if you haven't already.

README.md

🌌 KORA OS: Cyber-Industrial Operating System

![License](https://opensource.org/licenses/Apache-2.0) ![Version]() ![Kernel]()

KORA OS is a high-performance, hybrid-stack operating system designed for industrial-grade AI orchestration and secure data governance. Built on a foundation of Rust and Svelte 5, it implements a zero-trust architecture across four security rings.

🏗️ System Architecture

graph TD
    subgraph "Ring 0: Kernel (Rust)"
        K[KORA Kernel]
        V[Secret Vault]
        A[Audit Log SHA-256]
        J[Filesystem Jail]
    end

    subgraph "Ring 1: Governance"
        G[Agency Manager]
        D[Multi-Tenant DB]
    end

    subgraph "Ring 2: Drivers"
        P[PTY Manager]
        W[Watch Driver]
    end

    subgraph "Ring 3: User Space (Svelte 5)"
        S[Shell UI]
        E[Eco-Mode Engine]
    end

    K <--> G
    G <--> S
    K --> A
    K --> V
    K --> J

🛠️ Tech Stack

  • Core Engine: Rust (Tauri 2.0 / Tokio)
  • Frontend: Svelte 5 (Runes) / Tailwind CSS v4
  • Persistence: SQLite (sqlx) with WAL mode
  • AI Orchestration: OpenClaw Engine (open-source LLM runtime)
  • Security: SHA-256 Chaining, Memory-Mapped Zero-Copy RAG, Path Jailing

1. Clone the repository and launch

1. Clone the repository and launch

   # Clone the repository
   git clone https://github.com/ClaudioCeppi83/kora-os-kernel.git
   cd kora-os-kernel

   # Install frontend dependencies
   pnpm install

   # Build the development bundle
   pnpm tauri dev

2. Binary Integrity

All official KORA OS binaries are signed and verifiable. Instructions for verifying integrity will be provided in a future release.

Performance Targets

  • Cold Start: < 2s (Ready to interaction)
  • Memory Footprint: < 150MB (Idle / Suspended AI)
  • RAG Efficiency: Zero-Copy via memmap2

---

StructureQuick StartSecurity Protocol

🛡️ Security Protocol

Vulnerabilities should be reported via encrypted channels as specified in SECURITY.md.

📄 License

KORA OS is licensed under the Apache License 2.0. See the LICENSE file for details.

Related plugins

Browse all →