Warning
Nestlified is an early-stage project. Features may change, filtering may not work consistently on every website, and you may encounter bugs. Please report reproducible problems through GitHub Issues.
- Download the APK on your Android device.
- Open the downloaded file and allow installation from your browser or file manager if Android asks.
- Open Nestlified.
The release APK is provided for normal users. You do not need Flutter or any developer tools to install it. If the link does not work yet, the first GitHub Release has not been published.
For a locally built APK, use:
build/app/outputs/flutter-apk/app-debug.apk
Nestlified turns websites into fullscreen, launcher-accessible mobile profiles. Each profile uses the site's favicon and opens in a focused WebView experience.
- Persistent website profiles with favicon-based launcher shortcuts on Android.
- Fullscreen site views designed for media-focused websites.
- Android request filtering powered by Brave's
adblock-rustengine. - EasyList, EasyPrivacy, and uBlock Origin filter sources with cached updates.
Android is the currently supported platform. iOS support is planned for a future iteration. Android launcher shortcut creation and the native ad-blocking engine are Android-specific.
Nestlified is free when you download and build it from this GitHub repository.
A Google Play Store release is planned for $0.49. It is intended as a convenient installation option and an optional way to support the developer, Benjamin Toma. The Play Store release is coming soon.
- Flutter 3.44 or later
- Dart 3.12 or later
- Android SDK API 37 for Android builds
flutter pub get
flutter runTo create a debug APK:
flutter build apk --debugThe generated APK directory is:
build/app/outputs/flutter-apk/
Filter lists are downloaded from their maintainers and refreshed by the app. Websites can change their delivery mechanisms at any time, so ad filtering is best-effort and is not guaranteed to remove every advertisement or tracker. Users remain responsible for complying with the terms of service and applicable laws for every website they access.
Read CONTRIBUTING.md, CODE_OF_CONDUCT.md, and SECURITY.md before opening an issue or pull request.
Copyright (c) 2026 Benjamin Toma. Nestlified is released under the MIT License.