A browser and wallet for LBRY, the decentralized, user-controlled content marketplace.
Go to file
Sean Yesmunt f4a96e343a
Merge pull request #1501 from lbryio/editing-claim-fix
fix: use short form uri when preparingEdit so users know they are editing
2018-05-23 23:42:47 -04:00
.github docs: add Suggested Solutions to GitHub issue template 2018-03-29 16:43:35 -04:00
.idea feature: use internal-apis for subscriptions and add page loader 2018-05-15 11:16:14 -04:00
.tx Convert project into a one package.json file structure 2017-11-29 01:43:49 -03:00
build fix: daemon fails to download when dist directory doesn't exist 2018-03-29 15:57:17 -04:00
flow-typed implement app redesign 2018-03-26 14:32:43 -07:00
src fix: use short form uri when preparingEdit so users know they are editing 2018-05-23 00:35:34 -04:00
static Merge pull request #1365 from lbryio/bug-fixes 2018-04-24 23:53:36 -04:00
.eslintrc.json add search results disclaimer 2018-05-16 14:04:08 -04:00
.flowconfig implement app redesign 2018-03-26 14:32:43 -07:00
.gitignore fix: re-enable flow type checking for the project (#1197) 2018-04-25 17:20:59 -04:00
.lintstagedrc.json fix: re-enable flow type checking for the project (#1197) 2018-04-25 17:20:59 -04:00
.prettierrc.json Ajust Prettier and ESLint to respect Airbnb JavaScript formating rules 2017-12-21 14:14:13 -03:00
.travis.yml fix linux build 2018-05-09 18:00:48 -04:00
CHANGELOG.md Fix grayed out rewards by using the correct property to check for reward eligibility. 2018-05-15 13:26:05 -03:00
CONTRIBUTING.md fix typo on CONTRIBUTING.md 2018-05-15 21:48:33 -03:00
dangerfile.js feat: setup Danger (#1289) 2018-04-25 15:31:58 -04:00
electron-builder.json feat: build for both architectures (x86 and x64) on Windows (#1262) 2018-04-03 10:08:38 -04:00
electron-webpack.json Configure electron-webpack 2017-12-04 16:45:18 -03:00
LICENSE Update copyright date range to include 2018 2018-02-05 12:39:45 -08:00
package.json Merge pull request #1483 from lbryio/render-bump 2018-05-16 11:10:13 -04:00
README.md add windows instructions 2018-05-16 15:49:50 -04:00
webpack.renderer.additions.js Revert "fix: mac build" 2018-04-27 14:44:03 -04:00
yarn.lock fix playing from spacebar 2018-05-16 14:32:25 -04:00

LBRY App

Build Status Dependencies Codacy Badge chat on Discord

The LBRY app is a graphical browser for the decentralized content marketplace provided by the LBRY protocol. It is essentially the lbry daemon bundled with an UI using Electron.

App screenshot

Install

We provide installers for Windows, macOS (v10.9 or greater), and Debian-based Linux.

Windows macOS Linux
Latest Stable Release Download Download Download
Latest Pre-release Download Download Download

Our releases page also contains the latest release, pre-releases, and past builds.

To install from source or make changes to the application, continue reading below.

Usage

Double click the installed application to browse with the LBRY network.

Running from Source

Prerequisites

Steps

  1. Clone this repository: git clone https://github.com/lbryio/lbry-app
  2. Change directories into the downloaded folder: cd lbry-app
  3. Install the dependencies: yarn
  4. Run the app: yarn dev

If you want to just build the app you can run yarn build. This will give you an executable inside the /dist folder. We use electron-builder to create distributable packages.

Resetting your Packages

If the app isn't building, or yarn xxx commands aren't working you may need to just reset your node_modules. To do so you can run: rm -r node_modules && yarn or del node_modules && yarn on Windows.

Contributing

Contributions to this project are welcome, encouraged, and compensated. For more details, see CONTRIBUTING.md

License

This project is MIT licensed. For the full license, see LICENSE

Security

We take security seriously. Please contact security@lbry.io regarding any security issues. Our PGP key is here if you need it.

Contact

The primary contact for this project is @seanyesmunt