3/20/2026 at 11:30:08 PM
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.
by oDot
3/20/2026 at 11:55:26 PM
I think your github readme is really missing a picture/screenshot to quickly understand what is the experience like. I.e. if your app is mainly about adding the chrome (as in the surrounding UI pixels) around the TUI, then it would be good to show what is the chrome like.by nout
3/21/2026 at 6:39:15 AM
Nah, I think it’s pretty clear. It would look like a terminal emulator. Just like how Electron looks like a bunch of browser widgets - because it’s literally a single-web-app browser.by cstrahan
3/21/2026 at 6:13:02 PM
A screenshot would still make it clear that that's all you're getting - and no extra chrome etcby theblazehen
3/21/2026 at 3:28:51 PM
Does it have any extra controls? And is it using native windows (as opposed to Electron)?by nout
3/21/2026 at 2:50:20 AM
This is a pretty cool idea. Kind of a neat distribution hack if all you have is a TUI (and not a full GUI). Curious whether you know of any success stories yetby theowaway213456
3/21/2026 at 3:16:15 AM
Thanks.This was written for my own screenwriting software, which is now in private alpha. It works quite nicely for an alpha
by oDot
3/21/2026 at 4:33:33 AM
I kind of want to use this to turn Wordgrinder into a Mac app hahaby girvo
3/21/2026 at 8:43:27 AM
Oh this is nice!You mention that Android/IOS support is possible. I hope that you can please add these support properly as your project matures.
Asking this because I would love to have a cli tool where I can just point to for example golang codebase from any device (mac/windows/linux) etc. and thanks to golang's cross compilation simplicity, have it be compiled for android (well linux arm fwiw) and then have it all be compiled into a single android apk.
And if you do that, I would love to have something like zenity but for android so as to abstract the cli behind a nice gui for mass-adoption.
This is almost a million dollar problem as there are so many good cli tools and its incredibly easy and versatile to make a gui even with scripts on top of that cli but Android/Ios usually don't have that versatility.
by Imustaskforhelp