Your browser, Your Rules. The Material You browser built for Android enthusiasts.
Emagleo is a privacy-first, free, and open-source (FOSS) web browser for Android that embraces the modern Material You (Material 3) design language. Built using Flutter and Dart, it delivers a truly native interface that adapts to your device's theme, without compromising speed or security.
- 🎨 Dynamic Theming (Material You): Emagleo automatically extracts color palettes from your Android wallpaper, applying them to the entire browser interface for a seamless, personalized experience, thanks to Flutter's UI capabilities.
- 🛡️ Privacy By Default: Absolutely zero telemetry or tracking. Comes with a powerful, built-in ad and tracker blocker active from the moment you install.
- ⚙️ Lightweight & Speedy: Built with minimalism in mind, ensuring a small app size and fast page loads across all compatible Android versions.
- 🧑💻 FOSS Commitment: The entire codebase is auditable and transparently licensed under the GPLv3.
Experience a truly adaptive and native Android browsing interface.
The most secure and transparent way to install Emagleo is via the F-Droid repository:
- Open the F-Droid app.
- Search for Emagleo.
- Install the application.
For the latest stable release or beta versions, you can download the APK directly from our GitHub releases page:
Emagleo is a Flutter project. To build and run the app locally, you need the Flutter SDK and its dependencies.
- Flutter SDK: Install Flutter.
- Dart SDK (included with Flutter).
- Android Studio / VS Code: Set up for Flutter development.
- Clone the Repository:
git clone [https://github.com/SenseT8N/Emagleo-Android.git](https://github.com/SenseT8N/Emagleo-Android.git) cd Emagleo-Android - Get Dependencies: Fetch all required Dart packages.
flutter pub get
- Check Environment: Verify your setup and connected devices.
flutter doctor
- Run the App: Launch the app on a connected device or emulator.
Alternatively, open the project in Android Studio or VS Code and click the 'Run' button.
flutter run
We welcome contributions from the community! Whether you are a developer, a designer, or simply a user reporting bugs, your help is essential.
- Report Bugs: Found an issue? Please open a new issue on the GitHub Issue Tracker.
- Suggest Features: We love new ideas! Submit feature requests on the Issue Tracker.
- Code Contributions:
- Fork the repository.
- Create a new branch (
git checkout -b feature/AmazingFeature). - Commit your changes (
git commit -m 'Add Amazing Feature'). - Push to the branch (
git push origin feature/AmazingFeature). - Open a Pull Request (PR) to
SenseT8N/Emagleo-Android.
Emagleo Browser is released under the GNU General Public License v3.0 (GPLv3).
See the LICENSE file for more details.
- Developed and Maintained by: Leon Studio
- Inspired by: Google's Material Design 3 guidelines.