TurboMark

A fast, native Markdown viewer that doesn't kill your RAM.

< 4 MB
binary
< 50 MB
RAM
< 50 ms
file load
80
themes


Download

macOS (Apple Silicon)

Install

  1. Open the DMG and drag TurboMark.app to /Applications (or anywhere you like)
  2. macOS will block the app since it's not notarized. To allow it:
    • Try to open TurboMark (let it fail)
    • Go to System Settings → Privacy & Security
    • Scroll down and click Open Anyway
    Or from terminal: xattr -cr /Applications/TurboMark.app
  3. To use from the terminal, symlink the binary into your PATH:
    sudo ln -sf /Applications/TurboMark.app/Contents/MacOS/TurboMark /usr/local/bin/TurboMark
    Then: TurboMark file.md

Linux (x86_64)

Coming soon.

Windows (x86_64)

Coming soon.


Features


Usage

# Open a file
TurboMark README.md &

# Use a specific theme
TurboMark README.md --theme dracula &

# Force new window
TurboMark --new notes.md &

# List all themes
TurboMark --list-themes

Keyboard shortcuts

T           Theme picker
Shift+T     Cycle to next theme
H           File history
R           Reload file
Cmd/Ctrl +  Zoom in
Cmd/Ctrl -  Zoom out
Cmd/Ctrl 0  Reset zoom
TurboMark is under active development. Things may change.