Native down to the frame
Rust and GPUI, the GPU-accelerated framework behind the Zed editor. Instant launch, smooth scrolling through long notes, no Electron.
Plain Markdown files, on your disk
Vorpal opens a folder of .md files as a vault: live preview, wikilinks and backlinks, quick capture, and instant navigation in one fast GPU-drawn window, entirely on your machine.
Renders the Markdown you already write
Why native
Rust and GPUI, the GPU-accelerated framework behind the Zed editor. Instant launch, smooth scrolling through long notes, no Electron.
Marks like **, # and == hide until the caret reaches them. Headings, tables, callouts, math, images and code render in place, and the file on disk is still plain text.
Open any folder of .md files. Vorpal watches it, picks up edits from other tools, detects concurrent writers, saves atomically, and never silently replaces newer content.
[[Wikilinks]] resolve as you type. Every note lists its backlinks and unlinked mentions, and hovering a link shows the target note without leaving the page.
⌘N starts a note, ⌘O jumps to any file, ⌘P opens the command palette, ⌘[ and ⌘] walk your history. Reading mode, source mode and the sidebar all toggle from the keyboard.
Notes are your files. Settings and pins are one small JSON file beside them. No account, no sync service, no Vorpal cloud between you and your folder.
Download
Questions
No. Vorpal is a single Rust binary rendered by GPUI. The window you see is drawn by the GPU, not by a browser engine.
No. Point Vorpal at a folder of Markdown files. It reads them in place, writes them back as plain text, and keeps the list current when another app edits them.
In your folder. Notes are the .md files you opened; settings and pinned notes are a small JSON file on your machine. There is no Vorpal account and no sync service.
Releases are signed and notarized on macOS and Authenticode-signed on Windows. The app checks a signature-verified feed and updates itself in place.
A global-hotkey capture window that drops notes into an Inbox folder, and on-device meeting transcription, currently rolling out behind a feature flag.