A browser and wallet for LBRY, the decentralized, user-controlled content marketplace.
Go to file
2018-05-11 15:07:26 -06: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 show hyperlinks on hover 2018-05-11 15:07:26 -06:00
static Merge pull request #1365 from lbryio/bug-fixes 2018-04-24 23:53:36 -04:00
.eslintrc.json fix description height on publish page #1195 2018-03-29 20:29:05 -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 branch 'master' into markdown-fix 2018-05-11 01:57:10 -06:00
CONTRIBUTING.md fix: re-enable flow type checking for the project (#1197) 2018-04-25 17:20:59 -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 branch 'master' into markdown-fix 2018-05-11 01:57:10 -06:00
README.md add mac version note 2018-05-09 13:28:14 -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

Installing

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

Windows macOS Linux
Latest Stable Release Download Download Download
Latest Prerelease 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.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Setup

  1. Clone this repository
  2. Run $ yarn

Run

The app can be run from the sources using the following command:

$ yarn dev

Build

Run $ yarn build

We use electron-builder to create distributable packages.

Contributing

Please read our contributing manual for details on how to develop for the project and the process of submitting pull requests.

Internationalization

If you want to help to translate the lbry-app, you can copy the en.json file in /dist/locales/ and modify the values while leaving the keys as their original English strings. An example for this would be: "Skip": "Überspringen", Translations should automatically show up in options.

License

MIT © LBRY