mirror of
https://github.com/serrebidev/BlindRSS.git
synced 2026-05-31 07:47:03 -07:00
Compiled Linux Clientr #23
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
serrebi/BlindRSS#23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If feasible, please add a compiled client for Linux to the releases section just like the existing options for macOS and Windows. This would make it easier to access the program rather than having to run it from source and install a bunch of Python dependencies, manage a virtual environment, etc.
@slannon97 Honestly, I agree.
Thanks for the suggestion! I've added a Linux build to our GitHub Actions release pipeline. As of v1.63.50, releases now include a
BlindRSS-linux-vX.Y.Z.tar.gzalongside the Windows and macOS downloads — extract it and run theBlindRSSbinary inside, no Python/venv setup required.Note you'll still need VLC and ffmpeg installed via your distro's package manager (e.g.
sudo apt-get install vlc ffmpeg), since those provide the media runtime. Give it a try and let me know if you hit any issues!