kin — a native Python agent harness with a terminal UI. Your agent, your keys, your machine. One command installs the kin CLI:

$ bash <(curl -fsSL https://get.kinra.ai/install.sh)

What this does

Prereqs

No SSH key? Quick path

Installs the latest built wheel — read-only build, no checkout, no dev loop:

$ uv tool install kin --index https://get.kinra.ai/simple/

Verify it worked

$ kin doctor

Checks the tools, the config, and that your model endpoint answers. (kin --version works too.)

Deploy the Outpost (server)

$ bash <(curl -fsSL https://get.kinra.ai/outpost-install.sh)

Read it before you run it

install.sh · sha256 | outpost-install.sh · sha256 | kin-latest.whl sha256

The shas are served from the same origin as the scripts — they verify a download completed intact, not that the origin is honest. The scripts are short; reading them is the real check.