A native menu-bar Markdown web clipper for Safari on Mac.
Open an article in Safari, click the menu-bar icon, and save the readable text as a clean .md file with its title, source, date and images.
No browser extension or Obsidian account. Choose any Mac folder and keep an offline copy for any Markdown app.
Notarized by Apple · 2.2 MB · 7-day free trial, no card · €10 once · up to 7 Macs · Safari · macOS 14+ · ZIP
Homebrew
brew install --cask px7digital/tap/px7-markdown-web-clipper
The public PX7 tap pins version 1.0.10 and verifies the downloaded ZIP against its published SHA-256 checksum. Homebrew installs the same seven-day trial as the direct download above. The dedicated distribution and support repository documents the release and provides a public issue tracker.
The actual menu
The result
How it works
Click the menu-bar icon on a readable Safari article. Web Clipper pulls out the actual article - nav, ads and sidebars stripped away. Comparing tools? See every way to save a web page as Markdown.
Saved as a .md file with title, url, date and author at the top - ready for any notes app or static site.
Every image is downloaded into a folder next to the clip and re-linked, so it still reads perfectly with no connection.
Choose where clips land - Documents, a vault, anywhere. If Markdown Viewer is your default, each clip opens right there.
The output
The saved file starts with YAML front matter, followed by the article as Markdown. There is no database export or proprietary wrapper to undo later.
Title, source URL, clip date and author stay with the text. Images use relative links to the local assets folder beside the file.
---
title: "A durable article"
url: https://example.com/article
date: 2026-08-27
author: "Example Author"
tags: []
---
# A durable article
The readable article starts here.

Conversion fidelity
Web Clipper first isolates the readable article, then converts its structure to GitHub Flavored Markdown. The current converter is tested against ordinary article tables and fenced code blocks; it also preserves headings, lists, emphasis and links.
The source URL stays in the file's front matter, so the original page remains traceable when a site uses structure that plain Markdown cannot represent.
The promise
A read-it-later service can shut down, paywall your queue, or quietly re-render the page. Web Clipper takes the opposite bet: the moment something's worth keeping, it becomes plain Markdown on your disk - no login, no sync, no server that has to still exist next year.
Is it for me?
PX7 Web Clipper is for Safari users who want ordinary Markdown files in an ordinary folder. It does not require Obsidian, a browser-extension account or a proprietary library. If you need selected-text capture, Chrome or Firefox support, or Obsidian templates, choose a browser extension instead. This app deliberately clips the full readable Safari article.
Details
Quick answers