CommandDescription
tota upRecommended. Install service + start daemon + ensure running
totaStart the agent (same as tota start)
tota startStart as background daemon (default)
tota start --foregroundStart in foreground (interactive) mode. Shorthand: -f
tota restartRestart a background tota process
tota stopStop a background tota process
tota logsShow last 100 lines of daemon logs
tota statusShow config, providers, daemon PID, and budget
tota doctorReconfigure all settings — press Enter to keep current values
tota doctor <feature>Reconfigure one section only
tota setupRe-run the full setup wizard
tota setup <feature>Configure one section only (see below)
tota helpShow the full manual (tools, commands, config paths)
tota upgradeUpgrade tota to the latest version from npm
tota service installInstall as system service (auto-start on boot)
tota service uninstallUninstall the system service
tota service statusShow system service status
tota --verboseStart with debug logging on stderr

tota setup <feature> — Configure a Single Section

You don’t have to run the full wizard just to change one thing. Pass a feature name to update only that section. The agent keeps running — open a new terminal tab or split your terminal.

FeatureWhat it configures
identityYour name and agent name
llmLLM providers and models
telegramTelegram bot token and pairing
githubGitHub username, PAT, default repo
websearchWeb search provider key (Brave / Serper / Tavily)
browserInstall Chromium browser binary (Playwright)
computerEnable / disable computer-use and Android ADB tools
apiREST API channel (port, auth key)
budgetDaily token budget
tota setup websearch    # add or change your web search key
tota setup llm          # swap or add a provider
tota setup telegram     # update your Telegram bot token
tota setup browser      # install Chromium for browser automation
tota setup computer     # enable / disable computer-use & Android ADB
tota setup api          # enable / configure the REST API channel
tota setup budget       # change your daily token limit

tota doctor <feature> is an alias for the same thing.

In the / Menu

While chatting, open the / command picker and choose Configure. Select the feature you want — tota prints the exact command to run in a new terminal. The running session is not interrupted.