Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation


Overview

Archia Server (archiad) can be deployed in several ways:

  • Debian/Ubuntu: .deb package installation
  • RHEL/CentOS: .rpm package 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

RequirementMinimumRecommended
OSUbuntu 22.04+ / Debian 12+Ubuntu 24.04 LTS
CPU2 cores4+ cores
RAM2 GB8+ GB
Disk1 GB10+ GB
NetworkOutbound HTTPSOutbound HTTPS

Environment Variables

Optional:

VariableDescription
OPENAI_API_KEYOpenAI API key (for GPT models)
GOOGLE_API_KEYGoogle API key (for Gemini models)
ANTHROPIC_API_KEYAnthropic API key (for Claude models)

Post-Installation

After installation, see:


Getting Help

For installation assistance:

  • Check the Troubleshooting section
  • Contact support for enterprise deployments