惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

爱范儿
爱范儿
Y
Y Combinator Blog
博客园 - Franky
D
Docker
B
Blog RSS Feed
M
MIT News - Artificial intelligence
雷峰网
雷峰网
博客园 - 司徒正美
人人都是产品经理
人人都是产品经理
宝玉的分享
宝玉的分享
S
SegmentFault 最新的问题
GbyAI
GbyAI
Recent Announcements
Recent Announcements
Martin Fowler
Martin Fowler
H
Hackread – Cybersecurity News, Data Breaches, AI and More
MyScale Blog
MyScale Blog
B
Blog
H
Help Net Security
Microsoft Security Blog
Microsoft Security Blog
WordPress大学
WordPress大学
Vercel News
Vercel News
The Cloudflare Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Google DeepMind News
Google DeepMind News

HN's home page

Rainbow Query Language | Hacker News Exec into Node via Kubectl An AI native hedge fund The Seven-Action Documentation Model | Hacker News Package Manager for Kubectl Plugins Tongan Castaways | Hacker News Tech overlords plan for conscious AI to conquer the cosmos. What could go wrong? Data Breach Disclosure Lag Is Getting Worse How LLMs Work | Hacker News I Dropped PRDs for Shape Up Go Experiments Explained | Hacker News FCA's Palantir deal could expose UK financial data to Trump's US, critics fear WebXR BCI for Neural-Adaptive Avatar Control in Mixed Reality The first murder conviction via DNA analysis Tom Interviews Theo de Raadt of the OpenBSD Project (2019) [video] Show HN: Replace shell commands with bun shell typescript scripts Quay.io Is Down | Hacker News AI driven analysis of brokerage account fees in the UK Bill Gates Spent Years Crafting His Image. Now It's Cracking Using LLMs to secure source code Wi-Fi 8 in the Lab [video] The household battery revolution that could change energy bills and the world Is Python Becoming Pinyin? | Hacker News Livia – Executive Assistant | Hacker News FindMyPipe – Query Apple Find My from Linux for AI Agents Show HN: Agent skill for creating product launch videos with Remotion RecruitMyself – AI job search copilot for resumes and applications AI coding agents and the erosion of system understanding The 'Resting' Generation and South Korea's Youth Recession AMD Computex 2026: 10 Years of AM4, AM5 Support Through 2029
Install F-Droid apps over USB straight from the browser
bboygravity · 2026-06-20 · via HN's home page

DroidStore is a web catalog of open-source Android apps drawn from F-Droid, IzzyOnDroid, and curated GitHub releases.

Talks to the Android phone over USB. Open the page, and install APKs from the browser. It drives ADB over WebUSB, so there is no client to install, no account, and no telemetry.

I built it (vibe coded) because of Google's Android developer verification requirement. From 30 September 2026 in Brazil, Indonesia, Singapore, and Thailand, with a wider rollout from 2027, any app installed on a certified Android device must be registered to a developer who has verified their identity with Google. That can mean handing over legal name, address, phone number, and a government ID, plus registering every app's package identifier. Apps whose authors have not verified by the deadline will not install through the normal flow in those regions.

F-Droid has refused to comply for very practical reasons. It cannot force the thousands of independent developers it distributes to register with Google, and it cannot claim those apps' package identifiers for itself without seizing exclusive distribution rights to other people's software. By its own account, the requirement would end the project and leave its users unable to install or even update apps.

The one install path Google has committed to keeping open is ADB/sideloading, for local development and power users. DroidStore wraps that in a browser so installing a known, auditable open-source app stays a single click over USB, with no command line and no F-Droid client. It is a stopgap to keep these apps reachable after the deadline. At least until Google also decides to block that route I guess.

I haven't put it on Github yet to publish the source and have others self-host this, but will do if people turn out to be interested in this. So far there was only one user (me) :P