Developer tools
Outer Shell prototypes a graphical front end for SSH administration
- Category: Dev tools
- Status: discussion
- Sources: author write-up, discussion
- Summary: Marcus Lewis published a 2026-06-28 design write-up for a graphical front end to remote server administration over SSH: native SwiftUI apps run locally and communicate with small per-tool HTTP servers on the remote host through Unix domain sockets tunneled over SSH, with backend binaries downloaded automatically on first connect so nothing is installed server-side. It is currently macOS only.
- Comments: Commenters compared it to X11 forwarding, Cockpit, and web-over-SSH consoles, and raised questions about the security of the socket-over-SSH model.
- Why it matters: It is an attempt to add GUI affordances to remote administration without the weight of X forwarding or a full web console, though it is early and single-platform.