Daily
Yesterday, in three bullets.
A morning brief of what landed in your feeds overnight, grouped by theme rather than by source.
Guignol · Local-first RSS reader · macOS · Free
Guignol is a free RSS reader that stores every article, highlight, and AI-generated digest as plain text in a folder you own — ready for Claude Code, Obsidian, or any tool that speaks markdown.
01 — The Vault
Guignol writes every article, every highlight, and every digest to plain markdown files in a folder you choose. No database. No proprietary format. Grep it. Commit it. Sync it with iCloud, Dropbox, or git — or don't sync it at all. When you want out, there's nothing to export, because there was nothing to import.
02 — Close reading
Guignol strips the junk and renders every article in a long-form reading view with a serif body, comfortable measure, and keyboard navigation. Mark a passage and it's saved as a highlight in markdown — with a link back to the source. Ask for an AI summary and it lands above the article, or in your digest.
03 — Highlights, gathered
A single view gathers every highlight from every feed — filterable by source, full-text searchable, each line linked back to the article it came from. It is, quietly, the most useful page in the app: the distilled web you actually read.
And every highlight is also a markdown line in
~/Guignol/highlights/<article>.md,
mirroring your vault — so anything that reads the folder
sees exactly what you marked.
04 — Digests
Claude reads what you saved and writes a digest every day, week, or month. Not a summary — a digest. Themes. Through-lines. What repeated.
Daily
A morning brief of what landed in your feeds overnight, grouped by theme rather than by source.
Weekly
What the week was actually about — the topic every source returned to, written into a single markdown file in your vault.
Monthly
Longer arcs: what changed in the conversation, which sources stayed sharp, what you kept re-reading.
05 — Bring your own Claude
Every AI feature in Guignol — article summaries, daily,
weekly, and monthly digests, anything we add later —
runs through the claude CLI installed on your
Mac. There is no embedded model. No Guignol API key.
No token meter. You install Claude Code, sign in once, and
Guignol borrows your session. Your prompts never touch a
Guignol server, because there isn't one.
$ cd ~/Guignol/highlights $ ls | head -4 2026-04-15-stratechery-open-web.md 2026-04-14-fowler-microservices.md 2026-04-12-anthropic-evals.md 2026-04-09-kohlmeier-attention.md $ claude -p "What threads run through my highlights this week?" Reading 14 highlights across 6 articles … Two threads keep returning across what you marked: · Evaluation gaps. You highlighted "capability vs. disposition" twice and underlined "benchmarks measure compliance, not safety." · A phrase you marked three times across sources: "writing as thinking is downstream of writing as evidence."
Why local-first
No account. No server. No telemetry. Your feeds, articles, and highlights live in a folder on your Mac. You can sync it with iCloud Drive, Dropbox, or git — or not sync it at all. Guignol does not care. It is software that assumes you will outlive it.
Download
macOS 12 Monterey or later. Apple Silicon & Intel.
Or grab it from GitHub Releases. Homebrew Cask coming soon.