Logo
Explore Help
Sign In
sssnake/autarch
1
0
Fork 0
You've already forked autarch
Code Issues Pull Requests Actions Packages Projects Releases 1 Wiki Activity
Files
39a0861ca0477c8142852ba03a1b774791c69a95
autarch/start.sh

12 lines
288 B
Bash
Raw Normal View History

AUTARCH v1.9 — remote monitoring, SSH manager, daemon, vault, cleanup - Add Remote Monitoring Station with PIAP device profile system - Add SSH/SSHD manager with fail2ban integration - Add privileged daemon architecture for safe root operations - Add encrypted vault, HAL memory, HAL auto-analyst - Add network security suite, module creator, codex training - Add start.sh launcher script and GTK3 desktop launcher - Remove Output/ build artifacts, installer files, loose docs - Update .gitignore for runtime data and build artifacts - Update README for v1.9 with new launch method, screenshots, and features Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 06:59:06 -07:00
#!/bin/bash
# AUTARCH Launcher
# Starts the GTK desktop launcher which manages the daemon and web server
DIR="$(cd "$(dirname "$0")" && pwd)"
if [ -f "$DIR/venv/bin/python" ]; then
exec "$DIR/venv/bin/python" "$DIR/launcher.py" "$@"
else
exec python3 "$DIR/launcher.py" "$@"
fi
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 28ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API