Boot this visualizer on your own machine. Your filesystem stays on your computer; nothing is uploaded.
Fully local recommended
Single tarball, ~230 KB. No internet needed after download.
curl -fsSL https://www.timehexon.com/run-local/permacomputer-3d-fs.tar.gz | tar xz
cd permacomputer-3d-fs
python3 fs-api.py
xdg-open http://127.0.0.1:8001/
Hybrid advanced
Run only the API locally; this page detects it and switches over.
curl -fsSL https://www.timehexon.com/run-local/fs-api.py -o fs-api.py
python3 fs-api.py --cors
# then click "switch to local" below
scanning for local fs-api...
License:
AGPLv3 (our code), MIT (three.js).