-
Notifications
You must be signed in to change notification settings - Fork 0
Install
Aleksandr Artamokhov edited this page Jun 26, 2026
·
1 revision
curl -fsSL https://magic-ai-factory.com/install | bash- Interactive wizard (~2 min)
- Creates
argus.config.jsonfrom the example template - Offers to add Anthropic / OpenAI / local provider settings
- Optional Telegram bot token
- Does not require a wallet or crypto
Hosted at magic-ai-factory.com/install (served from the ecosystem landing).
git clone https://github.com/alexar76/argus.git
cd argus
npm install
npm run build
cp argus.config.example.json argus.config.json
cp .env.example .env # optional secrets
node dist/index.js doctor
node dist/index.js chatGlobal CLI (after npm link or npm i -g @aimarket/argus):
argus doctor
argus chat
argus serveIf the repo ships docker-compose.yml:
docker compose up -d
docker compose exec argus argus doctorCheck the latest argus/ tree — compose files evolve per release.
| Path | Purpose |
|---|---|
argus.config.json |
Models, budget, WARDEN policy, channels (safe to commit sans secrets) |
.env |
API keys, ARGUS_HTTP_TOKEN, Telegram token, wallet key — git-ignored
|
~/.argus/ |
Memory episodes, WARDEN pins, Arena state |
argus doctorExpect sections for: providers, WARDEN, channels, economy (OFF if no wallet), Arena.
Remove the clone or global package, delete ~/.argus/ if you want a clean slate. No cloud account to cancel — it's self-hosted.