← 返回列表

@mitchellh: Libghostty can now be used to fuzz TUIs, thanks to @owickstrom + @AntithesisHQ. They already found bugs in multiple including btop. I always...

@mitchellh 3 信息等级 3 1 噪音/剔除;2 较弱;3 普通事实;4 重要行业动态;5 极重大事件。该分数是信息显著性,不是投资建议。 发布:2026-04-30T13:59 抓取:2026-05-05 04:05
🔗 原文链接
摘要

Ghostty终端模拟器的库libghostty现在可用于fuzz测试TUI程序,已发现btop等多个软件的bug。Ghostty强调速度优势,因为快速内核支持高效测试。

客观事实
  • libghostty可用于fuzz测试TUI程序
  • 已发现btop等多个软件中的bug
Ghostty AntithesisHQ btop

原文

Libghostty can now be used to fuzz TUIs, thanks to @owickstrom + @AntithesisHQ. They already found bugs in multiple including btop. I always imagined libghostty would be useful for testing TUIs, super happy to see this is both practical and valuable. https://t.co/02rVjF740v

This is another example of where speed matters! "Why does Ghostty need to be so fast?"

Well, if you're running hundreds or thousands of unit tests that each use a clean in-memory terminal, you want that to be fast. If you're fuzz testing and trying to push an unlimited amount of data through a terminal, you want that terminal to be fast.

So many people got hung up on "why does my terminal GUI need to be fast" without connecting one more dot and realizing the GUI is only fast if the core is fast, and the core being fast unlocks a hell of a lot more.

Like this.

likes: 1037 | retweets: 64 | replies: 19 | views: 65106