Gnoke Reader
📂
Drop a file here
or click to browse — all processing happens locally,
nothing is uploaded anywhere.

🕐 Recent Files

🔍

What It Does

Gnoke Reader is a universal offline document viewer. Open any supported file and read it beautifully — no upload, no account, no server. All processing happens inside your browser using local JavaScript.

⚙️ Under The Hood

Adding a New Format

Every format is a self-contained plugin in js/readers/. To add a new format:

  1. Create js/readers/yourformat.js
  2. Call ReaderRegistry.register({ extensions, label, icon, lib, render })
  3. Add one <script> tag in main/index.html
  4. Done — zero other files change

Privacy

No tracking. No telemetry. No ads. Files never leave your device. Recent file metadata (name and date only — never content) is stored in localStorage on your device.