A browser and wallet for LBRY, the decentralized, user-controlled content marketplace.
Go to file
2018-05-15 11:54:32 -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 Merge pull request #1441 from lbryio/markdown-fix 2018-05-15 11:54:32 -04:00
static Merge pull request #1365 from lbryio/bug-fixes 2018-04-24 23:53:36 -04:00
.eslintrc.json feature: use internal-apis for subscriptions and add page loader 2018-05-15 11:16:14 -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 Merge pull request #1441 from lbryio/markdown-fix 2018-05-15 11:54:32 -04:00
CONTRIBUTING.md doc updates 2018-05-11 01:12:53 -04: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 #1441 from lbryio/markdown-fix 2018-05-15 11:54:32 -04:00
README.md absurdly minor changes to sean's README fixes 2018-05-11 15:42:48 -04:00
webpack.renderer.additions.js Revert "fix: mac build" 2018-04-27 14:44:03 -04:00
yarn.lock Merge branch 'master' into markdown-fix 2018-05-11 01:57:10 -06: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.

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