Skip to content
ttorta docs

Documentation

torta

A small team of coding agents that builds your project on your own machine. You approve the work, they do it, and every file stays on your disk.

Start here

You have never opened a terminal

Install Node by double clicking, open Terminal once, paste the two lines below. After that everything happens in your browser, by clicking.

  1. Install Node

    Go to nodejs.org, click the big green LTS button, open the file that downloads and click through the installer.

  2. Open Terminal

    Hold Command and press Space, type terminal, press Enter. You use this window twice and never again.

  3. Paste the first line, press Enter

    This installs the AI and asks you to sign in.

    npm install -g @anthropic-ai/claude-code && claude
  4. Paste the second line, press Enter

    Your browser opens by itself. That is the last thing you type.

    npx -y torta-ai start
Walk me through it

Already a developer

Install it globally instead

npm install -g torta-ai
torta start
Developer path