What is Taiji OS?
TaijiOS is a meta repository combining Marrow (portable distributed kernel), Kryon (Plan 9-style window manager), AXON (file-based AI), and other modules into a complete operating system. It runs both in emulation (Linux/Android/BSD) and natively on bare metal.
Features
- 9P: Every resource (CPU, file, device) is shared via the 9P protocol.
- AXON: File-based AI encyclopedia with multi-mind fact extraction. Knowledge base accessible through filesystem operations.
- Modern Development: Features Kryon, a filesystem-backed declarative UI system that makes building graphical interfaces as simple as reading and writing files.
- UXN integration: Varvara virtual machine is integrated on the kernel level allowing you to emulate 8-bit uxntal applications natively.
- Easy Emulation: Designed for seamless emulation across different platforms.
- Bare Metal Performance: Optimized for direct hardware access and maximum efficiency.
- Customizability: Bringing back simple windows 2000 era customization.
Quick Start (NixOS)
$ git clone --recursive https://github.com/KryonLabs/taiji.git
$ cd TaijiOS
$ nix-shell
Links
GitHub Repository |
Back to Kryon Labs