Skip to main content
Preview — The CloudThinker CLI is in early access. Command names, flags, and config formats may change before general availability. Contact us to join the preview.
cloudthinker puts your workspace in the terminal: it runs the CloudThinker coding agent on your own machine, and sends prompts to Anna from any script. It is one binary with no runtime to install.

What you can do

Install

The installer detects your platform, drops the cloudthinker binary in ~/.local/bin, and adds that directory to your PATH. Open a new shell, then check the install:
macOS (Apple Silicon and Intel) and Linux (x86_64 and arm64) are supported. Update in place at any time with cloudthinker update.

First session

1

Log in through your browser

The CLI prints a consent URL and opens it. Approve the request, pick a workspace if your account has more than one, and the terminal confirms which workspace it stored.
cloudthinker login printing the consent URL
2

Confirm who you are

Success state: one line with the host, your email, and the active workspace.
3

Run the agent, or ask Anna

The bare command runs the Agent CLI. The first run downloads the agent build that matches your CLI version.

Command surface

cloudthinker --help listing every command

Next steps

Authentication

Browser login, several workspaces, and tokens for CI

Agent CLI

Run an agent session in your own repository

Headless chat

Pipe Anna’s answer into scripts and pipelines

Reference

Every command, flag, variable, and exit code