openedx/openedx-platform

The Open edX LMS & Studio, powering education sites around the world!

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 46 minutes ago
Added to GitGenius on September 8th, 2026
Created on May 30th, 2013
Open Issues & Pull Requests: 541 (-1)
GitHub issues: Enabled
Number of forks: 4,347
Total Stargazers: 8,184 (+0)
Total Subscribers: 409 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 27.1 hours
Mean response time: 35.8 days
90th percentile: 98.8 days
Tracked items: 597

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 75% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "depr" is answered fastest, typically in under an hour, while "maintenance" waits about 6 weeks. 63% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 3% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 289
New in 7 days: 19
Closed in 7 days: 2
Avg open age: 372 days
Stale 30+ days: 248
Stale 90+ days: 205

Recent activity

Opened in 7 days: 3
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • depr (76)
  • bug (34)
  • help wanted (27)
  • release testing (27)
  • epic (23)
  • code health (19)
  • content libraries misc (18)
  • flaky-test (16)

Detailed Description

Open edX Platform is a learning management system and content authoring platform that enables the creation and delivery of online education at scale.

The platform addresses the need for a comprehensive, self-hostable solution to manage and deliver online learning content. It accomplishes this through a modular architecture combining a central monolith with independently deployable applications and React-based micro-frontends. The core repository provides two primary services: Studio, a content management system for authoring learning materials, and the LMS, which delivers that content to learners. The platform is built on Python and JavaScript, with Django as its foundational framework.

Organizations considering adoption should understand that direct self-management of Open edX requires substantial infrastructure expertise and operational complexity. The README strongly recommends using a service provider for production deployments, which offer free trials for evaluation. For those with the necessary technical capacity, the community supports Tutor, a Docker-based distribution that simplifies building, customizing, upgrading, and scaling instances. Developers looking to modify or extend the platform should use Tutor's development mode. Bare metal installation on Linux is possible but undocumented and only recommended for experienced system administrators or developers willing to manage significant configuration complexity.

The project maintains active development with Python continuous integration workflows and a maintained status. The platform requires Ubuntu 24.04, Python 3.12, Node.js, MySQL 8.0, MongoDB 7.x, and Memcached for operation. Dependencies are managed through npm for frontend work and uv for backend requirements, with separate dependency groups for production, development, and continuous integration environments.