logo
icon

Yarr

Yet Another RSS Reader — a lightweight, self-hosted RSS reader built with Go and embedded SQLite. Minimal, fast, and runs as a single binary with a clean web UI.

template cover
Deployed0 times
Publisherfuturize.rush
Created2026-03-28
Services
service icon
Tags
ToolProductivity

Yarr

Yet Another RSS Reader — a minimal, self-hosted RSS reader built with Go.

First Steps

  1. After deployment, visit your domain to access the Yarr web interface.
  2. Click the settings icon to add your first RSS/Atom feed.
  3. 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.