Download SSH Ache
macOS, Windows, Linux & Android · the desktop app is free to use on your own · sign in only to share with a team
Android
SSH Ache Teams for Android is on Google Play: a real terminal with a key bar for Esc, Tab, Ctrl and Alt, holding your team's shared connections, decrypted on the phone. You sign it in by approving it from your browser — Team Free covers 2 members. Android 7.0 or newer.
Homebrew (macOS)
$ brew install --cask SSH-Ache/sshache/sshache-teams$ brew install --cask SSH-Ache/sshache/sshacheDirect download
Grab a build for your platform from the releases page:
Opening it on macOS
SSH Ache Teams isn't notarized yet, so the first launch shows "Apple could not verify SSH Ache Teams is free of malware." You only do this once — pick any method:
1 · Right-click → Open
In Applications, right-click (or Control-click) SSH Ache Teams → Open → click Open in the dialog.
2 · System Settings (macOS 15+)
Try to open the app once, then go to System Settings → Privacy & Security, scroll to "SSH Ache Teams was blocked" and click Open Anyway.
3 · Terminal (one command)
Strip the quarantine flag, then open normally:
$ xattr -dr com.apple.quarantine "/Applications/SSH Ache Teams.app"Build from source
Both editions are public — clone and build either one yourself:
$ git clone https://github.com/SSH-Ache/ssh-ache-teams.git && cd ssh-ache-teams && npm install && npm run tauri build$ git clone https://github.com/SSH-Ache/ssh-ache.git && cd ssh-ache && npm install && npm run tauri buildRequires Rust and the Tauri toolchain. All builds live on the GitHub Releases page. Building the Teams app for yourself is free for noncommercial use; business use needs a commercial licence.