You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 week ago | |
---|---|---|
Images | 10 months ago | |
Utilities | 5 months ago | |
bin | 4 months ago | |
share | 1 week ago | |
.gitignore | 4 months ago | |
CONTRIBUTING.md | 4 months ago | |
FEATURES.md | 10 months ago | |
LICENSE | 2 years ago | |
Makefile | 4 months ago | |
README.md | 4 months ago | |
TODO.md | 3 months ago | |
lbry-gtk.desktop | 10 months ago |
README.md
LBRY-GTK
LBRY-GTK as the name suggests is a GTK client to the LBRY network. LBRY-GTK in its early stages was a fork of FastLBRY-terminal, however the code was modified a lot in order to become a full GTK GUI app. LBRY-GTK is also:
- A desktop app for doing a variety of things on the LBRY network
- Cross platform (Windows & Linux currently)
- Highly configurable
- Free and Open Source Software (FOSS)
Installation:
Linux:
Arch Linux (AUR):
Stable
git clone https://aur.archlinux.org/lbry-gtk.git
cd lbry-gtk
makepkg -i
Git
git clone https://aur.archlinux.org/lbry-gtk-git.git
cd lbry-gtk-git
makepkg -i
or use an AUR helper of your choice.
Debian GNU/Linux (MPR):
git clone https://mpr.makedeb.org/lbry-gtk.git
cd lbry-gtk
makedeb -i
or use an MPR helper of your choice.
Appimage:
Version can be found on the Releases page.
Build from source:
git clone https://codeberg.org/MorsMortium/LBRY-GTK
cd lbry-gtk
make
sudo make install
Windows:
Version can be found on the Releases page.
Dependencies:
- Jansson
- Curl
- MD4C
- PCRE2
- GTK3 (gtk, glib, pango, harfbuzz, cairo, gdk-pixbuf, atk)
- Pygobject (while transitioning)
- ImageMagick
- LBRYNet
- Appdir
- SQLite3
Contributing:
There are many features and bugfixes planned for LBRY-GTK. All of these are listed in TODO.md. Any help in terms of development or suggestions of what can be added/fixed is very much appreciated. For contributing code, see CONTRIBUTING.md.
Other Links:
Questions and chat about the project: Matrix
Other great LBRY projects: Awesome-LBRY
List of features:
See FEATURES.md