ray-project/ray

Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 44 minutes ago
Added to GitGenius on February 25th, 2026
Created on October 25th, 2016
Open Issues & Pull Requests: 3,523 (+0)
Number of forks: 7,960
Total Stargazers: 43,595 (+1)
Total Subscribers: 479 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 45.4 hours
Mean response time: 288.1 days
90th percentile: 1169.7 days
Tracked items: 7,654

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 91% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "weekly-release-blocker" is answered fastest, typically in about 3 hours, while "P2" waits about 26 months. 58% of tracked open issues have had no activity in three months. Only 3% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 2,715
New in 7 days: 25
Closed in 7 days: 11
Avg open age: 621 days
Stale 30+ days: 2,526
Stale 90+ days: 2,380

Recent activity

Opened in 7 days: 20
Closed in 7 days: 11
Comments in 7 days: 32
Events in 7 days: 283

Top labels

  • bug (7,556)
  • core (3,679)
  • triage (3,476)
  • stability (3,089)
  • enhancement (2,983)
  • P1 (2,847)
  • community-backlog (2,633)
  • P2 (2,629)

Detailed Description

Ray is a unified framework for scaling AI and Python applications, consisting of a core distributed runtime paired with specialized AI libraries designed to simplify machine learning compute. The project addresses the fundamental challenge that modern ML workloads have become increasingly compute-intensive, requiring infrastructure beyond single-node development environments. Ray enables seamless scaling of the same Python code from a laptop to a cluster without requiring additional infrastructure setup.

The core of Ray is built around three key abstractions. Tasks are stateless functions executed across the cluster, Actors are stateful worker processes created in the cluster, and Objects are immutable values accessible across the cluster. These primitives form the foundation for higher-level functionality. Ray's AI Libraries layer includes Data for scalable datasets in ML workflows, Train for distributed training, Tune for scalable hyperparameter tuning, RLlib for scalable reinforcement learning, and Serve for scalable and programmable model serving. The framework is designed to be general-purpose, capable of performantly running any kind of workload written in Python.

Ray operates across diverse deployment environments, running on any machine, cluster, cloud provider, and Kubernetes installations. The project includes monitoring and debugging capabilities through the Ray Dashboard for observing Ray apps and clusters, and the Ray Distributed Debugger for application debugging. Installation is straightforward via pip, with nightly wheels available for users wanting the latest development versions.

The repository shows substantial activity and engagement.

The project is classified across multiple domains including distributed computing, scalable AI, machine learning, deep learning, reinforcement learning, Python frameworks, parallel processing, data processing, task orchestration, and cluster management. Ray's ecosystem includes community integrations that extend its capabilities. The project maintains active community engagement through multiple channels including a Discourse forum for development discussions, GitHub issues for bug reports and feature requests, Slack for user collaboration, StackOverflow for usage questions, a Bay Area meetup group, and Twitter for feature announcements. The framework is written in Python and available at ray.io, with comprehensive documentation and multiple academic papers describing its architecture and components.