FeedMee is an RSS/Atom news reader built for the desktop. This is the initial, beta release. More to come.
- Cross-Platform: Native performance on Windows, macOS, and Linux (via Tauri v2).
- Three-Pane Layout: Classic, responsive interface (Navigation, Article List, Reading Pane).
- Reader Mode: Extracts full article content using
Readability, stripping clutter. - Feed Management:
- Auto-discovery of RSS/Atom links from URLs.
- Drag-and-drop folder organization.
- OPML Import/Export.
- Smart Views: "Latest" (24h) and "Read Later" (Saved) aggregation.
- Local Privacy: All data is stored locally in SQLite. No tracking, no accounts.
- Customizable: Dark/Light themes, configurable refresh intervals, and log rotation.
- Frontend: Svelte 5, TypeScript, Vite
- Backend: Rust, Rusqlite (SQLite), Reqwest, Feed-RS
- Build System: Tauri v2
- Rust: Install Rust.
- Node.js: Install Node.js.
- OS Dependencies: Follow the Tauri Prerequisites guide.
# Install dependencies
npm install