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

Two editions. The builds below are SSH Ache Teams — every local feature plus optional end-to-end encrypted sharing (Team Free covers 2 members; Pro and Enterprise are paid). Want the individual-only, open source build with no server code at all? That's the community edition (Apache-2.0 — builds).

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.

GET IT ONGoogle Play
QR code that opens SSH Ache Teams on Google Play
Scan to installPoint your phone's camera here

Homebrew (macOS)

SSH Ache Teams
$ brew install --cask SSH-Ache/sshache/sshache-teams
Community edition — individual use
$ brew install --cask SSH-Ache/sshache/sshache

Direct 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:

Terminal
$ xattr -dr com.apple.quarantine "/Applications/SSH Ache Teams.app"
Apple charges $99/year for the developer account that removes this prompt. Signing and notarization are funded by Pro and Enterprise plans and are on the roadmap — until then, one of the three steps above gets you in.

Build from source

Both editions are public — clone and build either one yourself:

Teams app — source-available, PolyForm Noncommercial
$ git clone https://github.com/SSH-Ache/ssh-ache-teams.git && cd ssh-ache-teams && npm install && npm run tauri build
Community edition — Apache-2.0
$ git clone https://github.com/SSH-Ache/ssh-ache.git && cd ssh-ache && npm install && npm run tauri build

Requires 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.