Feedbrief
Feedbrief is a native desktop app that turns RSS feeds into a daily briefing you can actually read. It fetches stories in parallel, scores them with a local Ollama model, summarizes the important items, and saves each day’s result for later review.

flowchart LR
A[RSS feeds] --> B[Parallel fetch]
B --> C[Local Ollama scoring]
C --> D[Executive summary]
D --> E[SQLite history]
D --> F[Open the original article] What It Does
- Pulls from a configurable set of RSS feeds
- Scores and tags stories with a local LLM
- Generates a single executive-style briefing from the top items
- Keeps a local history of briefs by date
- Lets you switch between personas with different feed sets and briefing prompts
- Opens the original article when you want the source material
- Runs entirely on your machine, with no webview or hosted backend
External
Share on X (Twitter) Share on LinkedIn Share on Facebook