Quickstart
Ce contenu n’est pas encore disponible dans votre langue.
Get AImetier running locally in under 5 minutes.
Quick Start (Recommended)
Section titled “Quick Start (Recommended)”npx aimetier onboard --yesThis walks you through setup, configures your environment, and gets AImetier running.
If you already have a AImetier install, rerunning onboard keeps your current config and data paths intact. Use aimetier configure if you want to edit settings.
To start AImetier again later:
npx aimetier runNote: If you used
npxfor setup, always usenpx aimetierto run commands. Thepnpm aimetierform only works inside a cloned copy of the AImetier repository (see Local Development below).
Local Development
Section titled “Local Development”For contributors working on AImetier itself. Prerequisites: Node.js 20+ and pnpm 9+.
Clone the repository, then:
pnpm installpnpm devThis starts the API server and UI at http://localhost:3100.
No external database required — AImetier uses an embedded PostgreSQL instance by default.
When working from the cloned repo, you can also use:
pnpm aimetier runThis auto-onboards if config is missing, runs health checks with auto-repair, and starts the server.
What’s Next
Section titled “What’s Next”Once AImetier is running:
- Create your first company in the web UI
- Define a company goal
- Create a CEO agent and configure its adapter
- Build out the org chart with more agents
- Set budgets and assign initial tasks
- Hit go — agents start their heartbeats and the company runs
Core Concepts
Learn the key concepts behind AImetier