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>
This commit is contained in:
SsSnake
2026-03-24 06:59:06 -07:00
parent 1092689f45
commit da53899f66
382 changed files with 15277 additions and 493964 deletions

View File

@@ -137,6 +137,7 @@ function createCapLink() {
document.getElementById('cap-res-article').value = base + d.article_path;
document.getElementById('cap-result').style.display = '';
loadCapLinks();
halAnalyze('IP Capture', JSON.stringify(d, null, 2), 'ip tracking', 'network');
} else {
alert(d.error);
}
@@ -167,6 +168,7 @@ function loadCapLinks() {
</div>
</div>`;
}).join('');
halAnalyze('IP Capture', JSON.stringify(d, null, 2), 'ip tracking', 'network');
});
}
@@ -218,6 +220,7 @@ function loadCaptures() {
<td style="padding:5px;font-size:0.75rem">${c.accept_language || ''}</td>
</tr>`;
}).join('');
halAnalyze('IP Capture', JSON.stringify(d, null, 2), 'ip tracking', 'network');
});
}