
Ghostty
Warp Terminal
iTerm2
Tabby.sh
Kitty terminal
Termux
Windows Terminal
cmux
Ratatui
ncurses
FINAL CUT
libmabuff
newt
Turbo Vision
termbox
Slang
Ghostty
RatatuiNo Ratatui videos yet. You could help us improve this page by suggesting one.
Based on our record, Ghostty should be more popular than Ratatui. It has been mentiond 27 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I made a nice way to use all your coding harnesses and persist them entirely in the TUI. I love Cursor and Claude Code, but I like using many of them and often use them in combination with tmux locally and via SSH, so I made this for myself really. Hoping other people find it useful or cool. It's mostly for use inside of Ghostty (https://ghostty.org/) so image rendering and everything works nicely. Would love some... - Source: Hacker News / 5 days ago
The downside of teaching a designer to use the terminal is that she will want hers to look like yours. Tanya saw my Ghostty theme and my catppuccin Starship theme over a screen share and decided she wanted both. Her Claude Code statusline came next. That's an entire other post. - Source: dev.to / 2 months ago
I built ghostty-automator, a purpose-built IPC layer for Ghostty that exposes the terminal's actual state to external processes. - Source: dev.to / 3 months ago
It works on any terminal that supports the Kitty graphics protocol โ Ghostty and Kitty are the two main ones. - Source: dev.to / 3 months ago
In late 2024, Ghostty launched and open-sourced libghostty โ a production-grade terminal rendering engine built on Metal. Suddenly, I didn't need to write a GPU renderer from scratch. The hardest part of building a terminal was solved. - Source: dev.to / 3 months ago
I also wanted to shout out https://ratatui.rs/. Most of the time, I just want some UI. And TUI's are easier / more portable than GUI's. - Source: Hacker News / 22 days ago
- a TUI via https://ratatui.rs/ Creating your own poker bot and having them compete in an arena should be less than 100 lines of code: https://docs.rs/rs_poker/latest/rs_poker/arena/index.html I need more eyes on the implementation, and more attempts to make the algorithms and agents state of the art. I know I can't have found the optimal configurations and algorithms; I'd love for the open source community to... - Source: Hacker News / 23 days ago
Building LlamaStash brought me back to a lot of that, but the ground has shifted. Ratatui (the maintained fork of tui-rs) is a real, polished framework now. Tokio makes async daemons boring in a good way. Hyper gives you a respectable HTTP server in a few hundred lines. Crossterm handles the cross-platform terminal mess. Sysinfo covers host metrics. The pieces are all there and you have LLMs to help you speed up... - Source: dev.to / 30 days ago
This is the bit that made me sit up. The ratatui-rmux companion crate exposes a PaneWidget that renders a live pane snapshot directly inside a Ratatui TUI app:. - Source: dev.to / about 1 month ago
Thereโs also a great community and a rich crate ecosystem. For the console UI, I went all-in on Ratatui. Itโs a joy: a mature, batteries-included TUI toolkit (layouts, widgets, styling, the works) that feels like building a real UI instead of hand-drawing escape codes. It sits on solid terminal backends, and the docs and examples actually help, and the project is alive, which is exactly what you want when youโre... - Source: dev.to / 3 months ago
Warp Terminal - The terminal for the 21st century. Warp is a blazingly fast, rust-based terminal reimagined from the ground up to work like a modern app.
ncurses - ncurses (new curses) is a programming library that provides an API which allows the programmer to...
iTerm2 - A terminal emulator for macOS that does amazing things.
FINAL CUT - Library for creating terminal applications with text-based widgets
Tabby.sh - Tabby is a free and open source SSH, local and Telnet terminal with everything you'll ever need.
libmabuff - This is libmabuff, library for simple TUI creation in C++.