First public release of an agentic runtime for M2M coordination. Machines coordinate, verify, and settle value autonomously.
Project description
Kernell OS
Machines coordinate, verify, and settle value autonomously.
Kernell OS is an agentic runtime where multiple AI systems collaborate, reuse accumulated knowledge, and transact value securely.
This is not another framework for LLM wrappers. This is infrastructure for autonomous machine-to-machine economies.
The Landscape
| System | Generates Code | Remembers Architecture | Coordinates Agents | Settles M2M Value |
|---|---|---|---|---|
| Copilots | ✅ | ❌ | ❌ | ❌ |
| Agent Frameworks | ✅ | ⚠️ | ⚠️ | ❌ |
| Kernell OS | ✅ | ✅ | ✅ | ✅ |
How It Works
Kernell OS fundamentally shifts how LLMs interact with code, infrastructure, and economics:
- 🔀 Cognitive Router v2: Evaluates tasks contextually. If an architecture is unknown, it routes to premium reasoning models (e.g., DeepSeek-V3). If the architecture is known, it routes to hyper-cheap local models ($0) to just write the glue code.
- 🧠 Semantic Memory Graph: Doesn't cache strings. It learns and traverses architectural paths, reusing proven dependencies and pruning toxic routes via the Dual Confidence Model.
- 🛡️ Intent Firewall: Untrusted AI execution is halted. Every action (syscalls, file writes, outbound requests) is sandbox-verified before touching the host system.
- 💰 Escrow Engine: Agents are financially bound. Kernell holds execution value in cryptographic escrow, releasing funds ($KERN) only upon verified, monotonic success.
Quickstart
Stop building prototypes. Boot your first agentic economy in seconds.
# 1. Install the runtime
pip install kernell-os
# 2. Scaffold a new environment
kernell init
# 3. Boot the execution engine, Memory Graph, and Gateway
kernell start
# 4. Run the 60-second interactive investor demo
kernell demo
Expected Output
Upon running kernell demo, your browser will launch the Control Plane Dashboard.
You will visually trace:
- 🟣 Path Intelligence Hit: The system bypassing generation and retrieving an entire architectural sub-graph.
- 🔴 Firewall Freeze: The system halting a malicious external dependency request for human-in-the-loop approval.
- 🟢 Escrow Settlement: The smart contract releasing $KERN funds upon successful test execution.
(See the placeholder GIF at the top for reference)
This is not a copilot.
This is infrastructure for autonomous systems.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kernell_os-2.0.0b0.tar.gz.
File metadata
- Download URL: kernell_os-2.0.0b0.tar.gz
- Upload date:
- Size: 4.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f4cca9e23f191f8c80c40355a122b82cfe04b683a6d285d004fa819d8a6a548
|
|
| MD5 |
af95e56427846e7c7b502a41ce7b0a33
|
|
| BLAKE2b-256 |
68f38e12b4d52340e7c55bf6193ff11c20af4b473182b6642ccce733a670e28b
|
File details
Details for the file kernell_os-2.0.0b0-py3-none-any.whl.
File metadata
- Download URL: kernell_os-2.0.0b0-py3-none-any.whl
- Upload date:
- Size: 236.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7287845fa434ab2669aa430024dcfce7cc6087c7df0c5d267e6df9329fb1842f
|
|
| MD5 |
4a1d488e35ea6bb1cc7f15683b620cb2
|
|
| BLAKE2b-256 |
714690b7090bd31e9ccf9a197188d8b7639013dfa63c197c9ff010c7a27529f3
|