Installation

Topchester is distributed as the topchester-ai package. The executable is topchester.

npm install -g topchester-ai
topchester --version

If you installed with pnpm or bun, use the matching global install command for your setup.

Update

Topchester can update itself through the package manager that installed the current CLI:

topchester update
topchester update --check
topchester update 0.15.0

topchester upgrade is an alias for topchester update.

After an update, restart any running Topchester process.