Harbor is an open source trusted cloud native registry project written in Go that extends Docker Distribution with enterprise-grade security, identity management, and governance capabilities. Hosted by the Cloud Native Computing Foundation, Harbor serves as a registry for cloud native environments supporting both container images and Helm charts, making it suitable for container runtimes and orchestration platforms like Kubernetes.
The project implements role-based access control where users access different repositories through projects with granular permission management for images and Helm charts. Harbor includes policy-based replication functionality that synchronizes images and charts between multiple registry instances using filters for repository, tag, and label, with automatic retry mechanisms for failed replications. This feature supports load balancing, high availability, and multi-datacenter deployments in hybrid and multi-cloud scenarios.
Security features are central to Harbor's design. The system performs regular vulnerability scanning of images with policy checks to prevent vulnerable images from being deployed. Harbor supports image signing using Docker Content Trust through Notary, guaranteeing authenticity and provenance, and can enforce policies preventing unsigned images from deployment. The platform integrates with enterprise authentication systems through LDAP and Active Directory support, allowing organizations to import LDAP groups and assign project permissions. OpenID Connect support enables single sign-on capabilities through external authorization servers and identity providers.
Harbor provides comprehensive operational capabilities including image deletion and garbage collection for freeing up space from dangling manifests and unreferenced blobs, a graphical user portal for browsing and managing repositories, and complete activity auditing that tracks all repository operations. The system offers RESTful APIs with an embedded Swagger UI for administrative operations and programmatic integration with external systems.
Deployment flexibility is a key strength, with Harbor supporting Docker Compose deployment, Helm Chart installation for Kubernetes environments, and a Harbor Operator for additional deployment options. The project maintains OCI Distribution Conformance compliance and provides compatibility lists for replication adapters, OIDC adapters, and scanner adapters.
According to GitGenius tracking data, Harbor has grown to 28,848 stargazers with consistent community engagement. The project shows active maintenance with a median issue and pull request response latency of 12.2 hours and a mean response time of 208 hours across 1,719 tracked items. The most active contributors include wy65701436 with 1,637 events, stonezdj with 1,260 events, and reasonerjt with 981 events. The most prevalent issue labels are Stale with 631 occurrences, kind/requirement with 279, and kind/question with 278, indicating ongoing community questions and feature requests. Harbor shares contributors with major projects including Microsoft VSCode, Microsoft TypeScript, and Rust-lang/Rust, demonstrating its significance in the broader open source ecosystem.