Where to download LBRY for 32 bit linux?

where to download LBRY for 32 bit linux?

There is no precompiled LBRY package for 32bit Linux. Are you looking for a certain piece in the LBRY stack? The full desktop app? lbrycrd should compile on 32bit Linux but I’ve never tested it.

The deb only supports 64 bit systems but you can also try the flakpak found here to see if it works on a 32 bit system - https://github.com/lbryio/lbry-desktop#install. The other option is to run from source (instructions at the same link).

You will need to build both lbrynet ( Pyinstaller detect arch of OS and build correct binary) and LBRY App.
Here comes a step by step guide:

  1. Download source of lbrynet
  2. Clone LBRY Desktop App
  3. Copy builded daemon binary to LBRY-Desktop-Folder/static/daemon (you will need create that folder) make sure you give binary executable permision.
  4. Compile LBRY App
  5. Enjoy app on 32-bits :smiley:

i tried to install the desktop app on windows 32-bit but unable …2 times

once got error that the instance was running which i deleted but it didn;t started forward from the meant that application /app was downloaded but didn;t started saying i had duplicate instances running

give me a step-by-step instructions for situation no 1

Sorry to hear about the trouble. Please see https://lbry.com/faq/startup-troubleshooting for some hints on Win 7. You can send us the log file (see FAQ for link) if you continue to have issues.

Did some trial and error and finally was able to build LBRY Desktop on a Devuan Linux 32 bit installation.

Includes instructions for building AppImage, .deb and others. Check out this guide here: