DocBunker¶

Open untrusted documents in a sandbox. PDFs, images, Office files — only pixels reach your machine.
Download¶
0.1.0 — GitHub Releases
How it works¶
- Boot a sandbox — no network, no file access, memory/CPU limits.
- Document bytes go in through a size-capped channel.
- Untrusted worker renders it, sends pixels back.
- Pixels are re-checked before reaching your screen.
- On close, the sandbox is killed.
Even a full parser exploit lands in a box with nothing to steal. Honest about what we can't protect against.
FAQ¶
Why not my browser/Office viewer? Their parsers run with full machine access. One bug away from code execution.
Can I copy text? Not yet. Pixels only — documents can't smuggle scripts or links.