With the recent challenges around Python 3.14 and with Arch not yet having shipped Rapid Photo Downloader 9.37.x, I thought I would take a stab at just running from source.
I was pleasantly surprised that it runs out of the box with uv without doing anything special!
Of course, I already have the dependencies installed as they were needed for the main package, but I figure I would flag this to anyone who may find this useful
git clone https://github.com/damonlynch/rapid-photo-downloader.git
cd rapid-photo-downloader
uv run rapid-photo-downloader
Good thinking @marcolussetti. Thanks for sharing your idea. Probably it helps that version 0.9.37 uses modern Python build tooling, as compared to 0.9.36.
Have you noticed any change in the program’s visual appearance with 0.9.37?
Aha. The new logic in the code to check for dark mode won’t work with your window manager. I’m glad the default appearance for the program in your system looks reasonable.