Administrator Manual
Installer prompts are operator-facing settings
The packaged installers do not just drop files. They ask for install location, port, network bind mode, Ollama base URL, live-update settings, default language, optional bootstrap admin password, and session secret behavior.
Install footprint is recorded on disk
Both installers write INSTALL-MANIFEST.txt, UNINSTALL-NOTES.txt, .oload-install-state, .oload-install-binding, and .env.runtime so admins can see exactly what was installed and what uninstall may remove.
Uninstall is provenance-aware
The uninstall flows read the saved install state before touching Node.js, Ollama, or model directories. Shared dependencies are not removed silently, and Ollama model removal always requires explicit confirmation.
GitHub is the self-service source of truth
Operators can fetch release artifacts, update bundles, packaging docs, and installer scripts directly from the snowolfex/olaod repository and its GitHub Releases page without depending on the mirrored site copy alone.