conan-io/conan

Conan - The open-source C and C++ package manager

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 28 minutes ago
Added to GitGenius on September 6th, 2026
Created on December 1st, 2015
Open Issues & Pull Requests: 489 (+0)
GitHub issues: Enabled
Number of forks: 1,125
Total Stargazers: 9,507 (+1)
Total Subscribers: 133 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 1.7 hours
Mean response time: 49.0 days
90th percentile: 2.6 days
Tracked items: 3,156

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. 59% of tracked open issues have had no activity in three months. Only 5% of issues opened in the past year have been closed. Three people close 63% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 225
New in 7 days: 10
Closed in 7 days: 6
Avg open age: 619 days
Stale 30+ days: 201
Stale 90+ days: 149

Recent activity

Opened in 7 days: 9
Closed in 7 days: 5
Comments in 7 days: 6
Events in 7 days: 12

Top labels

  • type: question (1,063)
  • stage: triaging (740)
  • answered (293)
  • type: feature (132)
  • staled (120)
  • type: look into (100)
  • unplanned (78)
  • type: bug (65)

Detailed Description

Conan is a decentralized, open-source package manager for C and C++ developers.

Conan addresses the challenge of managing dependencies and binaries across diverse C and C++ projects and platforms. It operates in a fully decentralized model, allowing developers to host packages privately on their own servers or integrate with centralized repositories like Artifactory. The tool manages binaries for any configuration and platform, including cross-compilation scenarios, by generating and caching platform-specific artifacts. This approach eliminates repeated compilation and reduces development and continuous integration time. Conan integrates with any build system through a Python-based recipe system that provides extension points for customization.

Conan suits teams building C and C++ applications across multiple platforms who need reliable dependency management and binary caching. It is particularly valuable for projects involving cross-compilation, embedded systems, or complex multi-platform builds where compilation time is a significant concern. The tool works on Linux, macOS, Windows, FreeBSD, Solaris, and in containerized environments. Developers should adopt Conan if they require portable package management that works consistently across platforms and integrates with their existing build infrastructure, whether that uses CMake, MSBuild, Makefiles, Meson, or custom build systems.

The project maintains active development with regular contributions across its core codebase and ecosystem. The maintainers respond to issues and pull requests from the community. The project has established patterns for testing and validation, with documented procedures for running tests locally. Documentation is comprehensive and kept current alongside code changes. The community actively creates and maintains packages in shared repositories, indicating sustained engagement beyond the core team.