A real home for everything AI hands you.
An HTML-default notebook.
Claude, ChatGPT, and Gemini hand you HTML, PDFs, and images. Pagium keeps them as-is: first-class, linkable, searchable files on your own disk.
Every format, as itself.
HTML, PDF, Markdown, images. Each rendered natively, each a first-class node in one graph: real backlinks, full-text search, resolvable links. Nothing downgraded on the way in.
An .html file from Claude isn't an attachment. It's a note: same backlinks, same search, same link resolution as your Markdown.
Get anything in. One move.
Paste from ChatGPT or Claude with ⌘⇧V, or clip any page with the browser extension. Filed and indexed in about 150 ms.
Click any element. Ask about it.
Hit ⌘⇧I in any HTML preview, then click anything. Pagium captures its selector and outer HTML and hands the AI an exact reference.
Press ⌘E. You're editing.
Read mode is byte-stable paper. ⌘E makes the rendered surface itself writable, with byte-exact saves. Select a phrase and ask the AI without leaving the page.
An AI agent that knows your vault.
⌘⇧K. Ask questions, act on files, every mutation logged and one-click undoable. Clipped pages can't hijack it: web content is treated as data, never commands.
Your key, or your login.
Anthropic, OpenAI, OpenRouter, or local Ollama. Or skip the key entirely and run on your ChatGPT login with Codex. Pagium never intermediates the call: no proxy, no markup, no monthly tax. Prompt caching cuts repeat input cost about 78%.
Every vault, scriptable. Wired into your tools.
pagium-cli is agent-first: JSON by default, deterministic exit codes, no GUI. One MCP server exposes your vault to Claude, Cursor, Zed, Windsurf, Gemini, and ChatGPT.
One-click config writer wires each client to your vault.
Before you download.
What's the point of Pagium if Obsidian can view HTML and PDFs?
Where are my notes stored?
Which AI tools work with Pagium?
Can I use Pagium's AI without an API key?
Can I edit notes inside Pagium?
git diff stays clean and authored style is never normalized away.How does search work?
Does Pagium work offline?
What format does Pagium save notes in?
<meta name="pagium:version" content="1"> tag. Wiki-links are <pagium-link href="./other.html"> custom elements any HTML parser can read without losing data.Can I share a note with someone who doesn't have Pagium?
⌘⇧S) and Pagium hands you a public pagium.app/s/<id> URL anyone can open in a browser. Links are temporary by design — pick 1, 7, or 30 days. The page is a self-contained snapshot, with no signup, and you can revoke it anytime in Settings → Shares.How does Pagium compare to Notion?
cat.How does Pagium compare to Bear or Apple Notes?
Is Pagium free?
What platforms are supported?
.dmg for macOS 12 (Monterey) or later on Apple Silicon. Windows and Linux builds will follow once the multi-format vault spec is frozen. The companion pagium-cli runs anywhere with a POSIX shell.