Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Getting Started

In this chapter, you will learn how to get started with a basic GPUI application either by using Create GPUI App or manually getting started with your own Rust project.

Currently GPUI is not yet being published to the crates.io registered crate.

Using GPUI is done with a git dependency in your Cargo.toml, the GPUI crate is kept in the Zed repository as it is constantly evolving with the needs of Zed.

gpui = { git = "https://github.com/zed-industries/zed" }