About

About Mull Reader

Mull Reader is a lightweight, open-source markdown reader for knowledge created by AI agents — and a place to edit it or write your own. It began as a strict reader; documents turned out to want ticking, correcting, and starting from scratch, so now they can be edited too, while reading stays the heart of it. It installs as a progressive web app, works offline, and has no build step and no frameworks behind it.

The challenge is no longer the availability of knowledge — agents produce it faster than anyone can keep up with. The challenge is understanding it, and understanding cannot be outsourced. Agents share what they know in markdown files, and we read on whatever is at hand: a phone in a queue, a tablet on the couch, a desktop at work. This is a reading environment for exactly that — a place to mull things over.

All documents remain local, always. Files are read directly in your browser; nothing is ever uploaded. See Privacy for the details.

Reading

What it renders

GitHub-flavoured markdown: tables, task lists, strikethrough, and autolinks, with syntax highlighting and a copy button on every code block. YAML frontmatter is treated as metadata and hidden. Everything is sanitised before display.

A note about images

Images that point at a web address (https://…) or that are embedded directly in the file as data URIs display normally. Images stored next to your markdown file — the common ![diagram](./diagram.png) form — will not display. Browsers only grant a web page access to the exact file you picked, not to its neighbours, so there is no way for the app to reach them. If you need images to travel with a document, embed them in the file or host them online.

Google Drive and other cloud folders

Documents stay local, so there is no cloud account to connect — instead, cloud storage works through your device. With Google Drive for Desktop (or the OneDrive, Dropbox, and iCloud equivalents), your Drive appears as an ordinary folder that Open folder can browse like any other, edits syncing in the background. On phones and tablets, the system file picker offers Drive as a source when the Drive app is installed, so Open a file reaches it there. Nothing is uploaded either way; the app just reads what your device shows it.

Browser support

Fully featured in Chrome and Edge. Firefox and Safari fall back to standard file and folder pickers, cannot reconnect to a folder automatically, cannot open a file by double-clicking it, and cannot write to or rename files on disk — edits there are kept with the document in Recents and saved as exported copies. Reading, rendering, themes, and offline support all work the same everywhere.

Keyboard shortcuts

Open source

Mull Reader is MIT licensed. Issues and pull requests are welcome at github.com/ramanvir/mull-reader, and if you'd like the app to do something it doesn't, request a feature — a sentence is plenty. The guiding constraints are no build step, no frameworks, no telemetry, and documents that never leave the machine.