Back to Ghostty Org

Ghostty Docs

docs/index.mdx

latest1.3 KB
Original Source

Get Started

Install Ghostty and run! Zero configuration required to get up and running.

Installation Instructions

Ready-to-run binaries for macOS. Packages or build from source for Linux.

<ButtonLinks columns={2} columnsWhenSmall={1} links={[ { text: "Download", href: "/download", }, { text: "Build from Source", href: "/docs/install/build", theme: "neutral", }, ]} />

<hr />

<CardLinks cards={[ { title: "Keybindings", description: "Ghostty supports flexible, custom keybindings through the keybind configuration option.", href: "/docs/config/keybind", }, { title: "Color Theme", description: "Ghostty ships with hundreds of built-in themes, supports different themes for light and dark mode, and more.", href: "/docs/features/theme", }, { title: "Configuration", description: "Ghostty supports hundreds of configuration options to make it look and behave exactly how you want.", href: "/docs/config", }, { title: "Terminal API (VT)", description: "For terminal application developers, a reference on terminal concepts and supported control sequences.", href: "/docs/vt", } ]} />