Connection manager
Save every host with a name, user, port, identity file, and notes.
macOS · Apple Silicon
A lightweight, native macOS app that opens any saved host in Terminal — no cloud, no account, no keys stored.
Features
Save every host with a name, user, port, identity file, and notes.
Opens a real Terminal.app session — your shell, scrollback, and dotfiles.
Grab the full ssh user@host -p … -i … line for any host.
Live-filter across names, hostnames, users, and notes as you type.
Star the hosts you use most; sort by name or most-recently connected.
List your ~/.ssh/*.pub keys with fingerprints and one-click copy.
A themed UI that defaults to dark and remembers your choice.
One local database. No cloud, no account, no tracking.
Privacy by design
PikaSSH is a launcher, not a protocol re-implementation. It hands your existing ssh the connection details and gets out of the way.
Download
Apple Silicon · macOS 12+ · signed & notarized
Not on the Mac App Store — PikaSSH opens real Terminal.app sessions and shells out to ssh, which the App Store sandbox forbids. It ships as a directly-downloaded, notarized app instead.
FAQ
No — builds are Apple Silicon (arm64) only. On an Intel Mac the app won't launch.
The App Store sandbox forbids opening Terminal.app and running ssh/ssh-keygen, which is exactly what PikaSSH does. So it ships as a notarized direct download — a standard, fully-supported way to distribute a Mac app.
No. The app is signed with a Developer ID and notarized by Apple, so Gatekeeper opens it without warnings.
In a single SQLite database under ~/Library/Application Support/PikaSSH/. It lives outside the app bundle, so it survives updates. Delete that folder to start fresh.
Yes — free and open source under the MIT license.
PikaSSH never stores or reads your private keys; it only references an identity file's path and hands it to your system ssh. All data stays local and there's no network service or telemetry.