Quick Start

Get up and running with AIUS in just a few minutes.
End-to-end data science · Autonomous · Reproducible

Prerequisites

  • macOS, Linux, or Windows
  • An AIUS account — sign up with your email and password, or with Google

Step 1: Create your account

Sign up at aius.co/account/register — with email and password (you’ll confirm your address with a code) or with one click via Google. You can also create the account later, straight from the CLI.

Step 2: Install the CLI

curl -fsSL https://aius.co/install.sh | bash

Step 3: Launch

aius
On first launch, sign in right in the TUI — with your email and password, by creating an account on the spot, or by pasting an API key from your dashboard. Your credentials are exchanged for a token stored at ~/.local/share/aius/auth.json; your password is never saved. The agent loop runs server-side, so there’s nothing else to configure.

Step 4: Start a project

AIUS is an autonomous data scientist. Drop your brief into context/ and your dataset into data/, then run aius in that directory — it reads the brief, profiles the data, and walks the analysis pipeline, pausing at review gates for your input.

Next Steps