This is a fork of the Actarius project and aims to make a user-friendly LBRY network browser that communicates with the LBRY network without reliance on LBRY or Odysee Inc.
This project is in very early development. It will not function as a finished product.
The project is based on open-source principles, and it is licensed under the MIT license. This license is also used by the LBRY SDK, an optional tool for the browser.
https://opensource.org/licenses/MIT
https://en.wikipedia.org/wiki/MIT_License
Make sure you have NodeJS 14 or later installed on your system.
Clone this repository to a local directory and run the following commands:
npm install
npm start
This project is written using Electron.