Skip to content

Releases: ghostty-org/ghostty

Ghostty Tip ("Nightly")

Pre-release

Choose a tag to compare

@mitchellh mitchellh released this 17 Nov 19:22
6a508fd

This tip release is automatically built and generated on every commit to main that passes tests.

Warning

This is a nightly build, not a tagged release. We recommend using tagged releases.
You can find tagged releases on the Ghostty website.

For reference documentation, please use the tip website.

macOS Notes

  • Download Ghostty.dmg for everyday use. Every other build is for debugging.
  • The builds are all universal binaries that work on both Apple Silicon and Intel.
  • The -debug-slow build has safety checks and symbols to make debugging sometimes easier.
  • The -debug-fast build disables the slowest safety checks so that the debug build is more usable but is still around 15x slower than the release builds. This is meant for use when a debug build is too slow to reproduce an issue.

WebAssembly (Wasm)

  • ghostty-vt.wasm is recommended. It is the fastest, most optimized build.
  • ghostty-vt-small.wasm is optimized for size over speed, and is 10-20% slower than ghostty-vt.wasm
  • All wasm builds assume the simd128 feature being available. This is widely supported in browsers and runtimes.