Skip to content

Getting Started

Welcome to Clown! This section will help you get up and running quickly.


Overview

Clown helps you manage multiple AI coding agents with different configurations. Here's what you'll learn:

  1. Installation - Install Clown on your system
  2. Quick Start - Create and run your first profile
  3. Key Concepts - Understand how Clown works

Prerequisites

Before installing Clown, ensure you have:

  • An AI coding agent installed (Claude Code, Codex CLI, etc.)
  • An API key from your provider (Anthropic, OpenAI, etc.)
  • Linux or macOS (Windows support coming soon)

5-Minute Setup

If you want to dive right in:

# 1. Install Clown
curl -fsSL https://raw.githubusercontent.com/neul-labs/ccswitch/main/install.sh | bash

# 2. Create a profile
ringlet profiles create claude my-project --provider anthropic

# 3. Run it
ringlet profiles run my-project

That's it! Your agent will start with its own isolated configuration.


What's Next?