-
Notifications
You must be signed in to change notification settings - Fork 0
Quick Start
Aleksandr Artamokhov edited this page Jun 26, 2026
·
1 revision
Get ARGUS running in about two minutes.
| Minimum | |
|---|---|
| Runtime | Node.js 20+ |
| OS | macOS, Linux, Windows (WSL recommended) |
| RAM | ~2 GB for local models; less if cloud-only |
| Keys | Optional — with none, ARGUS uses local Ollama |
| Wallet | Optional — economy layer stays off without one |
curl -fsSL https://magic-ai-factory.com/install | bashThe wizard writes argus.config.json, prompts for provider keys, and optionally wires Telegram.
Then:
argus doctor # what's configured?
argus chat # interactive REPL
argus serve # HTTP + optional Telegram + ArenaDetails: Install
argus ask "summarise https://example.com in three bullets"
argus warden scan # vet configured MCP servers
argus status # budget meter + channel health# Needs Ollama on :11434 or another local OpenAI-compatible endpoint:
ARGUS_LOCAL_BASE_URL=http://127.0.0.1:11434/v1 argus ask "hello"argus doctor should report economy: OFF (autonomous). See Autonomy.
| Goal | Page |
|---|---|
| Tune models & budgets | Configuration |
| Add MCP tools safely | WARDEN |
| Telegram / HTTP / MCP | Channels |
| Enable USDC economy | Economy |
| Full user guide | User-Guides |
Repo quickstart: argus/README.md