_____ _ _ _ _ |_ _|__ | | _____ _ __ | | | | __ _ _ __| |__ ___ _ __ | |/ _ \| |/ / _ \ '_ \ | |_| |/ _` | '__| '_ \ / _ \| '__| | | (_) | < __/ | | | | _ | (_| | | | |_) | (_) | | |_|\___/|_|\_\___|_| |_| |_| |_|\__,_|_| |_.__/ \___/|_|
C O D E R
Download
THcoder — the Token Harbor coding agent for your terminal. One command, no dependencies.
macOS / Linux
curl -fsSL https://tokenharbor.ai/install | bashWindows (PowerShell)
irm https://tokenharbor.ai/install | iexBound to Token Harbor
THcoder runs only against the Token Harbor gateway and the Token Harbor model lineup. It cannot be pointed at other providers, other endpoints, or arbitrary models — your thk_live_ key is the only credential it uses, and all usage is billed to your Token Harbor wallet at the published per-token price.
Using Orchestra
The default model is th-orchestra. You don't pick a model — Orchestra reads each message and routes it to the best model for that step, automatically:
- Planner — breaking a task down, deciding an approach
- Coder — writing and editing code
- Reviewer— checking a diff after it's written
- Frontend — UI / styling work
- Debugger — tracking down an error or failure
- Fetcher / Summarizer — pulling docs, condensing long context
Just describe what you want and keep working — routing happens per turn, and you can see which model handled each step. Switch modes with the mode selector: Build (apply changes), Plan (read-only, no edits), and Yolo (skip approval prompts). Sign in or out from the terminal with /login and /logout.
More detail in the docs.