A simple, fast, native macOS text editor — a TextEdit/Notepad replacement with real syntax highlighting, live Markdown & Mermaid preview, crash-safe tabs, and a Claude Code channel built right in.
Features
CodeMirror 6 highlighting for Go, Python, JS/TS, Rust, SQL, JSON, YAML, HTML and more — themed to the editor palette.
A live preview pane renders Markdown and Mermaid diagrams as you type; plain text stays plain.
Every keystroke is saved to disk — unsaved scratch buffers come back after a restart. Clearing history never deletes files.
pouncepad file.md from the terminal, or set it as the default editor for .md/.json/.txt/… in Finder’s Open With.
Rider, One Dark, Dracula, Nord, Solarized, GitHub, Monokai, Ayu and more — light and dark.
A built-in MCP channel: type a question and Claude Code answers inside the app — and can edit your files.
A closer look




The Claude channel
PouncePad has no built-in LLM. Instead it opens a channel to Claude Code running in your terminal: your message is pushed to Claude (no polling), Claude replies in the chat panel, and it can read and rewrite the file you’re working on through the app’s MCP tools.

Cat struct, a topCats() sort, and a main that prints a ranked list. Want me to add a tags column?strings import and a [tags] column. That’s the channel driving the editor, not just chatting. 🐾Install
macOS 13+ (Apple Silicon).
brew tap pounceapps/tap brew install --cask pouncepad
Or download a notarized .dmg from
pounceapps/downloads. To wire up the
Claude channel, see Settings → MCP / Claude in the app, or the
wiki.