Keep Android Open is a community advocacy website fighting against Google's 2025 developer verification mandate, which will require all developers to be registered with Google.
Launched in direct response to the Google announcement, the site defends Android's core promise: an open platform where anyone can build, share, and install apps without centralized gatekeeping. It aims to inform on the impacts on consumers, developers, states and coordinate resistance.
- Identify issues.
- Fork this repository.
- Make the changes.
- Create a pull request.
This is an Astro site, so you should be able to check out your fork locally and run it as per the docs with:
npm run dev
The site should run locally and be browsable at http://localhost:4321/.
To provide a translation into a new language like Italian (language code: "it"):
- Edit
src/i18n/config.tsin a fork and update the languages list with the new language code. - Create a new folder in
src/content/pages/and add the translation of the Englishindex.mdfile. Translate the markdown headers and page content. The most important text is at the beginning; the lists of links do not all need to be translated. - Commit changes to your fork and file a Pull Request with your translation.
Important
Please do not submit machine-generated translations (using LLMs or AI tools). We need authentic human translations from native speakers of the language.
CC0 1.0 – free reuse.