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/?utm_source=lemmy&utm_medium=profile&utm_campaign=developer_community

  • 1 Post
  • 1 Comment
Joined 22 hours ago
cake
Cake day: August 9th, 2026

help-circle
  • 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.