By daveremy
Open .md files in a native macOS markdown viewer. Adds the /markviewz skill to preview markdown files with proper formatting, dark mode, and GitHub-style typography.
A lightweight, native macOS markdown viewer built for the AI-assisted development workflow.
CLI-based AI assistants (Claude Code, Codex, Aider, etc.) generate and work with .md files constantly — README files, documentation, changelogs, specs, reports. But reading raw markdown in the terminal is painful, and most markdown apps are heavyweight editors when all you need is a viewer.
Markviewz is a read-only markdown viewer that stays out of your way. Open a file from the terminal, read it with proper formatting, get back to work.
markviewz README.md
That's it. No editing, no bloat, no Electron. Just a native Mac app that renders your markdown beautifully.
open -aIf you use Claude Code, install Markviewz as a plugin to get the /markviewz skill:
/plugin marketplace add daveremy/claude-plugins
/plugin install markviewz@daveremy-plugins
Or install directly from this repo's marketplace:
/plugin marketplace add daveremy/Markviewz
/plugin install markviewz@markviewz
Then ask Claude to "show me the README" or use /markviewz README.md. If the binary isn't installed yet, Claude will guide you through the install.
If you use Gemini CLI, install the extension:
gemini extensions install https://github.com/daveremy/Markviewz.git
If you use Codex CLI, ask Codex to install the skill:
install the markviewz skill from daveremy/Markviewz at path codex/markviewz
Requires macOS 14+ and Swift 5.9+.
npx -y markviewz
This clones the repo, builds a release binary, creates Markviewz.app in /Applications, and installs a markviewz CLI wrapper.
git clone https://github.com/daveremy/Markviewz.git
cd Markviewz
./install.sh
# From Claude Code
/markviewz README.md
# From the terminal (reuses running instance)
markviewz notes.md
# Or use macOS open command
open -a Markviewz spec.md
# Launch and use Cmd+O to browse
markviewz
You can also drag and drop .md files onto the window.
swift build # debug build
swift build -c release # optimized release build
swift test # run tests (when available)
See CONTRIBUTING.md for guidelines on how to contribute, our git workflow, and coding standards.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub daveremy/markviewzOura Ring MCP server — sleep, readiness, activity, HR, stress, SpO2, workouts, and sessions
Query Function Health lab results, track biomarker changes, and get health recommendations
Read and send iMessages — contact resolution, message search, group chats, reactions
Query Apple Health daily metrics, workouts, and trends via Health Auto Export CSVs
Nutrition lookup MCP server — search 326K+ foods, USDA API fallback, barcode scanning
Markdown preview server for AI coding agents. Renders markdown live in the browser with instant reload, Mermaid diagrams, and GFM support.
Manage mo markdown viewer sessions with group-based organization: auto-start, browser integration, per-project watch patterns, port isolation
Launch file-review GUI for reviewing markdown files with inline comments
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns