Installation
Overview
Archia Server (archiad) can be deployed in several ways:
- Debian/Ubuntu:
.debpackage installation - RHEL/CentOS:
.rpmpackage installation - Docker: Container-based deployment
Quick Install (Ubuntu/Debian)
# Download the package
wget https://releases.archia.io/archiad_latest_amd64.deb
# Install
sudo dpkg -i archiad_latest_amd64.deb
# Verify installation
archiad --version
System Requirements
| Requirement | Minimum | Recommended |
|---|---|---|
| OS | Ubuntu 22.04+ / Debian 12+ | Ubuntu 24.04 LTS |
| CPU | 2 cores | 4+ cores |
| RAM | 2 GB | 8+ GB |
| Disk | 1 GB | 10+ GB |
| Network | Outbound HTTPS | Outbound HTTPS |
Environment Variables
Optional:
| Variable | Description |
|---|---|
OPENAI_API_KEY | OpenAI API key (for GPT models) |
GOOGLE_API_KEY | Google API key (for Gemini models) |
ANTHROPIC_API_KEY | Anthropic API key (for Claude models) |
Post-Installation
After installation, see:
- Configuration → - Configure the server and agents
- Quick Start → - Get your first agent running
- MCPs → - Add MCP tools to your agents
Getting Help
For installation assistance:
- Check the Troubleshooting section
- Contact support for enterprise deployments