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)
- TurboMark-1.0.0-macos-arm64.dmg — drag-to-install
- TurboMark — raw binary
Install
- Open the DMG and drag TurboMark.app to
/Applications(or anywhere you like) - 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
xattr -cr /Applications/TurboMark.app - To use from the terminal, symlink the binary into your PATH:
Then:sudo ln -sf /Applications/TurboMark.app/Contents/MacOS/TurboMark /usr/local/bin/TurboMarkTurboMark file.md
Linux (x86_64)
Coming soon.
Windows (x86_64)
Coming soon.
Features
- Native CPU rendering — no Electron, no webview
- 80 built-in themes — Nord, Dracula, Catppuccin, Solarized, Gruvbox, and more
- Custom themes via TOML files
- Single-instance mode — new files open in the running window
- HiDPI support
- Keyboard navigation — arrows, Page Up/Down, Home/End, Space
- Zoom control — Cmd/Ctrl +/−/0
- Full CommonMark support — tables, task lists, code blocks, images
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.