ArgentOSDocs

Welcome to ArgentOS

The operating system for personal AI — self-hosted, always-on, connected everywhere.

What is ArgentOS?

ArgentOS is an always-on personal AI operating system that connects your AI agent to every messaging platform you use — WhatsApp, Telegram, Discord, Slack, Signal, iMessage, and more.

Built as a fork of OpenClaw, ArgentOS extends the foundation with:

  • Persistent Memory (MemU) — Your agent remembers everything, with semantic search and emotional context
  • Smart Model Router — Automatically routes tasks to the right model tier (local Llama → Haiku → Sonnet → Opus)
  • Task System — Priority queue with accountability tracking, managed from the dashboard
  • Web Dashboard — React-based control panel with Live2D avatar and TTS
  • Marketplace — Browse and install skills, plugins, avatars, and templates
  • Licensing — Enterprise organization management with secret sync

Quick Start

# Install ArgentOS
npx argentos init

# Start the gateway
argent gateway start

# Open the dashboard
argent dashboard

Architecture Overview

┌─────────────────────────────────────────────────┐
│                   ArgentOS                       │
├─────────┬──────────┬──────────┬────────────────┤
│ Gateway │ Channels │  Memory  │  Model Router  │
│ (WS)    │ (TG/DC/  │ (MemU)   │ (Local→Cloud)  │
│         │  WA/SL)  │          │                │
├─────────┴──────────┴──────────┴────────────────┤
│              Agent Runtime (Claude)              │
├─────────┬──────────┬──────────┬────────────────┤
│  Tasks  │  Tools   │ Plugins  │   Dashboard    │
│ (Queue) │ (Exec)   │ (Extend) │   (React UI)   │
└─────────┴──────────┴──────────┴────────────────┘

Coming from OpenClaw?

ArgentOS is fully compatible with OpenClaw. If you're already running OpenClaw, see the Migration Guide for a smooth transition.