Kael
A GPU-accelerated desktop UI framework for building native applications in Rust.
Renders via Metal (macOS), DirectX 11 (Windows), and Vulkan (Linux). Apps are pure Rust with native performance and 120fps rendering through dirty tracking and render-on-demand.
Kael is a fork of GPUI, the UI framework Zed Industries built for the Zed editor. It was previously distributed as the adabraka GPUI fork and renamed to Kael. It is an independent project — not affiliated with, maintained by, or endorsed by Zed Industries.
Quick Start
[]
= "0.1"
use *;
use *;
What's Included
- 42+ UI primitives: Button, TextInput, Checkbox, Toggle, Slider, Select, DatePicker, Modal, Popover, Tabs, Disclosure, lists, and more
- Flexbox layout via Taffy with responsive styling
- Entity-based reactive state:
Entity<T>,cx.new(),cx.notify(),cx.observe(),cx.subscribe() - Platform APIs: file dialogs, system tray, notifications, global hotkeys, printing, clipboard, auto-updates, WebViews
- Theming: JSON/TOML themes with hot-reload
- Accessibility: screen reader roles, keyboard navigation, focus management
- Animation: keyframe and spring animations, Lottie playback
- Canvas: stroked/filled paths, shapes, transforms
- Plugin system: WASM-sandboxed extensions
Platform Support
| Platform | Renderer | Status |
|---|---|---|
| macOS | Metal | Full support |
| Linux (X11) | Vulkan | Full support |
| Linux (Wayland) | Vulkan | Full support |
| Windows | DirectX 11 | Full support |
Documentation
Acknowledgements
Kael began as a fork of GPUI, the GPU-accelerated UI framework originally created by Zed Industries for the Zed code editor — and was previously distributed as the adabraka GPUI fork. We are grateful for their foundational work. The original GPUI code is copyright 2022-2025 Zed Industries, Inc. and licensed under Apache-2.0. Kael is an independent project and is not affiliated with or endorsed by Zed Industries.
License
Apache-2.0 — see LICENSE for details.