adguardteam/adguardhome

Network-wide ads & trackers blocking DNS server

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 6 minutes ago
Added to GitGenius on August 31st, 2026
Created on July 6th, 2016
Open Issues & Pull Requests: 1,244 (+0)
GitHub issues: Enabled
Number of forks: 2,509
Total Stargazers: 36,746 (+2)
Total Subscribers: 329 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 20.4 hours
Mean response time: 99.7 days
90th percentile: 316.4 days
Tracked items: 1,051

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 95% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "bug" is answered fastest, typically in about 9 hours, while "feature request" waits about 2 days. 43% of tracked open issues have had no activity in three months. Only 4% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 535
New in 7 days: 8
Closed in 7 days: 31
Avg open age: 902 days
Stale 30+ days: 445
Stale 90+ days: 263

Recent activity

Opened in 7 days: 7
Closed in 7 days: 25
Comments in 7 days: 1
Events in 7 days: 2

Top labels

  • feature request (459)
  • Priority: P4 (109)
  • P3: Medium (108)
  • waiting for data (94)
  • bug (83)
  • enhancement (54)
  • UI (53)
  • invalid (51)

Detailed Description

AdGuard Home is a network-wide DNS server that blocks ads and trackers across all devices on a network without requiring client-side software.

The tool solves the problem of pervasive ad and tracker exposure by operating as a DNS server that redirects tracking domains to a null destination, preventing devices from connecting to those servers. This approach provides network-wide protection at the DNS level rather than requiring individual applications or browser extensions on each device. The implementation is based on the same codebase used for AdGuard's public DNS servers.

AdGuard Home suits users who want centralized privacy protection for their entire home network and can dedicate a machine to run a DNS server. It works well for those seeking an alternative to client-side ad blockers or who need protection across devices that cannot easily run blocking software. The README explicitly compares it to Pi-Hole, noting that both serve similar purposes as network-wide ad blockers, and to traditional ad blockers, which operate only within browsers rather than at the network level. The tool acknowledges known limitations in its documentation.

The project maintains active development with established processes for testing unstable versions, reporting issues, and community contributions including translation support. Automated installation scripts are provided for Linux, Unix, macOS, FreeBSD, and OpenBSD, and Docker deployment is available. The codebase includes code coverage tracking and maintains quality standards monitored through automated reporting.