typed

A coding CLI that runs free on your own machine

typed is an AI coding CLI. The default tier is free and runs on your own hardware -- no account, no key, nothing leaves the box. When you want hosted tiers, they bill monthly with optional top-ups instead of 5-hour windows. One curl installs the launcher, then run t from any directory.

curl -fsSL https://app.typed.cloud/install.sh | bash
typed local   # sizes a model server for this machine and prints the command
t             # start coding

No account, no key, nothing leaves your machine. Add a key later with typed login only when you want the paid hosted typed++ tiers -- the dashboard pre-fills that command with a Copy button.

Two tier families. typed and typed-max are free and run on your machine; typed++max, typed++xhigh and typed++high are paid and hosted. The effort word picks the tier: --effort max and xhigh are the free local ones, high, medium and low are paid.

The free family needs no account. Anything that answers POST /v1/messages and GET /props works -- start llama-server, or use an NPU server if you have one. typed probes the window and tool support and adapts. typed local sizes a known-good setup if picking a model is not how you want to spend the afternoon.