Top
Best
New

Posted by oli5679 14 hours ago

Ghostty – Terminal Emulator(ghostty.org)
593 points | 263 commentspage 4
onionisafruit 11 hours ago|
I expected this to point to the 1.3.0 release since it’s expected in March. Hopefully we get that soon.
wateralien 7 hours ago||
Can't use it yet because I need cmd-f find.
s_ting765 10 hours ago||
I tried this out after getting annoyed for the 100th time by a recent bug in kgx/console that will occasionally fail to launch windows leaving incomplete windows as tabs.

Console has long since become abandonware pushing people towards ptyxis which is now the default gnome terminal. A damn shame considering console is basically complete software (the quality of software in gnome is on a downhill).

I would have given ptyxis a chance if they didn't take a basic terminal and added some fluff (features related to distrobox) on top of other annoying things I can't be bothered to remember about because I ended up removing the software every time I gave it a spin.

In just a few days I've been able to replace console with ghostty-nightly and I don't miss anything.

kccqzy 9 hours ago|
What features related to distrobox? I use both ptyxis and distrobox and I don’t notice any integration between them. I do notice an integration between ptyxis and sudo however. It simply turns the title bar red.
s_ting765 9 hours ago||
> Ptyxis: Your Container-Oriented Terminal for GNOME

> A modern terminal emulator built for the container era. Seamlessly navigate between your host system and local containers like Podman, Toolbox, and Distrobox with intelligent detection and a beautiful, responsive GNOME interface.

https://gitlab.gnome.org/chergert/ptyxis/-/blob/main/README....

selfawareMammal 11 hours ago||
Why is it in the main page? It's a super well-known project no?
dewey 11 hours ago||
Because someone thought it was interesting, and enough other people upvoted it.
loloquwowndueo 11 hours ago|||
Just because you know about it doesn’t mean others can’t benefit from the mention.

https://xkcd.com/1053/

baby 11 hours ago|||
Looking at the comments it seems like there are still people not using it
mberning 11 hours ago||
It’s been posted many times, I think mostly due to it’s association to Mitchell Hashimoto. It’s left as an exercise the reader to determine why this is important.
ray_v 11 hours ago||
https://en.wikipedia.org/wiki/HashiCorp
quantummagic 9 hours ago||
The minimum-contrast feature is great, to help in those times when some color combination would have been unreadable otherwise.
am17an 8 hours ago||
Damn I’m jealous that they figured out how to pay their contributors. I’ve been toiling away for free
bilinguliar 10 hours ago||
I like how snappy Ghostty is. I do not like how it starts lagging after a few alt-tabs to Chrome and back on Linux.
michaelsbradley 12 hours ago||
I enjoy it, and it’s great to have another modern high performance terminal as an option for macOS and Linux.

For me, Kitty still has the edge:

https://sw.kovidgoyal.net/kitty/

WezTerm is also a strong contender:

https://wezterm.org/

hn92726819 10 hours ago||
When I tried Wezterm last year, you couldn't select more than 3-5 lines of text. I went to fix the 'bug', I found that it was intentional because it allocates a string and copies multiple times every time you click and drag.

Even if that's fixed, that design put me off the terminal forever.

gertburger 10 hours ago|||
Been using/abusing wezterm for years, my scrollback is set to 1000000 and text selection has never been a problem... copy mode however does make it even easier
hn92726819 1 hour ago||
I hed to look this up, so here's a correction: it was one large line logically split, not smaller lines. So you can't select, say, a long compact JSON line.

Still not fixed: https://github.com/wezterm/wezterm/issues/3494

mkl 5 hours ago|||
I regularly select hundreds of lines in Wezterm. I have never had a problem.
anta40 11 hours ago||
Wezterms is certainly nice. I guess they haven't release another update? Currently stick to iTerm2.
pkage 11 hours ago||
I switched from iTerm2 because at the time (possibly still), iTerm2 had a performance bug where large amounts of underlined text would cause the terminal to slow down noticeably. Wezterm works perfectly, and I appreciate the .lua configuration over iTerm2's mess of menus.
submeta 6 hours ago||
Ghostty is fast and feels native, but WezTerm occupies a different niche: it's a terminal you program rather than configure.

The Lua config isn't just "dynamic" in the abstract sense. I built a tmuxinator-style workspace manager that spawns project-specific layouts - named tabs, splits, working directories, startup commands - from a fuzzy launcher. Session state auto-saves every 10 minutes with timestamped snapshots and crash recovery. Theme toggling between dark and light mode triggers a system-wide theme switch script. These are runtime behaviors, not static settings - try doing any of that in TOML.

The built-in multiplexer is the other major differentiator. Splits, directional navigation, pane zoom, pane selection with alphabet overlays, moving panes between tabs or windows, all without a tmux prefix key. It's not just "WezTerm has splits too, it's that the interaction model is fundamentally more fluid when there's no mode switching.

WezTerm isn't trying to be the fastest terminal. It's trying to be the most programmable one, and for people who want their terminal to work as a development environment rather than a PTY renderer, that tradeoff is worth it.

p0w3n3d 9 hours ago|
On the new mac tahoe with rounded corners (which are really frustrating to me), ghostty should add small margin on the bottom, because the font is sometimes renedered on it and letters are cut (rarely but infuriating, when it happens)
gtirloni 8 hours ago|
Worth posting here: https://github.com/ghostty-org/ghostty/discussions
More comments...