System Requirements
AgentSystems requires:- Python 3.11 or higher
- Docker (Docker Desktop on macOS, Docker Engine on Linux)
- Operating System: macOS or Ubuntu Linux
1
Install AgentSystems
Run the installation script:
2
Initialize Deployment
Create and enter your deployment directory:The init command prompts for:
- Langfuse credentials for observability
- Admin credentials for the UI
3
Start the Platform
Launch all platform services:This starts:
- Agent Control Plane (Gateway)
- AgentSystems UI at http://localhost:3001
- PostgreSQL database
4
Pull a Local Model
Download a small model for local testing:This downloads a local AI model without needing API keys.
5
Open the UI
Open http://localhost:3001 in your browser to execute your first local agent.

