Make sense of the outer world that affects your narrative.
- Follow RSS feeds
- Follow Websites
- Thumbnail and List views
- Directories
- Install Node JS
- Install Yarn, a nicer Node package manager
- Install Rust, for compiling Rust binaries
- Navigate to the project directory, then into the
./stories
subdirectory - Run
yarn tauri build
I previously built this app using C# and Catalyst. Upon discovering that I was being spied upon, I decided not to release the SAAS and instead release a free version that runs on users' own devices, due to my concerns that I would be exposing vulnerable users. I'm very friendly, but it's nice for people to be able to learn without advertising their interests to everyone. An additional concern of mine was regarding the risk of being charged with user's crimes, as it's like hosting a web browser for everyone to use. I believe the criminals can be found without any data access, due to their nature. The way the world is going is very frustrating for me and I'm torn between throwing everything away and different unknown solutions.
The previous version of the application had a nice reader mode. It would use readability to display the article text, or when the article text was not provided it would display the web-page. This may be restored for RSS.
Recognise entities in the text. Previously NER was performed extremely quickly with a high success rate using Catalyst. Entities are a fundamental component of making the app save time and yield better information.
Use yarn tauri dev
, not yarn dev
.
- Install additional libraries as required for your OS
- Refer to the current build file in
./.github/workflows/test-on-pr.yml
- Refer to the current build file in
- The steps are the Fedora equivalent of Ubuntu
- Q) Can this replace Feedly or Reeder?
- A) No, nothing can replace Feedly.
- Q) Can you provide 1-click app downloads?
- A) Not yet. App signing is required.