The Bare-Metal
AI IDE.

Built on Rust and wgpu. Zero interpreter overhead. Every keystroke, every token — rendered at the speed of the GPU.

Alpha · Rust · wgpu 29 · Multi-Provider

Three systems.
Zero compromise.

Zero-Cost Editor

A wgpu-rendered text buffer with sub-millisecond input latency. No Electron. No V8. Pure Rust on the GPU — every glyph is a draw call, every scroll is a frame.

  • RuntimeRust / wgpu 29
  • RendererCustom WGSL pipeline
  • Latency< 1 ms input→frame

Integrated AI Agent

A native agent runtime wired directly into the editor's event loop. The agent observes your buffer state, emits structured edits, and streams tokens into the glyph pipeline — no HTTP round-trips, no middleware.

  • ProviderAny LLM Provider
  • ProtocolNative async streams
  • State||<oo<od3

Reactive PTY Terminal

A full pseudoterminal multiplexer rendered inside the same wgpu surface. Shell output, build logs, and agent tool-calls share one composited frame — no window splits, no context switches.

  • BackendPTY via portable-pty
  • MuxAsync Tokio channels
  • RenderShared wgpu surface