Repository Online · synced 3h ago

MaxtaOS
Developer Portal

Everything you need to integrate with the MaxtaOS platform. One-line setup, verified packages, and full API documentation.

$ echo "deb https://apt.maxtaos.com/stable noble main" | sudo tee /etc/apt/sources.list.d/maxtaos.list
42,817
Total Packages
3
Repositories
99.9%
Uptime
v1.0
MaxtaOS Release
Repositories

Available Channels

Three managed repositories covering the full MaxtaOS software stack. All packages GPG-signed.

🐧
Ubuntu noble
apt.maxtaos.com/ubuntu/

Full mirror of Ubuntu 24.04 LTS (noble). main + universe components. Used as primary source for all MaxtaOS nodes.

✓ Synced Updated 3h ago
🍃
Linux Mint 22
apt.maxtaos.com/mint/

Selective mirror of Linux Mint 22 packages. Desktop and system utilities used as base layer for MaxtaOS.

✓ Synced Updated 3h ago
Maxta Packages
apt.maxtaos.com/maxta/

Maxta proprietary packages. MaxModel runtime, ROCm extensions, MaxtaOS branding and system components.

Maxta Official v1.0 stable
Quick Setup

Node Configuration

Add MaxtaOS repositories to any Ubuntu 24.04 / MaxtaOS node in two steps.

Step 1 — Add Repository
# Import GPG key curl -fsSL https://apt.maxtaos.com/gpg.key \ | sudo gpg --dearmor \ -o /etc/apt/keyrings/maxtaos.gpg # Add sources echo "deb [signed-by=/etc/apt/keyrings/maxtaos.gpg] \ https://apt.maxtaos.com/stable noble main" \ | sudo tee /etc/apt/sources.list.d/maxtaos.list sudo apt update
Step 2 — Install MaxtaOS
# Install MaxModel runtime sudo apt install maxmodel-runtime # Install MaxtaOS system packages sudo apt install maxtaos-system \ maxtaos-branding \ maxtaos-rocm-ext # Pin to stable snapshot (recommended) sudo apt-mark hold maxtaos-system
Version Snapshot Recommended for Demo Nodes
Before any major demo or deployment, pin your node to a stable snapshot to prevent unexpected updates. Use sudo maxtaos-snapshot create to save current state, and sudo maxtaos-snapshot restore to roll back.