Yarr
Yet Another RSS Reader — a minimal, self-hosted RSS reader built with Go.
First Steps
- After deployment, visit your domain to access the Yarr web interface.
- Click the settings icon to add your first RSS/Atom feed.
- Yarr stores all data in an embedded SQLite database inside the container.
Features
- Single binary, no external dependencies
- Embedded SQLite database
- Import/export OPML
- Keyboard shortcuts for efficient browsing
- Clean, responsive web UI
- Supports RSS and Atom feeds
Data Persistence
Yarr uses a persistent volume at /data for the SQLite database. Your feeds and articles are preserved across restarts.
Links