Ross ROSS = Recommend OSS · open-source software intelligence for agents

c-ares/c-ares

A C library for asynchronous DNS requests observed · 2026-08-28

github.com/c-ares/c-ares · homepage · C · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

97/100

  • Activity 99
  • Release rhythm 92
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 29.5
  • age_days: 6010
  • days_rel: 57
  • days_push: 10
  • n_releases_24m: 9

Full methodology

Adoption not part of the score

2182 stars · 680 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

c-ares is a modern asynchronous DNS (stub) resolver library written in C. It provides non-blocking DNS query interfaces that abstract the intricacies of the DNS protocol, suitable for applications needing parallel or non-blocking resolution.

Use cases

  • resolve hostnames asynchronously without blocking my event loop
  • perform many DNS queries in parallel from a C application
  • replace the unreliable system DNS resolver with a better one
  • embed a DNS resolver in a cross-platform network application
  • build a custom DNS client with support for modern RFCs
  • resolve names on Windows, Linux, macOS, Android, and iOS with one library

When to choose

  • you need non-blocking or parallel DNS resolution in C or C++
  • you want a portable resolver that works consistently across operating systems
  • you need a security-hardened, actively maintained, MIT-licensed DNS library
  • you need modern DNS features like query caching, DNS cookies, or 0x20 encoding

When to avoid

  • you only need simple synchronous lookups and are happy with your OS resolver
  • you are working in a high-level language that already ships a capable async DNS client
  • you need a full recursive/authoritative DNS server rather than a stub resolver

Facets

library · maturity stable

networking http-client developer-tools networking developer-tools apis windows cross-platform c cpp dns resolver async c-library stub-resolver linux macos

5 sources

Member repositories

RepositoryRoleHealth v2
c-ares/c-aresmain97

For agents

markdown · JSON · MCP: product_card(name="c-ares/c-ares")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem