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.