3 pointsby LifeOwner2 hours ago1 comment
  • LifeOwner2 hours ago
    I built an SSH client because every option out there either looks like it's from 2005, only runs on Windows, or wants a subscription for basic features.

      Reach is a native desktop app (Tauri + Rust backend, Svelte frontend) that does SSH terminals, SFTP file browsing, port tunneling, encrypted credential storage, system monitoring, and serial console, all in
      one tool. The SSH stack is pure Rust (russh), no OpenSSH dependency.
    
      It also has a built-in playbook engine that runs Ansible-compatible YAML directly over SSH without needing Python installed. So it works from Windows too.
    
      Runs on Windows, macOS, Linux, and Android. Free, source-available.
    
      GitHub: https://github.com/alexandrosnt/Reach
      Docs: https://alexandrosnt.github.io/Reach/