A browser and wallet for LBRY, the decentralized, user-controlled content marketplace.
Go to file
Thomas Zarebczan 04e799bc1b chore: bump proper version
v0.22.2
2018-07-09 18:01:13 -04: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 Merge pull request #1739 from lbryio/shapeshift-fix 2018-07-09 11:30:35 -04:00
static add back fixed header 2018-06-25 02:07:45 -04:00
.eslintrc.json fix credit intro displaying '0' 2018-06-01 13:56:00 -04:00
.flowconfig #1556 Updating Flow config file to resolve eslint issues 2018-06-09 18:20:29 -05: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 remove branches from travis.yml 2018-06-26 10:16:16 -04:00
CHANGELOG.md update changelog 2018-07-09 16:20:24 -04: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 chore: bump proper version 2018-07-09 18:01:13 -04:00
README.md add dkpg note for ubuntu 2018-06-27 21:42:39 -04:00
webpack.renderer.additions.js Revert "fix: mac build" 2018-04-27 14:44:03 -04:00
yarn.lock fix context-menu of markdown editor 2018-07-03 00:35:13 -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 GIF

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.

Note: If the deb fails to install using the Ubuntu Software Center, install manually via sudo dpkg -i <path to deb>. You'll need to run sudo apt-get install -f if this is the first time installing it to install dependencies

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