Termiskop is a terminal launcher for the coding-agent CLIs you already have installed. Open a folder, start an agent, and work alongside it: a terminal, a git-aware file tree, and several agents running at once — each in its own git worktree.
Download
Free. Pick your platform — we highlight the one you're on, but every build is one click away.
macOS will refuse to open Termiskop the first time — the build is signed ad-hoc, not notarized through Apple. This is expected and safe; you only clear it once.
$ xattr -d com.apple.quarantine /Applications/Termiskop.appWindows SmartScreen will show a blue “Windows protected your PC” screen because the build isn't signed with a paid certificate. This is expected and safe.
No Gatekeeper equivalent gets in your way. Unzip the archive and run the binary — mark it executable first if your file manager didn't.
$ chmod +x Termiskop.DesktopEvery build is signed with minisign. You never have to trust this page — check the signature against the public key below. Optional; the in-app updater does this for you automatically.
Each download ships next to a .minisig signature. Grab the public key, then verify the archive before you unzip it — the signature won't match if a single byte was altered in transit.
minisign public key
RWSM765RsGpA43G8PriNNZuv7HOFkKYt3XlFksqED3NfslTOddxN62v/
Verify a download
.minisig appended (get it for macOS Apple Silicon).$ minisign -Vm termiskop-desktop-osx-arm64.zip -P RWSM765RsGpA43G8PriNNZuv7HOFkKYt3XlFksqED3NfslTOddxN62v/Signature and comment signature verified. Anything else — don't run it.