Remix.run Logo
jelder 4 hours ago

This doesn't seem like a niche that isn't filled. Am I missing out on something by still just using iTerm2 and tmux?

1123581321 2 hours ago | parent | next [-]

You are missing out a bit, but stay content. :)

Multiplexers have a lot of little papercuts and limitations when you want consistent and native-to-the-OS behavior to flow all the way between the OS and the apps and connections in the multiplexers. For example, gesture scrolling in a tmux/zellij pane is hard because the right events don't flow through. It's an itch to scratch like designing a good terminal lib (like ghostty.)

And then, there's all the unifying and smoothing out of data connections--I imagine they'll be a lot to make sure that, e.g., an ssh session or a Claude code session in a pane can be seamlessly reconnected or never drop when the pane is closed. This takes a lot of hacking to make look seamless in most setups right now.

Like mitchell, I write a lot of software around multiplexers, and I've thought about making something similar, but I don't have quite the same level of personal wealth or angel investor connections. :)

herdr and mosh are a couple of reference points for this, there are others.

holden_nelson 3 hours ago | parent | prev | next [-]

I've wondered this myself. I stuck with iTerm2 for a really long time but recently switched to Ghostty. Ghostty definitely seems to renders faster (I say "seems to" because I didn't benchmark or anything).

I don't actually use a multiplexer. I'm not sure I understand the use case when most terminal emulators supports tabs + windows (like iTerm2 does). Or you could just launch multiple windows and use your OS's window manager to "multiplex". Are the terminals connected in some way that I'm missing?

Regardless, I think Ghostty is a reminder that you can win in a space that's crowded. There's probably a lot of widely used software that would get dropped en masse immediately if someone had the guts to make a better alternative.

drob518 3 hours ago | parent [-]

Typically, the benefit of the mux over just more windows or tabs is the ability to detach sessions from a term and have them continue to run. But yea, the “split a term window into multiple terms” doesn’t have quite as much value in a world of lots of tabs. That said, you can do it under program control on the remote host, so it does save remote login overhead, etc. But for local, less value.

exitb 3 hours ago | parent | prev | next [-]

I imagine something more like herdr, but done at the terminal level, not inside. But that’s cmux…

sbarre 3 hours ago | parent | prev [-]

If you like terminals and tmux, can I suggest you spend a few hours playing with herdr? It clicked for me in a way that a lot of other orchestrators didn't.