container

A powerful workspace
for your AI agent.

container gives your agents practical,persistent, and safe workspaces for AI coding.

Get Started
containersudo apt install texlive-fullrm -rf node_modulesnpm create vite@latest
Claude
Codex
Cursor

A safer foundation for AI coding

Work with agents in a real Linux environment while keepingdestructive actions scoped to the project container.

Lift-off with one command

Start an AI coding session from any project in seconds.

Project-level isolation

Each project gets its own contained workspace, keeping agent activity scoped and separate.

One-click onboarding

Choose your harnesses, tools, and defaults through a guided setup instead of wiring everything by hand.

Persistent environments

Keep your Linux workspace, installed tools, and runtime state between sessions.

Bring your whole workflow

Make your container yours. Bring your own harness,tools, configs, distro, and more.

Agent agnostic

Run Claude Code, OpenCode, Codex, Pi, and more.

Batteries included

Select useful tools during setup so your agent is ready to work.

Customize your image

Extend the container with your own packages, commands, and setup scripts.

Mount shared configs

Share common settings across workspaces without copying files by hand.

Get started with container

Install container, choose your project, and start an AI coding session in minutes.

  1. 01

    Install container

    Install the standalone Container CLI with PowerShell.

    PowerShell
    irm https://container.aerovato.com/install.ps1 | iex
  2. 02

    Install Docker Desktop

    Install and launch Docker Desktop. Finish its initial setup before continuing.

    PowerShell
    winget install --exact --id Docker.DockerDesktop
    Start-Process "$Env:ProgramFiles\Docker\Docker\Docker Desktop.exe"
  3. 03

    Configure Container

    Complete guided onboarding, choose your tools, and accept the initial image build.

    PowerShell
    container init
  4. 04

    Start a workspace

    Open your project directory and start an isolated coding workspace.

    PowerShell
    cd C:\path\to\project
    container