Skip to content

N2-F/adguard-home-manager

 
 

Repository files navigation

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.

Recommended configuration and lists

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

About

AdGuard Home client created with Flutter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 95.2%
  • C++ 2.3%
  • CMake 1.7%
  • Inno Setup 0.3%
  • Ruby 0.2%
  • Swift 0.2%
  • Other 0.1%