A simple, efficient RSS reader desktop application based on the excellent Bubo Reader by George Mandis and Kevin Fiol's RSS-Reader Fork.
- Clean, minimal interface for distraction-free reading
- Group feeds by category
- View all articles in one place
- Works entirely offline - no cloud service required
- Easy installation via Flatpak
- Download the latest Flatpak from the Releases page
- Install it with:
flatpak install --user ./fukuro.flatpak
# Clone the repository
git clone https://github.com/yourusername/fukuro.git
cd fukuro
# Install dependencies
npm install
# Run the development version
npm start
# Build the Flatpak
npm run build
flatpak-builder --force-clean build-dir com.gavrielsha.Fukuro.json
flatpak-builder --user --install --force-clean build-dir com.gavrielsha.Fukuro.jsonEdit src/feeds.json to add your own RSS feeds organized by category.
{
"feeds": [
"https://hnrss.org/frontpage?points=10&comments=5&count=35"
],
"blogs": [
"https://kevinfiol.com/atom.xml",
"https://danluu.com/atom.xml"
]
}MIT License
