A smallish Android RSS reader http://capyreader.com/
  • Kotlin 96.9%
  • Ruby 0.9%
  • Liquid 0.7%
  • JavaScript 0.6%
  • SCSS 0.5%
  • Other 0.3%
Find a file
2026-03-24 20:58:41 -05:00
.bundle Consolidate article forge (#1943) 2026-03-23 22:50:48 -05:00
.claude/commands Improve FreshRSS sync performance 2026-03-22 17:47:46 -05:00
.github Remove missing make comand 2026-03-23 23:06:11 -05:00
.idea Consolidate article forge (#1943) 2026-03-23 22:50:48 -05:00
.vscode Update github issue templates 2024-12-06 21:29:05 -06:00
app Sync Mercury Parser for euronews.com (#1947) 2026-03-24 20:58:41 -05:00
article_forge Fix missing article forge items 2026-03-23 23:01:56 -05:00
bench Improve FreshRSS sync performance 2026-03-22 17:47:46 -05:00
capy Improve Miniflux sync performance (#1946) 2026-03-24 20:55:20 -05:00
fastlane [skip ci] Fix changelog again 2026-03-23 22:57:12 -05:00
feedbinclient feat: Delete Feedbin Pages (#1795) 2026-02-14 22:45:55 -06:00
feedfinder Remove feed interface image impl 2026-03-14 23:05:03 -05:00
gradle Add accent color preference toggle (#1812) 2026-03-01 17:15:10 -06:00
minifluxclient Improve Miniflux sync performance (#1946) 2026-03-24 20:55:20 -05:00
openapi Add Miniflux support (#1536) 2026-01-31 15:40:58 -06:00
readerclient feat: Add Feedbin Pages support via share sheet (#1781) 2026-02-10 22:53:46 -06:00
rssparser fix(rssparser): Handle escaped HTML in Atom titles (#1910) 2026-03-15 14:24:57 -05:00
script Fix bumpver tags 2026-03-24 08:38:36 -05:00
scripts Reconfigure F-Droid summaries (#1370) 2025-08-01 16:00:03 -05:00
site [skip ci] Update README image 2024-08-11 16:35:53 -05:00
technotes Add article labels for FreshRSS accounts (#1627) 2025-12-22 22:34:04 -06:00
.gitattributes Fix missing article forge items 2026-03-23 23:01:56 -05:00
.gitignore Improve FreshRSS sync performance 2026-03-22 17:47:46 -05:00
.tool-versions Collapse empty table td cells (#1290) 2025-06-28 14:18:53 -05:00
AGENTS.md [skip ci] Prep 1203 release notes 2026-03-23 21:08:53 -05:00
build.gradle.kts Show widget preview in picker (#1451) 2025-09-07 16:17:51 -05:00
bumpver.yml Bump version 2026.03.1202 to 2026.03.1203 2026-03-24 04:06:41 +00:00
CLAUDE.md fix(freshrss): Dedupe enclosures from content (#1734) 2026-02-01 13:16:57 -06:00
CONTRIBUTING.md Create CONTRIBUTING.md 2025-07-01 18:18:48 -05:00
debug.keystore Fix up article list (#80) 2024-04-06 14:26:23 -05:00
Gemfile Consolidate article forge (#1943) 2026-03-23 22:50:48 -05:00
Gemfile.lock Consolidate article forge (#1943) 2026-03-23 22:50:48 -05:00
gradle.properties Prevent CI double triggers (#1626) 2025-12-22 18:27:46 -06:00
gradlew Split out new modules 2023-11-24 19:54:07 -05:00
gradlew.bat Split out new modules 2023-11-24 19:54:07 -05:00
LICENSE Update animated pane behavior (#1564) 2025-11-05 23:45:26 -06:00
Makefile Consolidate article forge (#1943) 2026-03-23 22:50:48 -05:00
README.md chore: Update changelog 2026-02-28 14:32:21 -06:00
settings.gradle.kts Improve FreshRSS sync performance 2026-03-22 17:47:46 -05:00
tsconfig.json Bump Mercury Parser to v3.0.6 (#1944) 2026-03-23 22:44:30 -05:00
types.d.ts Add long press to article images (#1657) 2026-01-05 21:54:19 -06:00

Capy Reader

A smallish RSS reader with support for Feedbin, FreshRSS, Miniflux and local feeds.

Tests Translation status

Download

Capy Reader is free across all sources. It is available for devices running Android 11 or later.

Releases

  • Google Play and F-Droid releases happen every week or so depending on new features, bugfixes and translations.
  • Nightly releases are a separate package marked with a "-nightly" suffix. These are unstable, untested builds.

Reporting a bug

Bug reports are always welcome and are a top priority. Please search the discussions first and issues to make sure the bug is new and hasn't been reported yet.

If you're in doubt or run into an unreported issue, go ahead and submit a bug report. Please include details like app version, OS version, and steps to reproduce the bug. Screenshots are also useful!

Report a bug

Feature Requests

If you have questions or a general feature request, please post them to discussions as a feature request.

Full Content Support

Sometimes Capy's full content mode doesn't work as expected on a site due to the chaos of the web.

When this happens, please submit a separate issue to support full content for that site: Full Content Request form

Writing and verifying full content parsers can be time consuming. If you find this useful, consider donating to show your support.

Roadmap

Check out the project roadmap to see what's currently in progress and on deck.

Contributing

Translations

Translations are hosted on Weblate and are open to everyone to add or update translations. If you don't see your language, feel free to add it!

Pull Requests

If you want to create a pull request please ask first. This will save time in review, and save your time writing code if it doesn't fit for the app.

Building the app

Getting Started

  1. Clone this repository
  2. Install Android Studio if you don't have it already
  3. Sync Gradle
  4. In the toolbar, go to Run > Run 'app'

Build a signed release (Optional)

By default the app will build with a debug keystore. Follow the instructions below to build a signed release.

  1. Ensure you have a keystore with the name release.keystore in the root directory.

  2. Next, create a file called secrets.properties, also in the root directory, with the following values

    key_alias=
    store_password=
    key_password=