Download Latest Version AdGuardHome_freebsd_386.tar.gz (10.7 MB)
Email in envelope

Get an email when there's a new version of AdGuardHome

Home / v0.107.65
Name Modified Size InfoDownloads / Week
Parent folder
checksums.txt 2025-08-20 2.6 kB
AdGuardHome_windows_arm64.zip 2025-08-20 9.9 MB
AdGuardHome_windows_amd64.zip 2025-08-20 10.8 MB
AdGuardHome_windows_386.zip 2025-08-20 10.5 MB
AdGuardHome_openbsd_arm64.tar.gz 2025-08-20 10.2 MB
AdGuardHome_openbsd_amd64.tar.gz 2025-08-20 11.0 MB
AdGuardHome_linux_riscv64.tar.gz 2025-08-20 10.7 MB
AdGuardHome_linux_ppc64le.tar.gz 2025-08-20 10.4 MB
AdGuardHome_linux_mipsle_softfloat.tar.gz 2025-08-20 10.4 MB
AdGuardHome_linux_mips_softfloat.tar.gz 2025-08-20 10.5 MB
AdGuardHome_linux_mips64le_softfloat.tar.gz 2025-08-20 10.1 MB
AdGuardHome_linux_mips64_softfloat.tar.gz 2025-08-20 10.1 MB
AdGuardHome_linux_armv7.tar.gz 2025-08-20 10.7 MB
AdGuardHome_linux_armv6.tar.gz 2025-08-20 10.7 MB
AdGuardHome_linux_armv5.tar.gz 2025-08-20 10.9 MB
AdGuardHome_linux_arm64.tar.gz 2025-08-20 10.4 MB
AdGuardHome_linux_amd64.tar.gz 2025-08-20 11.3 MB
AdGuardHome_linux_386.tar.gz 2025-08-20 10.9 MB
AdGuardHome_frontend.tar.gz 2025-08-20 2.6 MB
AdGuardHome_freebsd_armv7.tar.gz 2025-08-20 10.5 MB
AdGuardHome_freebsd_armv6.tar.gz 2025-08-20 10.5 MB
AdGuardHome_freebsd_armv5.tar.gz 2025-08-20 10.8 MB
AdGuardHome_freebsd_arm64.tar.gz 2025-08-20 10.2 MB
AdGuardHome_freebsd_amd64.tar.gz 2025-08-20 11.1 MB
AdGuardHome_freebsd_386.tar.gz 2025-08-20 10.7 MB
AdGuardHome_darwin_arm64.zip 2025-08-20 10.7 MB
AdGuardHome_darwin_amd64.zip 2025-08-20 11.3 MB
AdGuard Home v0.107.65 source code.tar.gz 2025-08-20 2.3 MB
AdGuard Home v0.107.65 source code.zip 2025-08-20 2.8 MB
README.md 2025-08-20 1.7 kB
Totals: 30 Items   272.8 MB 6

This release contains an assortment of changes, most of which are related to DNS cache — check out the changelog for details. Of course, we have also improved the security as usual by updating the Go version. 🔐

Acknowledgments

A special thanks to our community moderators team and to everyone who filed and inspected issues, added translations, and helped us test this release!

Full changelog

See also the v0.107.65 GitHub milestone.

Security

  • Go version has been updated to prevent the possibility of exploiting the Go vulnerabilities fixed in 1.24.6.

Added

  • A separate checkbox in the Web UI to enable or disable the global DNS response cache without losing the configured cache size.
  • A new "cache_enabled" field to the HTTP API (GET /control/dns_info and POST /control/dns_config). See openapi/openapi.yaml for the full description.

Changed

Configuration changes

In this release, the schema version has changed from 29 to 30.

  • Added a new boolean field dns.cache_enabled to the configuration. This field explicitly controls whether DNS caching is enabled, replacing the previous implicit logic based on dns.cache_size.

    ```yaml

    BEFORE:

    'dns': # … 'cache_size': 123456

    AFTER:

    'dns': # … 'cache_enabled': true 'cache_size': 123456 ```

    To roll back this change, set the schema_version back to 29.

Fixed

  • Disabled state of Top clients action button in web UI (#7923).
Source: README.md, updated 2025-08-20