Skip to main content
Install Autter once on each developer machine. You do not need per-repository setup.

Requirements

  • Git
  • A supported macOS, Linux, WSL, or Windows environment
  • At least one supported coding agent for automatic attribution

Install

Run the installer:
curl -sSL https://autter.dev/install.sh | bash
Do not run Autter as root or with sudo. Elevated installation can create files your normal user cannot update.
The installer places Autter in ~/.autter/bin, adds it to your user PATH, configures supported coding agents and editors, and starts the background service. Close and reopen your terminal and IDE after installation. Interactive macOS, Linux, and WSL installs start onboarding automatically. If the installer runs without an interactive terminal, complete onboarding later with autter onboard.

Complete onboarding

The installer asks whether you want local-only or connected mode.
Placeholder for the Autter CLI onboarding choices
Choose local-only mode to keep prompts on the machine and use Git notes for attribution.You can select it again later:
autter onboard --local --force

Verify the installation

autter --version
autter debug
autter whoami
  • autter --version prints the installed version.
  • autter debug checks the installation and integrations.
  • autter whoami shows whether the CLI is connected.

Verify an agent integration

Start a fresh coding-agent session after installation. Ask the agent to edit a tracked file, then run:
autter status
Commit the change and inspect its attribution:
git commit -am "Test Autter attribution"
autter stats HEAD
If you installed a new coding agent after Autter, run autter install-hooks to refresh integrations.

Update Autter

autter upgrade
Use autter upgrade --force to reinstall the latest release.

Next step

Connect to the platform

Learn what connection enables and how repository data is routed to your organization.