Geektrovert

Rill — Development skill for Claude Code

Development community

Seamless lightweight native RSS app for MacOS & Linux (both x11 and Wayland).

How to install Rill

This entry records only its repository, not the path inside it, so there is no exact command to give. Open Geektrovert/Rill and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Rill does

Seamless lightweight native RSS app for MacOS & Linux (both x11 and Wayland). Fully free. Yes we have agents, agents that doesn't stand in your face but helps when you need it. Works with your existing local Codex/Claude and any other OpenAI compatible remote or local model via HTTP.

Alternatives in Development

  • Package OfficeCLI Skill As AionUi Assistant — Convert an OfficeCLI skill into a fully wired AionUi assistant preset, or update an existing one 20.3k ★
  • Happy — Mobile and Web client for Claude Code, with realtime voice, encryption and fully featured 16.3k ★
  • Check 1: Cache Exists? — CLAUDE_DIR="${CLAUDE_CONFIG_DIR:-$HOME/.claude}" CACHE_EXISTS=$(ls -d "$CLAUDE_DIR/plugins/cache/claude-hud" 2 10.9k ★

README

Rill

A native RSS reader for macOS and Linux, built in Rust with [GPUI](https://gpui.rs/) and [GPUI Kit](https://gpui-kit.com/). Subscriptions, articles, reading state, rules, and briefings live in a local SQLite database.

Read cached articles, search your library, and organize subscriptions without an account or server. AI, email, and connections from other RSS clients are optional. Rill has no telemetry.

Features

  • RSS, Atom, and JSON Feed subscriptions, website feed discovery, folders, and feed health.
  • Offline reading, full-text search, read/unread markers, stars, read-later, and undo.
  • Keyboard navigation, searchable views and commands, selectable text, light and dark themes, and adjustable text size.
  • Automatic full-article extraction and a separate news window over the same library.
  • Rules that star, mark read, or queue email for matching new articles.
  • Local digests or AI briefings, with optional scheduling and email delivery.
  • Newsletter import from .eml files and read-only IMAP polling.
  • OPML import/export, complete database backups, and a companion CLI.
  • Optional Google Reader/FreshRSS and Fever protocol adapters with revocable client keys.

Run from source

macOS is available as a source build. CI checks and downloadable build artifacts target Linux only.

Install the [platform prerequisites](docs/development.md#platform-prerequisites), then run:

cargo run --locked -p rill-desktop

For an isolated library with fictional articles:

cargo run --locked -p rill-desktop -- --data-dir /tmp/rill-demo --demo

Demo content is added only to an empty library. Its example URLs are placeholders. See [Using Rill](docs/usage.md#add-subscriptions) to add real subscriptions.

Build optimized binaries for daily use:

cargo build --locked --release --workspace

The desktop binary is `target/release/rill`; the companion command is `target/release/rill-cli`. Follow [Build and package](docs/development.md#build-and-package)