AdGuard Home client created with Flutter
Find a file
2023-05-06 04:19:53 +02:00
android Added monochrome icon 2023-01-29 21:38:42 +01:00
assets Changed linux build method 2023-05-04 18:23:01 +02:00
debian Changed linux build method 2023-05-04 18:23:01 +02:00
ios Changed queries and added macOS support 2023-04-29 00:24:30 +02:00
lib Small issue fixed 2023-05-06 04:19:53 +02:00
linux Changed linux build method 2023-05-04 18:23:01 +02:00
macos Changed macOS default screen size 2023-05-06 02:26:56 +02:00
windows Generated Windows installer 2023-05-04 03:10:16 +02:00
.gitignore Changed linux build method 2023-05-04 18:23:01 +02: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
l10n.yaml Project inicialization and base configuration 2022-09-26 13:51:18 +02:00
LICENSE.md Create LICENSE.md 2022-09-30 19:25:58 +02:00
pubspec.lock Fixed small issues 2023-05-06 04:16:24 +02:00
pubspec.yaml Fixed small issues 2023-05-06 04:16:24 +02:00
README.md Fixed small issues 2023-05-06 04:16:24 +02: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

AdGuard Home Manager does not collect any personal user data. All data stored into the application is kept on the user's device.

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 JuanRodenas.

Generate production build

  • macOS
    1. flutter clean
    2. flutter pub get
    3. flutter build macos --release
    4. Open macos/Runner.xcworkspace on Xcode
    5. Make sure all the pods have the minimum deployment version at 10.14
    6. Select Runner > Targets Runner
    7. Make sure the Version and Build numbers are correct
    8. Click on Product menu and on Archive
    9. Select the first on the list and click on Distribute app, select Copy App and click on Next
  • 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 debian/packages
  • Windows
    1. flutter clean
    2. flutter pub get
    3. flutter build windows
    4. Open Inno Setup Compiler application and load the script
    5. The script is located at windows/innosetup_installer_builder.iss
    6. Update the version number and save the changes
    7. Click on the Compile button
    8. The installer will be generated at build/windows/aghm_installer.exe

Third party libraries


Created by JGeek00