MathDown

A Markdown editor with superpowers for Mac, iPad, and iPhone.

Notify me when MathDown releases!

* indicates required

Pre-order on the App Store to support the development!

macOS Desktop Background
MathDown Screenshot Light MathDown Screenshot Dark
MathDown on macOS

Just the facts.

MathDown is a Markdown editor for Mac, iPad, and iPhone. In addition to CommonMark, MathDown supports LaTeX and live evaluation of math expressions.

MathDown iPad Screenshot Light MathDown iPad Screenshot Dark
MathDown on iPad
MathDown Screenshot 1 MathDown Screenshot 2 MathDown Screenshot 3 MathDown Screenshot 4
MathDown on iPhone

Core Capabilities

  • Rich LaTeX Rendering High-fidelity rendering of math expressions using standard LaTeX syntax.
  • Live Evaluation Variables and functions are evaluated as you type. No compilation step.
  • REPL Mode Use $$$ blocks for interactive scratchpad behavior. Define functions, expand terms, and see step-by-step simplifications.
  • Syntax Highlighting Fast and beautiful. Deep AST integration provides accurate highlighting for CommonMark and Math.

Competition

Feature MathDown Typora MacDown
Live Eval Yes No No
REPL Blocks Yes No No
LaTeX Rich Rich Basic
Cross-Platform macOS/iOS Desktop macOS

pre-order now: Pre-order on the App Store

Technical Details

Evaluation System

The evaluation engine uses a custom visitor pattern to traverse the math AST. It supports:

  • Expression simplification
  • Variable substitution
  • Function distribution (e.g., /expand)

Demo: REPL Behavior

$$$ let f(x) = (x + 1)^2 /expand f(x) # Output: x^2 + 2x + 1 f(3) # Output: 16 $$$
MathDown Landscape Screenshot MathDown Landscape Screenshot Dark
MathDown on iPhone Landscape

Availability

Coming soon for macOS, iPad, and iPhone.

Pre-order on the App Store