



I made BrightMarket: browse, install and update LPIII apps without hunting GitHub releases
I used Obtainium for a bit and it works fine, but it never felt like it belonged on the light phone. It was too complex and had too many features that were unnecessary for what the LP3 needed.
So I made BrightMarket!
It replaces Obtainium, and adds the part Obtainium was never trying to do
I built a web portal, where you can actually browse what apps exists and read more about them. Find a tool you want, scan the code with the BrightMarket tool, and it opens ready to install.
The other half of BM is the Obtanium replacement and that part still works the way you'd expect. It watches GitHub releases and tells you when something's out of date. You can point it at any repo that publishes APKs, including ones that have nothing to do with BrightMarket, so you're not giving up anything you already track.
You also don't have to set it all up again by hand. Import your Obtainium export and it takes the lot. Apps in the gallery become normal entries, everything else gets tracked exactly as it was!
You get to decide whether the tool browser lives on your phone
This is a bit I know a lot of people really care about. A gallery on your phone is a scrollable feed, and a scrollable feed on a Light Phone kind of just sucks and defeats the point.
So it asks you on first launch. Keep browsing on the phone if you want it. Or go extra light, and the phone only shows the apps you've got and their updates! Anything new arrives by scanning a code off the desktop. You can still patch something without going to find a laptop. You just can't browse.
Turning it on is one tap. Turning it back off means scanning a code on the desktop page.
What's in it
The 20-odd apps I've built for my own Light Phone, plus a few forks of existing apps I adapted for my LP3. All free, all open source. A camera, an ebook reader, an RSS and newsletter reader, a TOTP authenticator, live scores, subway times, an Apple TV remote, a notebook and calendar, a couple of games.
If you've made something for the LPIII you can add it. Sign in with GitHub, pick a repo that has a release, done. The sign-in asks for read:user and nothing else, so it can see the public repos you own and can't write anywhere.
Installing it
Either adb install it, or just open this link on your phone https://brightmarket.gzl.dev/apk/ and install from there. After that everything else goes through BrightMarket. There's a "How to set up" button on the site with the steps.
Visit the tool gallery at brightmarket.gzl.dev
Repo Source: https://github.com/gi-os/BrightMarket