-
Notifications
You must be signed in to change notification settings - Fork 0
Roadmap
Node1 edited this page Jun 18, 2026
·
4 revisions
This page gives a concise project roadmap.
XAI OS is in design and planning. The first engineering milestone is a bootable QEMU on macOS prototype.
The detailed milestone checklist lives in Project Tracker.
Target order:
- QEMU on macOS for correctness and bootstrapping.
- Intel Desktop as the first real performance target.
- Intel Xeon for serious multi-agent server deployment.
- ARM/NVIDIA N1X-compatible AArch64 SoCs last.
| Phase | Focus | Deliverables |
|---|---|---|
| 0 | Foundation | repo layout, build scripts, QEMU scripts, tests |
| 1 | Bootable server core | UEFI boot, serial logging, kernel entry, PMM, VMM |
| 2 | Device and user base | interrupts, timers, user init, VirtIO block/network |
| 3 | AI Cell runtime | core leases, arenas, manifests, telemetry |
| 4 | Low-latency networking | per-core TCP/UDP, queue ownership, latency counters |
| 5 | CPU AI runtime | shared weights, private KV/cache, tokenizer boundary |
| 6 | Intel Desktop | P-core/E-core policy, NVMe, PCIe NIC, benchmarks |
| 7 | Intel Xeon | NUMA, server NICs, many AI Cells, admission control |
| 8 | ARM/NVIDIA | AArch64, GIC, SMMU, cluster policy |
| 9 | Developer preview | sample app agent, benchmark scripts, release notes |
This page defines the GitHub Wiki navigation sidebar.
- Architecture
- AI Cells
- CPU AI Runtime
- App Agents
- Memory System
- Networking
- Scheduler and Core Isolation
- Filesystem and Storage
- Driver Model
- Security Model
- Build System
- Build System
- Project Tracker
- Implementation Plan
- QEMU Full OS Core Workdown
- QEMU 100 Completion Plan
- Example Apps
- Codex Work Packages
- Testing and Benchmarking