FrontendPersonalOpen Source
SSHub
A cross-platform SSH manager built with Flutter - desktop-first (Windows) but running from a single codebase on macOS, Linux, Android, and iOS. Servers are saved as cards with live online/offline reachability and opened into a real xterm terminal backed by dartssh2. The app is offline-first and security-focused: passwords and private keys live in the OS keychain via flutter_secure_storage, host keys are pinned on first use and re-verified on every connect, and encrypted backups move data between machines without any cloud account. It is structured with feature-first clean architecture (domain/data/presentation), flutter_bloc for state, and a DI service locator, with cross-platform installers built by GitHub Actions on every release tag.