This edition has no global admin panel, billing plans, or multi-tenancy support.
It’s simple by design.
Before You Start
You’ll need three tools installed on your machine:- Docker and Docker Compose — create and manage the containers where each service runs. Click here to install
- Git — downloads the project code. Click here to install
- make — simplifies the execution of long commands. Usually pre-installed on Linux and macOS. Click here to install
Step by Step
Step 1 — Download the project
Open your terminal and run:Step 2 — Update services to the latest version
Step 3 — Choose where your database will run
Before configuring.env, decide where the database will be hosted.
There are three options:
Option A — Docker (default, recommended to start)
Nothing to do. Docker Compose already spins up a PostgreSQL automatically. Skip straight to Step 4.Option B — PostgreSQL installed locally
Prefer to install PostgreSQL directly on your machine? Use version 16 or higher with the pgVector extension enabled.
After installing, enable pgVector in the database:
Option C — Cloud database
You can also use a managed service. See the compatible options:
If you chose Option B or C, after creating the database, adjust these 5 variables in
.env (Step 4):
Step 4 — Configure environment variables
.env file from a ready-made template. Open it with any text editor
and adjust the settings to match your environment.
If you went with Option A (Docker), the default values already work.
No changes needed for now.
Step 5 — Run setup
- Builds Docker images for all services
- Starts the database and waits for it to be ready
- Creates tables and populates initial data
- Starts all services
Step 6 — Access the platform
When setup finishes, open your browser and go to:Available services
Day-to-day commands
After setup, use these commands to manage the platform:Next steps
Getting Started
Access the platform for the first time and set up your account
Configure Channels
Connect WhatsApp, email, Telegram, and other channels
Configure AI Agents
Create and configure your AI support agents
Environment Variables
Complete reference of all available variables
Need help?
- GitHub: evolution-foundation/evo-crm-community
- Community: evolutionfoundation.com.br/community
- Issues: Found a problem? Open an issue in the corresponding service repository