Skip to content

Releases: tkc/termit

Release list

termit v0.1.0

Choose a tag to compare

@github-actions github-actions released this 10 Sep 04:50
1d125fa

A small terminal for working with coding agents. macOS, Apple silicon.

Install

curl -fsSL https://github.com/tkc/termit/releases/download/v0.1.0/termit-0.1.0-macos-arm64.tar.gz | tar xz
./termit-0.1.0-macos-arm64/termit

This build is not notarised. curl sets no quarantine flag, so that route just
runs. A browser does set one, and macOS then refuses to open the binary at all
("Apple could not verify termit is free of malware"). If you took the tarball
from this page in a browser, clear it first:

shasum -a 256 -c SHA256SUMS
xattr -dr com.apple.quarantine termit-0.1.0-macos-arm64
termit-0.1.0-macos-arm64/termit
373c433f800233662b0246dac80fbea7726a721e651291a4d5874680ccacba7b  termit-0.1.0-macos-arm64.tar.gz

Shell integration, which the command history is built from:

termit --shell-integration >> ~/.zshrc

Built and measured on Apple silicon only. On an Intel Mac, build from source.