17 Commits

Author SHA1 Message Date
DigiJ
30fa744697 Remove LLM model from build — users supply their own
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 00:57:21 -08:00
DigiJ
6d4bef8d24 v2.0 — Re-integrate autonomy framework from Linux non-public build
Add multi-model autonomous threat response system (SLM/SAM/LAM):
- ModelRouter: concurrent model tiers with fallback chains
- RulesEngine: condition-action automation with 11 condition/action types
- AutonomyDaemon: background threat monitoring and rule dispatch
- Web UI: 4-tab dashboard (Dashboard, Rules, Activity Log, Models)
- Config: [slm], [sam], [lam], [autonomy] settings sections

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 00:51:18 -08:00
DigiJ
1789a07c2b Update devlog and devjournal with session 18 notes
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 23:34:00 -08:00
DigiJ
67b7edc696 v1.5.1 — Fix chat system, add system tray icon, agent mode improvements
- Fix Hal chat: add Chat/Agent mode toggle so users can switch between
  direct LLM streaming (Chat) and tool-using Agent mode
- Fix Agent system: graceful degradation when model can't follow
  structured THOUGHT/ACTION/PARAMS format (falls back to direct answer
  after 2 parse failures instead of looping 20 times)
- Fix frozen build: remove llama_cpp from PyInstaller excludes list
  so LLM works in compiled exe
- Add system tray icon: autarch.ico (from icon.svg) used for exe icons,
  installer shortcuts, and runtime tray icon
- Update tray.py to load .ico file with fallback to programmatic generation
- Add inline critical CSS for FOUC prevention
- Bump version to 1.5.1

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 23:13:13 -08:00
DigiJ
13cdc5657e Bump version to 1.5
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 22:17:42 -08:00
DigiJ
47d889f5ba Add inline critical CSS to prevent white flash on page load
Inlines dark theme colors, sidebar layout, and flex container styles
directly in <head> so they apply immediately. Prevents FOUC when the
external stylesheet is delayed by self-signed cert negotiation or
slow network.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 22:12:06 -08:00
DigiJ
4a721a73b4 Add system tray, dual-exe build, and installer scripts
- core/tray.py: System tray icon with Start/Stop/Restart/Open Dashboard/Exit
- autarch_web.py: Windowless web launcher entry point (Win32GUI, no console)
- core/paths.py: Frozen build support — dual-directory pattern for PyInstaller
- core/menu.py: Module loading scans both bundled and user module directories
- web/app.py: Template/static paths resolve correctly in frozen builds
- autarch.py: --no-tray flag, tray integration for --web mode
- autarch_public.spec: Dual-exe PyInstaller spec with MERGE/COLLECT
- setup_msi.py: Dual executables, LocalAppData install, model inclusion
- installer.iss: Inno Setup script (model stored uncompressed to avoid OOM)
- installer.nsi: NSIS installer script with MUI2

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 22:02:22 -08:00
DigiJ
150f58f57a Add Refresh Modules button to sidebar for hot-reloading modules
- Sidebar button at bottom re-scans modules/ directory on click
- POST /api/modules/reload endpoint returns updated counts and module list
- Button shows success/failure feedback, auto-reloads category pages
- Enables hot-dropping new modules without restarting the server

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 21:12:56 -08:00
DigiJ
a3ec1a2556 Add Threat Monitor with drill-down popups, Hal agent mode, Windows defense, LLM trainer
- Threat Monitor: 7-tab monitoring page (live, connections, network intel,
  threats, packet capture, DDoS mitigation, counter-attack) with real-time
  SSE streaming and optimized data collection (heartbeat, cached subprocess
  calls, bulk process name cache)
- Drill-down popups: Every live monitor stat is clickable, opening a popup
  with detailed data (connections list with per-connection detail view,
  GeoIP lookup, process kill, bandwidth, ARP spoof, port scan, DDoS status)
- Hal agent mode: Chat routes rewritten to use Agent system with
  create_module tool, SSE streaming of thought/action/result steps
- Windows defense module with full security audit
- LLM trainer module and routes
- Defense landing page with platform-specific sub-pages
- Clean up stale files (get-pip.py, download.png, custom_adultsites.json)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 21:08:11 -08:00
DigiJ
e65b5b97df Remove stray pip executables from repo
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 18:01:49 -08:00
DigiJ
3e107815a8 Reset admin password to default for public release
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 09:38:27 -08:00
DigiJ
b62d11ab7c Update README — uploaded while being raided
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 07:50:58 -08:00
DigiJ
47d7ac31d6 Update README — uploaded while being raided
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 06:57:47 -08:00
DigiJ
699eecc2db Move acknowledgements to bottom, add essays and rant sections
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 04:29:16 -08:00
DigiJ
63cae85cc2 Update README essay author attribution
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 04:26:15 -08:00
DigiJ
188751f2a6 Add README.md with project overview, credits, and essays
Includes ASCII banner, feature overview, architecture docs, acknowledgements
for all open-source dependencies, and essays by darkHal Security Group on
AI liberty, hacker ethics, and geopolitics.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 04:10:05 -08:00
DigiJ
ffe47c51b5 Initial public release — AUTARCH v1.0.0
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>
2026-03-01 03:57:32 -08:00