A browser and wallet for LBRY, the decentralized, user-controlled content marketplace.
Go to file
2018-06-09 17:33:23 -05:00
.github docs: add Suggested Solutions to GitHub issue template 2018-03-29 16:43:35 -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 #1556 Checking for OS before opening the log file 2018-06-09 17:33:23 -05:00
static fix select background color for dark mode 2018-05-25 00:40:35 -04:00
.eslintrc.json fix credit intro displaying '0' 2018-06-01 13:56:00 -04:00
.flowconfig implement app redesign 2018-03-26 14:32:43 -07:00
.gitignore add package-lock and .idea to .gitignore 2018-06-08 00:21:22 -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 build 2018-05-30 03:23:14 -04:00
CHANGELOG.md Merge branch 'master' into master 2018-06-08 00:09:48 -05:00
CONTRIBUTING.md Fixes typo in Contributing.md 2018-06-05 18:02:25 +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 cleanup thumbnail upload styling 2018-06-08 00:05:45 -04:00
README.md fix windows delete statement 2018-05-30 09:16:20 -04:00
webpack.renderer.additions.js Revert "fix: mac build" 2018-04-27 14:44:03 -04:00
yarn.lock cleanup thumbnail upload styling 2018-06-08 00:05:45 -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 /s /q 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