AdGuard Home client created with Flutter
Find a file
2025-03-23 19:52:20 +01:00
.github/ISSUE_TEMPLATE Updated app version 2025-01-22 00:00:26 +01:00
.vscode Removed flutter displaymode 2025-03-23 19:46:52 +01:00
android Support multiple subdomains 2025-03-17 19:10:06 +01:00
assets Changed linux build method 2023-05-04 18:23:01 +02:00
debian Updated app version 2025-01-22 14:45:38 +01:00
ios Changed url launcher library 2024-01-29 02:37:45 +01:00
lib Removed flutter displaymode 2025-03-23 19:46:52 +01:00
linux Updated libraries and other stuff 2025-01-21 20:47:10 +01:00
macos Updated app version 2025-03-09 20:36:45 +01:00
windows Updated libraries and other stuff 2025-01-21 20:47:10 +01:00
.env.sample Implemented sentry 2023-05-08 22:05:06 +02:00
.gitignore Support multiple subdomains 2025-03-17 19:10:06 +01:00
.metadata Added Linux support 2023-04-29 01:10:58 +02:00
analysis_options.yaml Project inicialization and base configuration 2022-09-26 13:51:18 +02:00
devtools_options.yaml Small improvements and refactor 2023-11-21 11:10:39 +01:00
l10n.yaml Fixed spelling issue 2023-10-15 23:47:42 +02:00
LICENSE.md Create LICENSE.md 2022-09-30 19:25:58 +02:00
pubspec.lock Removed flutter displaymode 2025-03-23 19:46:52 +01:00
pubspec.yaml Updated app version 2025-03-23 19:51:58 +01:00
README.md Removed flutter displaymode 2025-03-23 19:46:52 +01:00

AdGuard Home Manager is an AdGuard Home unofficial client developed with Flutter.

Main features

▶ Manage your AdGuard Home server on an easy way.

▶ Supports HTTP and HTTPS connections.

▶ Enable and disable the different protections with only one switch.

▶ Add multiple servers to the app, and manage all of them from here.

▶ See and filter the query logs.

▶ Manage your filtering lists.

▶ See the clients list and create a custom configuration for a client.

▶ Configure the allowed devices, DHCP, DNS or rewrites among others.

▶ Material You interface with dynamic theming (only Android 12+).

▶ Full desktop support with builds for macOS, Linux and Windows.

▶ Responsive UI adapted for landscape displays.

Privacy policy

Check the privacy policy here.

Disclaimer

This is an unofficial application. The AdGuard Home team and the development of the AdGuard Home software is not related in any way with this application.

On this repository you can find a recommended configuration for AdGuard Home and some lists. Thanks to juanico10.

Donations

If you like the project and you want to contribute with the development, you can become a sponsor on GitHub, or you can donate using PayPal.

Generate production build

  • Prerequisites
    1. Open pubspec.yaml and change the version name and the version number.
    2. Run flutter clean.
    3. Run flutter pub get.
  • Android
    1. Make sure you have your key.properties file at android/, with all the required values of your signing key correctly set up.
    2. Make sure you have your keystore file at android/app.
    3. Run flutter build apk --release to compile the APK.
    4. The .apk package is located at build/app/outputs/flutter-apk/app-release.apk.
  • macOS
    1. Run flutter build macos --release to compile the production build.
    2. The .app package is located at build/macos/Build/Products/Release/AdGuard Home Manager.app.
  • Linux
      Prerequisites
      1. Install rps by running dart pub global activate rps --version 0.7.0-dev.6
      Build
      1. Open debian.yaml file inside debian/ and update the version number
      2. run rps build linux
      3. The .tar.gz is at build/linux/x64/release/bundle
      4. The .deb package is at build/linux/x64/release/debian/
  • Windows
    1. Run flutter build windows --release.
    2. Open Inno Setup Compiler application and load the script
    3. The script is located at windows/innosetup_installer_builder.iss
    4. Update the version number and save the changes
    5. Click on the Compile button
    6. The installer will be generated at build/windows/aghm_installer.exe.

Third party libraries


Created by JGeek00