ABOUT
SnapOtter is a self-hosted, privacy-first image processing toolbox with 50+ tools including background removal, upscaling, format conversion, OCR, face enhancement, and more — all running locally in your browser and on your server.
warningChange the default password after first login!
infoAI features (background removal, upscaling, OCR, etc.) are installed on-demand via the settings page and require additional disk space and RAM.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU4096 MB RAM10 GB disk
Config path/opt/snapotter_data/.env
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/snapotter.sh'; sha='af8bfc6f6bf08e67bd66afcf157c42a7fa5927f4cc67fd59e00778ff0fd91f7d'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/snapotter.shSHA-256 af8bfc6f6bf08e67bd66afcf157c42a7fa5927f4cc67fd59e00778ff0fd91f7d LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.