Ghostty banner
manaflow-ai manaflow-ai

Ghostty

Design community

Description

👻 Ghostty is a fast, feature-rich, and cross-platform terminal emulator that uses platform-native UI and GPU acceleration.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Logo
Ghostty

Fast, native, feature-rich terminal emulator pushing modern features.
A native GUI or embeddable library via libghostty.
About · Download · Documentation · Contributing · Developing

About

Ghostty is a terminal emulator that differentiates itself by being fast, feature-rich, and native. While there are many excellent terminal emulators available, they all force you to choose between speed, features, or native UIs. Ghostty provides all three.

**`libghostty`** is a cross-platform, zero-dependency C and Zig library for building terminal emulators or utilizing terminal functionality (such as style parsing). Anyone can use `libghostty` to build a terminal emulator or embed a terminal into their own applications. See [Ghostling](https://github.com/ghostty-org/ghostling) for a minimal complete project example or the [`examples` directory](https://github.com/ghostty-org/ghostty/tree/main/example) for smaller examples of using `libghostty` in C and Zig.

For more details, see [About Ghostty](https://ghostty.org/docs/about).

Download

See the [download page](https://ghostty.org/download) on the Ghostty website.

Documentation

See the [documentation](https://ghostty.org/docs) on the Ghostty website.

Contributing and Developing

If you have any ideas, issues, etc. regarding Ghostty, or would like to contribute to Ghostty through pull requests, please check out our ["Contributing to Ghostty"](CONTRIBUTING.md) document. Those who would like to get involved with Ghostty's development as well should also read the ["Developing Gh