Quick Start
Get AETHER up and running in under 5 minutes.
Prerequisites
- Node.js 20+
- pnpm 9+
- Docker 24+
- An AI API key (Anthropic or OpenAI)
Installation
Clone the Repository
git clone https://github.com/aether-dev/aether.git
cd aetherInstall Dependencies
pnpm installConfigure Environment
cp .env.example .envEdit .env and add your API key:
ANTHROPIC_API_KEY=sk-ant-your-key-here
# or
OPENAI_API_KEY=sk-your-key-hereStart Infrastructure
docker-compose -f deploy/docker-compose.yml up -d postgres redisRun Migrations
pnpm db:migrateStart Development Server
pnpm devVerify Installation
Open http://localhost:3000 in your browser.
You should see the AETHER dashboard.
Create Your First Task
- Click New Task in the dashboard
- Enter: “Create a REST API with user authentication”
- Click Start
- Watch the agent work!
What’s Next?
- Guides - Explore more features
Join our Discord for help and to connect with other users!