A simple, efficient, open source RSS reader service
Dinosaur Rss 🦕 is build as minimum viable product, new features will be added up to you.
By using Client-Server architecture, feeds are synchronized intelligently on the server, so it's energy efficient for your device.
| MacOS | Windows | Linux | 
|---|---|---|
| ✅ tested on macOS 10.15+ | ✅ tested on Windows 7+ | ✅ tested on manjaro | 
Integrated with @Podlove Player for the specific needs of podcasters.
const code = `var data = 1;`;
// log
console.log(code)| n- Next | N- Previous | b- Back | 
| p- Next page | P- Previous page | M- Mark all as read | 
| j- Move down | k- Move up | x- Exit | 
| d- PgOn | u- PgUp | r- Refresh | 
| gg- Go to first line | G- Go to last line | yy- Copy link | 
| F5- Reload window | Esc- Close modal window | ctrl+f- Search | 
Have a skin in the game !
Enjoy the benefit of new technology in Apple Silicon.
Just Buy me a coffee to get more feeds.
Install dependencies:
yarn --ignore-platformStart development on macOS:
yarn run dev:macBuild package on macOS:
rollup -c; electron-builder --macBuild package on Windows:
rollup -c; electron-builder --winBuild package(deb、rpm) on Linux:
rollup -c; electron-builder --linux deb
rollup -c; electron-builder --linux rpmFor better network speed in China:
npm config set registry https://registry.npm.taobao.org/
yarn config set registry https://registry.npm.taobao.org/
yarn config set electron_mirror https://npm.taobao.org/mirrors/electron/
npm config set electron_mirror https://npm.taobao.org/mirrors/electron/Twitter: @dino_rss
- Dinosaur Rss's logo is derived from Beibidog's awesome works.
- Electron
- Svelte
- Materialize
- Podlove Web Player
- Mousetrap
- highlight.js
- Prism
- Autolinker.js
- get-folder-size
- MD5
- uuid
- QRCode.js


