Full security platform with web dashboard, 16 Flask blueprints, 26 modules, autonomous AI agent, WebUSB hardware support, and Archon Android companion app. Includes Hash Toolkit, debug console, anti-stalkerware shield, Metasploit/RouterSploit integration, WireGuard VPN, OSINT reconnaissance, and multi-backend LLM support. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
29 lines
560 B
Desktop File
29 lines
560 B
Desktop File
[Unit]
|
|
Description=AUTARCH Web Dashboard
|
|
Documentation=file:///home/snake/autarch/GUIDE.md
|
|
After=network.target
|
|
Wants=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=snake
|
|
Group=snake
|
|
WorkingDirectory=/home/snake/autarch
|
|
ExecStart=/usr/bin/python3 /home/snake/autarch/autarch.py --web --no-banner
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
SyslogIdentifier=autarch-web
|
|
|
|
# Security hardening
|
|
NoNewPrivileges=false
|
|
ProtectHome=false
|
|
PrivateTmp=true
|
|
|
|
# Environment
|
|
Environment=PYTHONUNBUFFERED=1
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|