Ghostling
bjornroberg
164 points
26 comments
March 20, 2026
Related Discussions
Found 5 related stories in 55.1ms across 3,471 title embeddings via pgvector HNSW
- Ghostty 1.3.0 matrixhelix · 45 pts · March 09, 2026 · 56% similar
- Ghostmd: Ghostty but for Markdown Notes baby · 24 pts · March 08, 2026 · 55% similar
- Ghostty – Terminal Emulator oli5679 · 690 pts · March 01, 2026 · 52% similar
- Show HN: Phantom – Open-source AI agent on its own VM that rewrites its config mcheemaa · 18 pts · March 30, 2026 · 50% similar
- Ghostmoon.app – A Swiss Army Knife for your macOS menu bar mgrunwald_ · 143 pts · March 30, 2026 · 48% similar
Discussion Highlights (3 comments)
vintagedave
The C file is small enough to read (over a few minutes.) I got to about line 5 and realized: I’ve never seen quite that technique for embedding a font via an autogenerated header before. I’m more used to Windows resources; this seems to generate a byte array in CMake code. I’m somewhere between horrified and impressed, in that I feel we’ve finally discovered a cross platform binary resource embedding solution.
oDot
I use libghostty for Trolley[0], which packages TUIs as desktop apps, like Electron does for web apps. It really is quite an amazing piece of software. I just wrapped it in a useful GUI and a bundle/package CLI and it just works. Even on Windows. Kudos to the Ghostty developers. [0] https://github.com/weedonandscott/trolley
imiric
This looks interesting. I don't need my terminal emulator to support tabs, windows, or session management. My WM manages tabs and windows, and I use tmux for sessions, which also gives me a scrollback buffer, selection, clipboard, search, etc. This combination allows me to use any simple terminal emulator, such as urxvt, st, and now foot, without issues. Ghostty didn't appeal to me, but I might give this a try. It's good that OSC support is planned. A plugin-like system, similar to st's but less cumbersome, would be nice to have.