Remix.run Logo
d3Xt3r 11 hours ago

I also don't want any of its dependencies to be written in Javascript. I also want minimal, auditable dependencies - build, package and runtime. Ideally, I want the app to be a single, portable binary that I can run anywhere, without installing. I also don't want the app to pollute my filesystem and litter configs and other dependencies everywhere. I want the app to respect the Freedesktop standards.

I also don't want the app to use GTK, libadwaita and the like. Although Qt is somewhat acceptable, I would strongly prefer something more lightweight like Slint, Iced or egui. Or even better, make it a terminal app with a TUI (that doesn't use bloated frameworks like Ratatui/Bubbletea etc).

nokturn 11 hours ago | parent [-]

Many thanks for taking the time to share mate. - no javascript (you're the #2 mentioning this) - small footprint, auditable (i read opensource is a must?) - no outside dependencies - Linux as a first-class citizen - TUI > GUI

I can read that you're probably a terminal power user, so how do you keep track of non-coding stuff like tracking JIRA tasks and handling code reviews? Are you using MCPs for that, or a TUI orchestrator with support for those sort of things - or do you manually go to those platforms yourself?

Once again, thank you for taking the time to discuss these things :+1: