Platform instructions
- macOS
- Windows
- Linux
Requirements: Apple Silicon Mac (M1 or later).This removes the quarantine extended attribute from the app bundle. After running it, open leaftext normally from Applications or Spotlight.
- Go to the Releases page and download the latest
.dmgfile. - Open the DMG and drag leaftext.app onto the Applications shortcut in the window.
- Eject the DMG.
After installing
Launch leaftext
Open leaftext from your Applications folder (macOS), Start Menu (Windows), or directly from the terminal (Linux). You will be greeted by the no-file view, which shows your recent files if any exist.
Open a Markdown file
Press Ctrl+O on Windows or Linux, or Cmd+O on macOS, to open the file browser. Navigate to any
.md file and select it. leaftext will render it immediately.You can also drag and drop a .md file directly onto the leaftext window to open it.Start reading
That’s it. leaftext renders your file with full CommonMark + GFM support, syntax highlighting, and a minimap for navigation. See the Quickstart for a tour of the interface.
WebView2 browser data on Windows is stored in
%LOCALAPPDATA%\ryanallen\leaftext\data\webview2,
not beside leaftext.exe in Program Files. This is intentional: the user
profile directory is always writable without elevated permissions, so leaftext
can read and write its rendering data regardless of where the binary was
installed.