Redactosaurus runs entirely on your computer — your data never leaves your device. But before it starts, the app needs to launch through a tiny local server. Setup takes 30 seconds.
cd ~/Downloads && python3 -m http.server 8000
cd $HOME\Downloads ; python -m http.server 8000
Modern browsers block AI models from loading when files are opened directly (this is a security feature). The local server just makes your browser treat the file like a normal webpage. Nothing is sent over the internet — the AI model runs entirely on your device.