Screenshot: Up mode

Mud: A Perfect Markdown Viewer

Markdown is suddenly everywhere.

It’s how we speak to machines now. It’s how they speak to us.

We should make it nice!

But you already have a favorite text editor. You don’t need a special tool for writing Markdown. You just need a way to preview the Markdown you’re writing, marked up.

That’s what Mud is for. It renders Markdown beautifully, bright or dark. It automatically reloads the document when you save it — or when Claude Code writes to it, or Codex, or whatever you use.

Mud shows you both sides of the document:

Hit Space to flip between them. Your scroll position carries over.

Mud is a Mac-assed Mac app with excellent command-line tooling. It’s free and it’s open source.

It does one thing — it marks up Markdown! — and it does it really well.

Gimme

Mud comes in two flavors.

Direct from GitHub

Recommended · free

Git change waypoints, CLI, Open In Browser, and in-app auto-updates.

Mac App Store

Free

Installs and updates through the App Store. Sandboxed for complete safety.

Highlights

The Feature Showcase demonstrates Mud's markdown rendering.

Command line tool

Install from Settings > Command Line to get a mud command.

mud file.md                    # Open a file in the app
mud -u file.md                 # Render to HTML (mark-up view)
mud -d file.md                 # Render to HTML (mark-down view)
echo "# Hi" | mud -u           # Pipe stdin to HTML
mud -u --theme riot file.md    # Pick a theme

Screenshots

Screenshot: Meet Mud
Screenshot: Syntax highlighting, with Outline in Sidebar
Screenshot: Mud updates immediately when you (or your coding agents) save the document
Screenshot: Really simple change tracking
Screenshot: Use comments to discuss ideas with your coding agent
Screenshot: Documents in tabs or windows. Dark mode.
Screenshot: 4 different themes
Screenshot: Quick Look and Thumbnail preview are built-in
Screenshot: Open the document in your favorite editor

License

MIT with Commons Clause. See Doc/LICENSE.md.