All activity
Pneuma is a desktop computing environment with no pre-installed applications. You describe what you need and a working program appears in seconds. Want a CPU monitor? A game? A data visualizer? Just type it.
Under the hood, your prompt generates a Rust program that compiles to WebAssembly and runs in a GPU-rendered sandbox (Vulkan/Metal/DX12). Agents persist, communicate with each other via IPC, and can be shared through a community store.

pneumaAn OS where software materializes from a prompt
Evan Barkeleft a comment
I built pneuma because I kept running into the same friction: needing a quick tool, then spending 20 minutes finding an app, installing it, configuring it, only to use it once. I thought: if AI can generate working code reliably, why not just describe what I need and have it appear? The technical approach: an LLM generates a self-contained Rust module, rustc compiles it to WebAssembly in under...

pneumaAn OS where software materializes from a prompt
