Documents → clean Markdown, on your Mac.
Menu bar · offline · no accounts · no API keys
↓ Download for Mac (Apple Silicon) · Install guide · Releases
![]() Convert files locally |
![]() See completed batches |
![]() Make ParseKit yours |
![]() Check file support |
Drop PDFs, Word, Excel, PowerPoint, or images into the menu-bar app. ParseKit converts them locally to Markdown, plain text, or JSON — ready for ChatGPT, Claude, notes apps, or RAG pipelines.
Nothing is uploaded. Your files stay on your Mac.
| You get | Details |
|---|---|
| Local conversion | PDF, Office, images → .md / .txt / .json |
| OCR | Scanned pages become real text |
| Finder Quick Action | Right-click → Parse to Markdown |
| Hotkey + clipboard | Global shortcut (⌃⇧M) |
| CLI | parsekit convert for scripts and agents |
| Updates | In-app install when a new version ships |
PDF works out of the box. Word/PowerPoint need LibreOffice; images need ImageMagick (brew install imagemagick). Settings → File Support shows what’s missing.
- Download the DMG
- Open it → drag ParseKit to Applications
- Open from Applications → look for the icon in the menu bar (top right)
First launch may be blocked by Gatekeeper (the app isn’t notarized yet). Fix once:
xattr -cr /Applications/ParseKit.appOr right-click → Open, or use Settings → General → Copy fix command. Full steps: docs/INSTALL.md.
- Paste into AI — convert a scan or contract, copy clean Markdown into Claude/ChatGPT
- Batch prep — drop a folder of client docs, convert once, feed the output folder into a project or RAG index
- Agent workflow —
parsekit convert spec.pdf --out /tmp/spec.mdbefore loading a PDF into context
More: skills/parsekit/SKILL.md · AGENTS.md
Files, OCR, and conversion never leave your Mac. No telemetry. Network only for optional app updates and first-time OCR language packs.
git clone https://github.com/harshabala/parsekit.git
cd parsekit
npm install
npm run build:sidecar
npm run tauri devRelease process: docs/RELEASING.md · Benchmarks: docs/benchmark-results.md
Created by Harsha Balakrishnan.
Powered by LiteParse · Tauri · Svelte
License: Apache-2.0



