this post was submitted on 05 Dec 2025
169 points (98.8% liked)

Linux

13702 readers
570 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

Mitchell Hashimoto, one of the founders of HashiCorp and lead developer behind Ghostty, a GPU-accelerated open-source terminal emulator launched in 2023, announced that the app has formally become a non-profit project through fiscal sponsorship by Hack Club, a registered 501(c)(3) organization.

In Ghostty’s case, Hack Club now manages compliance, donations, accounting, and public financial transparency. Hashimoto says this structure reinforces Ghostty’s commitment to remaining free and open source, provides legal assurances to users and contributors, and establishes a sustainable foundation beyond any single individual’s involvement.

you are viewing a single comment's thread
view the rest of the comments
[–] Telorand@reddthat.com 38 points 5 months ago (15 children)

Someone explained to me once why a GPU-accelerated terminal emu might be useful, but I can't recall what you might use that for. Anyone have an example of what a good use case would be?

[–] arcayne@lemmy.today 20 points 5 months ago (7 children)

Bias warning: I spend most of my workdays in the terminal, and I'm also a contributor to Ghostty.

The most noticeable difference is smoothness when you're doing intensive terminal work like scrolling through large log files, running TUIs like btop/lazygit/yazi/lnav, or using multiplexers like tmux with multiple panes. Without GPU acceleration, you'll see stuttering and lag with heavy output or complex interfaces.

It also makes a big difference in editors like Neovim, especially with syntax highlighting in large files or when scrolling quickly through code. The rendering just feels snappier and more responsive overall.

Basically, if you spend significant time in the terminal (like I do), the improved responsiveness is immediately noticeable. If you mostly use it for basic shell commands, the benefit is negligible.

[–] moonshadow@slrpnk.net 7 points 5 months ago (5 children)

Long as we've got an expert here (not sarcastic, this is cool insight, thank you) what's the downside?

[–] arcayne@lemmy.today 1 points 5 months ago

Like daq mentioned, reduced battery life is one downside if you're on a laptop. RAM usage is also higher, usually 50-100MB more per instance than traditional terminals (sometimes more depending on the terminal and your config).

In terms of Ghostty specifically, it's still a fairly young project, so the chance of hitting an edge case issue is higher than if you were using a more mature GPU-accelerated terminal.

load more comments (4 replies)
load more comments (5 replies)
load more comments (12 replies)