
An operating system where software materializes from a single instruction
Pneuma is a desktop computing environment without preinstalled applications. You describe what you need, and a functional program appears within seconds. Need a CPU monitor, a game, or a data visualizer? Just ask. Behind the scenes, your request generates a Rust program compiled to WebAssembly and executed in a GPU sandbox (Vulkan/Metal/DX12). Agents persist, communicate via IPC, and can be shared through a community store.
Code/Dev