Is anyone able to get Onionshare working?

It appears flatpak or snap is the preferred runtime environment.

Please read the documentation

  1. Install flatpak
    sudo pacman -Syu flatpak
    
  2. Download the file flatpakref file from
    wget https://dl.flathub.org/repo/appstream/org.onionshare.OnionShare.flatpakref
    
  3. Run
    flatpak install org.onionshare.OnionShare.flatpakref
    
  4. Launch OnionShare from your system menu
Enjoy

EDIT:

You can install using the --user argument to the python installer (no sudo required) but you don’t get the chatserver function

pip install --user onionshare-cli
2 Likes