termiskop
stable channel Verify a download
a launcher for your coding agents

Drive your coding agents from one terminal.

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

Get Termiskop

Free. Pick your platform — we highlight the one you're on, but every build is one click away.

Termiskop desktop Latest stable
Recommended for you
macOS Apple Silicon
Download for macOS
All platformstap to showtap to hide
mac
macOS · Apple Silicon
M1–M4 · 2020 and later
Download .zip
win
Windows · x64
Windows 10 / 11
Download .zip
linux
Linux · x64
glibc · x86-64
Download .zip
3 builds · zip archives. Verified in-app on every update; verify manually via the public key.
Before you open it — first launch on macOS once per install

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.

  1. In Finder, right-click (or Control-click) Termiskop and choose Open — not a double-click.
  2. In the dialog that appears, click Open again. macOS remembers your choice from now on.
Or, from the terminal
$ xattr -d com.apple.quarantine /Applications/Termiskop.app
Independent verificationVerify it yourself tap to showtap to hide

Every 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

  1. Download the archive's signature next to it — same URL with .minisig appended (get it for macOS Apple Silicon).
  2. Check the archive against the public key.
    $ minisign -Vm termiskop-desktop-osx-arm64.zip -P RWSM765RsGpA43G8PriNNZuv7HOFkKYt3XlFksqED3NfslTOddxN62v/
  3. A match prints Signature and comment signature verified. Anything else — don't run it.