Study how Chromium was modified to add browser extension support on Android
Reference the final codebase of Kiwi Browser before it was archived
Learn how mobile browser extension APIs were implemented in a Chromium fork
Requires the full Chromium build toolchain which is large and complex, no build instructions are provided in the repository.
Kiwi Browser was an Android web browser built on Chromium, the same open-source engine that powers Google Chrome. Its main feature was support for browser extensions on mobile, which standard Chrome for Android does not offer. This repository holds the source code for Kiwi Next, a version that was automatically kept up to date by rebasing against the latest Chromium releases. The README opens with an important notice: Kiwi Browser is now archived and will no longer be maintained after January 2025. The project has effectively ended. For users who relied on Kiwi Browser specifically for its extension support, the README describes a migration path. The team partnered with Microsoft to bring Kiwi's extension code into Microsoft Edge Canary for Android. The README walks through how to enable extensions in Edge Canary: open the app, tap the build number five times to unlock developer options, then install extensions by pasting an extension ID copied from the Edge Web Store URL. If you still want the last published version of Kiwi Browser, the README links to the final release on GitHub and warns against downloading it from any other source. It also suggests Firefox for Android and Vivaldi Browser as alternatives for users who want an actively maintained browser with extension support. This repository is the source code used to build the app, not a standalone tool or library. Building it yourself would require the full Chromium build toolchain, which is a large and complex process. No build instructions are provided in the README itself.
← kiwibrowser on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.