modular/modular

The Modular Platform (includes MAX & Mojo)

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 28 minutes ago
Added to GitGenius on August 20th, 2026
Created on April 28th, 2023
Open Issues & Pull Requests: 1,139 (+0)
GitHub issues: Enabled
Number of forks: 3,159
Total Stargazers: 29,620 (+0)
Total Subscribers: 283 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 20.8 hours
Mean response time: 27.3 days
90th percentile: 54.4 days
Tracked items: 2,836

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 96% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 36% of tracked open issues have had no activity in three months. Only 4% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 824
New in 7 days: 34
Closed in 7 days: 19
Avg open age: 415 days
Stale 30+ days: 678
Stale 90+ days: 495

Recent activity

Opened in 7 days: 27
Closed in 7 days: 12
Comments in 7 days: 19
Events in 7 days: 132

Top labels

  • mojo (2,604)
  • mojo-repo (1,735)
  • bug (1,604)
  • enhancement (741)
  • modular-repo (386)
  • documentation (295)
  • Needs Triage (175)
  • Team: Mojo Libraries (173)

Detailed Description

Modular is a unified platform for AI development and deployment that includes the MAX Framework and the Mojo language.

The platform addresses the need for integrated tools spanning AI model development, optimization, and serving. It provides the Mojo compiler and standard library as a systems programming language designed for AI workloads, the MAX accelerator library for kernel optimization, and the MAX inference server which exposes an OpenAI-compatible endpoint for model serving. The MAX framework also includes model pipelines built as Python-based computational graphs, allowing developers to construct and deploy AI applications across the full stack.

Developers should consider this platform if they need both a high-performance systems language tailored to AI and a complete inference serving solution. It suits projects requiring custom kernel optimization alongside model deployment, or teams wanting to move beyond Python for performance-critical AI components. The repository accepts contributions to the Mojo standard library, MAX accelerator kernels, model architectures, and code examples, though the Mojo compiler itself is not yet open to external contributions.

The project maintains active community channels including Discord, a forum, and regular community meetings with recordings published publicly. Development is distributed across multiple core components—the Mojo compiler, standard library, MAX accelerator library, and inference server—with clear separation between what is open to contributions and what remains closed. The repository includes extensive developer documentation for both the MAX framework and Mojo standard library codebases, and the team actively solicits bug reports through the issue tracker.