v0.1 · CLI in beta · markdown + html

Local files.
Live on the web.

Point MunchFile at a file. It munches the file, spits out a URL, and keeps that URL fresh every time you save. No browser tabs. No folder reorg. That’s the whole product.

$ npm install -g @munchfile/cli
or brew tap ebuntario/munchfile && brew install munchfile
first run: munchfile login, then munchfile start
free for solo useopen source
live demo
~/notes — munchfile
$
original lives on your diskedits go live on save
how it works

Three steps. The mascot does step two.

The folder watches your file and gives you a link. Save edits, the link stays current. That’s the whole product.

STEP 01

Point at a file

First run: munchfile login (magic-link auth), then munchfile watch ./your-doc.md to track a path, then munchfile start to run the daemon. The CLI reads from where the file already lives — no copy, no second source of truth.

$ munchfile login
$ munchfile watch ./q3-plan.md
$ munchfile start
STEP 02

It munches

The mascot bites your file, chews for about 280ms, and spits out a short URL. Every save = a fresh bite. Same link, latest content. Your editor stays the source of truth.

◆ minting link…
STEP 03

You share the link

Paste it anywhere. Recipients see your file rendered as a clean web page. You edit locally, save, they refresh — same URL, latest bytes.

→ view.munchfile.com/x7k2p
supported today

Built for Markdown
and HTML.

MunchFile renders your file as a real web page — not a download. We believe the future of shareable files is plaintext you can read in a browser, so we optimize for that. Images coming next.

md
Markdown
.md · .markdown · rendered live
live
</>
HTML
.html · single-page documents
live
img
Images
.png · .jpg · .svg
soon
Other formats
PDFs, video, etc — not on the roadmap
no
ways to share

CLI today.
Everywhere else, soon.

We started with the terminal because that’s where files actually live. We’re extending the same one-command flow to every other place you work.

● available

CLI

munchfile watch ./file.md. The original way. Works in any terminal, any OS.

$ npm install -g @munchfile/cli
◌ coming soon

Skills for AI tools

Native integration with Claude workspace and friends — your AI shares its work as a real URL, not a wall of text.

claude › share this artifact
◌ coming soon

Desktop app

Right-click any file in Finder or Explorer → "Munch this." Or hit ⌘⇧M with a file selected. URL on the clipboard.

⌘⇧M › view.munchfile.com/x7k2p
◌ coming soon

Drop it in the browser

For when the file isn’t on your laptop. Paste it into the web app, the mascot does the rest. Same product, no terminal.

munchfile.com/new
install

One binary.
Two megabytes.
No runtime.

npm
$ npm install -g @munchfile/cli
Homebrew
$ brew tap ebuntario/munchfile && brew install munchfile
Direct
$ github.com/ebuntario/munchfile/releases/latest
star on GitHub
MunchFile — Munch a file. Spit a link.