A standalone extraction of Zed's GPU-accelerated UI framework.
GPUI is a hybrid immediate and retained mode, GPU accelerated, UI framework for Rust.
Add GPUI as a git dependency:
[dependencies]
gpui = { git = "https://github.com/BumpyClock/gpui" }See crates/gpui/examples/ for example applications.
cargo check -p gpui
cargo test -p gpui --features test-support
cargo build --example hello_worldGPUI changes have been selectively audited and synchronized through
zed-industries/zed commit 2c4e44704c
(2026-07-09). This is a semantic fork sync, not a contiguous merge or a claim that the trees are
byte-identical. See UPSTREAM.md for imported areas, fork invariants, exclusions,
verification evidence, and the next-sync procedure.
GPL-3.0