step 01 · 20 seconds
Check Node
Node 22.12 LTS or newer. Triss has no other runtime dependencies — seven direct packages, no build step.
$ node --version
v22.14.0
step 02 · 30 seconds
Install the CLI
step 03 · the only real step
Run the wizard
$ triss config wizard Where to save? [G]lobal ~/.config/triss/.env / [L]ocal ./.triss.env → G Setup mode? [S]tandard / [A]dvanced → S DeepSeek API key (masked) → •••••••• Worker model → deepseek-v4-flash ✓ wrote ~/.config/triss/.env (chmod 600) Standard will now register MCP + write rules. Choose agent: [C]laude / Code[X] / [B]oth → B ✓ registered MCP server (claude + codex) ✓ wrote agent rules (CLAUDE.md + AGENTS.md)
step 04 · already done by Standard
Introduce it to your agent
step 05 · 30 seconds
Delegate something real
$ triss ask --paths "src/**/*.js" \\
--question "where is the API key read?"
47 files · 18.3K in / 2.4K out via flash (off-peak)
src/config.js, src/mcp/server.js
cost: $0.0056 off-peak ($0.011 peak)Install from source
$ git clone https://github.com/ayleen/triss-coworker.git $ cd triss-coworker && npm install && npm link $ triss --version && triss status
Verify with triss status — shows worker flash/pro, key ✓, and masked env sources. Keep in sync with README.
