rapidsai/cugraph
cuGraph - RAPIDS Graph Analytics Library observed · 2026-08-28
Health v2 · maintenance only
94/100
- Activity 99
- Release rhythm 84
- 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: 56
- age_days: 2848
- days_rel: 28
- days_push: 7
- n_releases_24m: 16
Adoption not part of the score
2225 stars · 365 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
cuGraph is NVIDIA's RAPIDS collection of GPU-accelerated graph analytics libraries, offering Python, C, and C++ APIs for building graphs and running scalable graph algorithms like PageRank, centrality, community detection, and traversal. It integrates with cuDF/pandas DataFrames, NetworkX (via nx-cugraph), and PyTorch Geometric for graph neural network workflows.
Use cases
- run pagerank on large graphs on gpu
- accelerate networkx algorithms with zero code changes
- detect communities with louvain or leiden at scale
- compute shortest paths and centrality on massive graphs
- train graph neural networks with pytorch geometric on gpu
- multi-gpu distributed graph analytics
- find connected components in billion-edge graphs
When to choose
- you have NVIDIA GPUs and need fast graph algorithms on large graphs
- your NetworkX workflows are too slow and you want a drop-in backend
- you're doing GNN training and need GPU graph sampling and storage
- you want seamless integration with RAPIDS cuDF ETL pipelines
When to avoid
- you have no CUDA-capable GPU hardware
- your graphs are small enough that CPU libraries like NetworkX suffice
- you need algorithms not in cuGraph's supported list
- you need a pure-CPU or portable solution
Facets
library · maturity active
machine-learning data-science etl graphics graph-processing machine-learning data-science gpu-computing python cpp graph-analytics cuda rapids networkx-backend graph-neural-networks pagerank community-detection multi-gpu algorithms gpu linux docker
10 sources
- readme: https://github.com/rapidsai/cugraph · fetched 2026-08-28 · 6f77ff934497
- homepage: https://docs.rapids.ai/api/cugraph/stable/ · fetched 2026-08-29 · 8bab271b8c77
- site_page: https://docs.rapids.ai/api/cugraph/stable/installation · fetched 2026-08-29 · 51848e7c9dec
- site_page: https://docs.rapids.ai/api/cugraph/stable/api_docs · fetched 2026-08-29 · e714f8364efb
- site_page: https://docs.rapids.ai/api/cugraph/stable/api_docs/cugraph · fetched 2026-08-29 · 4b6354dbd1b3
- site_page: https://docs.rapids.ai/api/cugraph/stable/api_docs/plc/pylibcugraph · fetched 2026-08-29 · 6a5b48f029b2
- site_page: https://docs.rapids.ai/api/cugraph/stable/api_docs/cugraph_c · fetched 2026-08-29 · dd4315c457f2
- site_page: https://docs.rapids.ai/api/cugraph/stable/api_docs/cugraph_cpp · fetched 2026-08-29 · 1ae6e44c8520
- site_page: https://docs.rapids.ai/api/cugraph/stable/api_docs/cugraph-pyg/cugraph_pyg · fetched 2026-08-29 · c8bd486dc9b0
- site_page: https://docs.rapids.ai/api/cugraph/stable/api_docs/wholegraph/pylibwholegraph · fetched 2026-08-29 · 0744b5414188
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rapidsai/cugraph | main | 94 |
For agents
markdown · JSON · MCP: product_card(name="rapidsai/cugraph")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem