software that materializes from intent
pneuma is an AI-native computing environment. Instead of installing pre-built applications, you describe what you want in plain language — a calculator, a dashboard, a game — and a working program is generated, compiled to WebAssembly, and executed on your GPU in seconds. Every agent runs in a sandboxed thread with capability-based permissions. There are no dependencies, no supply chains, and no install steps. The software exists only for as long as you need it.

Describe what you want. A working program appears in seconds — generated, compiled, and running natively on your machine.
Every agent runs in a WebAssembly sandbox with a 64 MB memory limit. No filesystem access, no network access — unless you approve it.
Each agent is a single self-contained Rust program. No npm, no build tools, no supply chain. The source code is inspectable and readable.
Compiled to WebAssembly and rendered with wgpu (Vulkan/Metal/DX12). Pure Rust desktop app — no Electron, no browser engine.
pneuma is an AI-native operating system where software is generated from natural language prompts. You describe what you want, and a working program is written in Rust, compiled to WebAssembly, and executed in a sandboxed thread with GPU rendering — all in a few seconds. There are no pre-installed applications.
You type a plain language prompt describing what you want (e.g. "make a calculator"). An LLM writes a Rust program, the code is compiled to WebAssembly, and it runs in a sandboxed thread with GPU rendering via wgpu. If compilation fails, the system automatically retries with error context. The entire pipeline takes a few seconds.
Yes. The free tier gives you 10 generations per day and 30 per month. The Pro tier costs $5/month and includes 100 daily generations, agent editing and refinement, the ability to publish to the agent store, and priority generation queue.
pneuma is available for Windows, macOS (Intel and Apple Silicon), and Linux. It is a native desktop application written entirely in Rust — no Electron or browser engine.
Every agent runs inside a WebAssembly sandbox with a 64MB memory limit and capability-based permissions. Agents cannot access your filesystem, network, or hardware directly — all I/O goes through capability-checked system agents. The source code of every agent is inspectable.
ChatGPT generates text. Coding assistants like Copilot help developers write code faster. pneuma generates running software — when you ask for a calculator, you get a real compiled program rendering on your GPU, not a code snippet. The target user is anyone who can describe what they want, not just programmers.
Anything that fits on a screen: calculators, dashboards, games, clocks, note-taking apps, data visualizers, API monitors, chat interfaces, crypto trackers, todo lists, and more. Agents can make HTTP requests, store data persistently, play audio, and communicate with each other via IPC.