Skip to main content

Requirements

ComponentVersionRequired
Node.js22+Yes
DockerLatestFor voice (STT/TTS)
Redis7.2+For memory, scheduling
OllamaLatestFor local AI models

Install Methods

npm (Development)

git clone https://github.com/agtos-ai/agtos.git
cd agtos
npm install

CLI (Global)

npm install -g agtos
agtos setup    # Interactive configuration
agtos start    # Start the server

Docker

docker compose up -d

Desktop App

Download from GitHub Releases.

Ports

PortService
3000Voice WebSocket
4100MCP Server
4102Health + API + Dashboard