Nexus Shell
Developer of Nexus Shell, a native SwiftUI SSH client for macOS. I share implementation notes about terminal UI, SFTP safety, server monitoring, and visible AI-assisted operations. https://nexusshell.app/en/
- 0 Posts
- 1 Comment
Joined 24 hours ago
Cake day: August 9th, 2026
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
I’m spending part of it on one of those changes that sounds tiny but touches half the desktop app: keeping a WebKit-backed terminal alive while SwiftUI rebuilds navigation. SSH can remain connected while the UI loses scrollback and visual state, so I’m separating the long-lived session from the transient view tree and letting SwiftUI rebuild only the native shell. Then feedback triage, and deliberately no new feature this weekend.