Remix.run Logo
__turbobrew__ an hour ago

My take is that it will be tmux as a service. You will have many different sessions which will have their data stored in some central system (read: raft/etcd) and an API built on top of that for create/list/attach to sessions.

Ghostty is the client side aspect of this (the binary that actually runs on your laptop), but there will be a large backend system that the binary talks to through an API. With the API you can then also start automating sessions, for example when a metrics value trips an alert start an agent to triage with a session you can then attach to for further interrogation.

What Im not sure of is if they are going to build on top of kubernetes or not, which already provides a lot of the features necessary (etcd store, API server, workload orchestration, tenant isolation, extendable API).

(This is all speculation)