Skip to content

Installation

  • Node.js ≥ 22
  • pnpm ≥ 9
  • git
  • An OpenAI API key (BYOK — Talos never sees keys you don’t paste in)
Terminal window
curl -fsSL https://talos.allensaji.dev/install.sh | bash

Installs to ~/.local/share/talos, builds, and links talos globally. Override the location with TALOS_DIR=....

Terminal window
git clone https://github.com/Allen-Saji/talos.git
cd talos
pnpm install
pnpm build
pnpm link --global
Terminal window
pnpm typecheck
pnpm test

Expect 35 test files green and 425+ individual tests passing.

pnpm build produces two entrypoints in dist/bin/:

BinaryRole
talosCLI entry — init, repl, serve --mcp, doctor, install-service
talosdDaemon entry — long-running WS control plane on 127.0.0.1:7711

After build, you can also link a global symlink:

Terminal window
pnpm link --global
talos --version

Run talos init to bootstrap config, the burner wallet, and KeeperHub OAuth.