Support

How can we help?

Send us a message and we'll get back to you shortly.

We typically respond within 24 hours

What Is Open edX? The Open-Source LMS Powering 100M+ Learners

Over 100 million learners have taken a course delivered through Open edX. It runs at Harvard, MIT, Google, Microsoft, NASA, and the International Monetary Fund. And the entire platform is free to download.

If you're evaluating a learning management system (LMS) and someone has mentioned Open edX, you've probably hit the same wall most people do: the project's own site is marketing-heavy, the architecture docs are written for engineers, and the ranking blog posts are mostly written by hosting vendors trying to sell you something.

This guide is different. We've been deploying Open edX for years at Cubite, and we'll tell you what it actually is, what it actually costs, and — critically — when you should not use it. By the end you'll know whether Open edX is the right LMS for your organization, or whether Moodle, Canvas, or a custom build is a better fit.

What Is Open edX? (The Short Answer)

Open edX is a free, open-source learning platform originally built by Harvard and MIT in 2012 to power edX.org. Today, stewarded by the nonprofit Axim Collaborative, it powers 380+ websites and has reached over 100 million learners worldwide. Organizations download Open edX, host it on their own infrastructure, and use it to deliver online courses, training, and credentials at scale.

A clarification that trips up a lot of people: edX (edx.org) and Open edX are not the same thing.

  • edX.org is a consumer-facing course marketplace where individuals enroll in courses from universities. It's currently owned by 2U / Outcomes-University.
  • Open edX is the open-source software that powers edX.org — and 380+ other independent sites built by universities, governments, and enterprises. You can download it and run your own version on your own domain, completely separate from edX.org.

When this article says "Open edX," it means the software, not the consumer site.

A Brief History — From Harvard & MIT to Axim Collaborative

Open edX has an unusual lineage for a piece of enterprise software.

  • 2012 - Harvard and MIT jointly launch edX as a nonprofit, with the platform open-sourced from day one under AGPL/Apache licenses.
  • 2013 - The Open edX project goes public, and other universities and companies start self-hosting it.
  • 2021 - 2U, a publicly traded edtech company, acquires edX (the consumer site and brand) for ~$800 million.
  • 2022 - Axim Collaborative is founded as a nonprofit, funded by the proceeds of the 2U acquisition, to steward Open edX (the software) independently of the now-commercial edX brand.
  • 2024 - 2U files for Chapter 11 bankruptcy reorganization. The edX consumer site continues under restructured ownership; Open edX itself remains unaffected, governed by Axim and a global community of contributors.

The takeaway: the software you'd be adopting is older, more battle-tested, and more independently governed than most commercial LMS products on the market. (See the Wikipedia article on Open edX for a fuller timeline.)

Quick Check: edX or Open edX?

Before going deeper, make sure the most common mix-up is settled.

our CTO says: "I don't want our company training to live on someone else's site after that 2U bankruptcy." What's the right response?10 pts

Select all that apply

How Open edX Works — Core Architecture (in Plain English)

You don't need to be an engineer to evaluate Open edX, but you do need a basic mental model. Here's the whole thing in five sentences.

Open edX has two main pieces:

Studio: where instructors build courses

LMS: where learners take them.

Both run on a shared backend written in Python (Django) with React-based front-ends. Course content lives in MongoDB; learner progress lives in MySQL; background tasks run on Redis and Celery; search is powered by Elasticsearch. Native iOS and Android apps let learners download content for offline use. And every piece of course content — every video, problem, simulation, or interactive lab — is built from a reusable component called an XBlock.

The XBlock is the part most people miss, and it's the part that makes Open edX genuinely different.

XBlocks — the Lego bricks of an Open edX course

An XBlock is a self-contained, reusable unit of course content. The platform ships with built-in XBlocks for video, multiple choice, drag-and-drop, peer assessment, open response (essays graded by AI or peers), discussion, and dozens more. Anyone can write a custom XBlock — interactive coding labs, virtual chemistry simulations, branching scenarios, video annotation tools — and drop it into any Open edX course on any Open edX site. The XBlock framework on GitHub is what enables the platform's signature ability: rich, interactive, course-native content that doesn't exist on most competing LMS platforms.

What Can You Build with Open edX? Key Features

Open edX is one of the few open-source LMS platforms where the feature list isn't aspirational — most of what's listed below ships in the core distribution and is used in production today.

Course authoring & content

  • Studio — drag-and-drop course authoring with full XBlock library
  • 30+ built-in problem types (multiple choice, drag-drop, peer assessment, open response, custom Python graders)
  • Native video player with transcripts, captions, speed control, and analytics
  • Cohorts, gating, prerequisites, and adaptive release rules
  • Course import/export for portability

Learning experience

  • Web LMS plus native iOS and Android apps with offline content download
  • Discussion forums (rebuilt in Python as of the Sumac release; rolled out in Teak)
  • Certificates and digital credentials, including Accredible integration (added in Teak, June 2025)
  • Programs, learning paths, and stackable micro-credentials

Integration & extension

  • LTI Advantage Complete certified (2025) — connects with thousands of third-party tools
  • Single sign-on (SAML, OAuth, custom)
  • REST and GraphQL APIs
  • Custom XBlocks for any interactive content type

Analytics & operations

  • Aspects — the new analytics layer with the Course Comparison Dashboard introduced in Sumac (December 2024)
  • Multi-tenancy / multi-site support
  • Full data export — your learner data lives in your databases, not a vendor's

Who Uses Open edX? Adoption at Global Scale

Open edX isn't a niche project. It's the infrastructure behind some of the largest online learning programs in the world.

Universities running Open edX include: Harvard, MIT, Stanford, Arizona State, University of Texas, Cornell, Caltech, Georgia Tech, NYU, and Duke.

Enterprises running Open edX include: Google, Microsoft, McKinsey, Johnson & Johnson, and NASA — primarily for employee education, customer training, and partner certification.

Government and NGO deployments include: The International Monetary Fund (online economics and finance training) and Tenaris (corporate education).

To put that in market context: the global LMS market was estimated at USD 28.58 billion in 2025 and is projected to reach USD 123.78 billion by 2033 at a 20.2% CAGR, according to Grand View Research. Open edX's share of that market is concentrated where it matters — large-scale, structured online programs at institutions that can't afford lock-in.

The Latest Open edX Releases — Sumac, Teak, and What's Next

Open edX ships a named community release roughly every six months. If you're evaluating the platform in 2026, these are the releases that matter.

ReleaseDateHeadline features
Sumac (19th)December 2024New Content Libraries with problem-bank randomization, search, filter, and tagging; Frontend "Slots" for plug-in UI customization; Aspects Course Comparison Dashboard; expanded LTI 1.3 support
Teak (20th)June 2025MFEs upgraded to React 18; new Python-based forums replacing the legacy Ruby comments service; Accredible integration for credential badges
Ulmo (21st)December 2025Course Home Carousel (resume-where-you-left-off); first unified authorization model (starting with Content Libraries); pip replaced with `uv` for 2–5× faster Docker builds; redesigned course catalog; reusable LTI configurations; new design tokens for theming

The reason this matters for an evaluation: an LMS that ships meaningful releases every six months is one being actively developed. Many "alternatives" you'll see compared to Open edX have not had a similar release cadence — and a few have not had a major release in over a year.

A particularly underrated milestone: Open edX is now LTI Advantage Complete certified (re-confirmed in Ulmo), meaning it can plug into virtually any modern educational tool ecosystem on standards-based authentication and grade passback. The Ulmo release also delivered the first piece of a long-promised unified authorization model — a quiet but important architectural improvement for organizations running multi-tenant or multi-team deployments.

Open edX Pricing — What Does It Actually Cost?

Open edX pricing is unusual: the software costs $0. The Open edX platformrunning, in production, for real users — does not. Here's the honest breakdown.

Cost componentSelf-hostedManaged hosting
Software license$0$0
Cloud infrastructure$100 – $2,000+/moIncluded
DevOps engineering0.25 – 1 FTE ($30K – $200K/yr)Included
Upgrades (every ~6 months)1 – 3 weeks of engineering time per releaseIncluded
Custom developmentProject-based ($1K – $20K+)Project-based
Typical all-in monthly cost$200 – $2K+/mo at modest scale$200 – $2,000+/mo

A few things to notice:

  1. "Free" software ≠ free platform. Most organizations underestimate the DevOps cost of running Open edX themselves.
  2. Managed hosting is usually cheaper than self-hosting for organizations under ~50,000 active learners, because you're sharing one team's expertise across many customers.
  3. Custom XBlock or theme development is project-based — and is where most of the variability in budgets comes from.

How to Get Started with Open edX

You have three realistic paths.

1. Self-host with Tutor. Tutor is the official Docker-based Open edX distribution. It runs on any 64-bit UNIX system (and Windows via WSL2), supports AMD64 and ARM64, and requires Docker Compose v2 plus 4–5 GB of RAM allocated to the Docker daemon. This path is right if you have in-house DevOps capacity and want full control. Plan for ongoing maintenance — Open edX ships a major release every six months and you'll need to keep up.

2. Use a managed hosting partner. Open edX managed hosting providers — Cubite, Edly, eduNEXT, Raccoon Gang, Appsembler — will host, maintain, and upgrade the platform for you. This path is right for most organizations under ~50,000 learners, especially when DevOps isn't your core competency. You still own your data; you don't own the operational headache.

3. Hire a custom development partner. If you need significant customization — a custom theme, custom XBlocks, deep SSO integration, a multi-tenant architecture — a development partner will scope and build to your spec, then either hand it back to you or operate it on your behalf.

Frequently Asked Questions

What is Open edX?

Open edX is a free, open-source learning platform originally created by Harvard and MIT in 2012 to power edX.org. Today, stewarded by the nonprofit Axim Collaborative, it powers 380+ websites and has reached over 100 million learners worldwide. Organizations self-host it to deliver online courses at scale.

It's used by universities (Harvard, MIT, Stanford, ASU), enterprises (Google, Microsoft, McKinsey, Johnson & Johnson, NASA), and governments (IMF). Because it's open-source, organizations have full control over their data, infrastructure, and customization — none of which is true with proprietary cloud LMS products.

Is Open edX free?

Open edX itself is free — there are no license fees because it's released under open-source licenses (AGPL/Apache). However, organizations pay for hosting infrastructure, DevOps maintenance, customization, and any commercial support. Most adopters work with managed hosting partners to avoid running it themselves.

A reasonable mental model: the software is free; the platform costs roughly what any production web application costs to operate — somewhere between $200/month (managed, small scale) and $20,000+/month (self-hosted, enterprise scale). See the cost section above for a fuller breakdown.

What's the difference between edX and Open edX?

edX (edx.org) is a consumer-facing online course marketplace currently owned by 2U / Outcomes-University. Open edX is the underlying open-source software that powers edX.org and 380+ other sites. Anyone can download Open edX and self-host their own learning platform — completely separate from edX.org's catalog or branding.

Putting it differently: edX is one site built on Open edX. Your Open edX deployment is your site built on the same software. The two are independent — you don't need an edX.org account, partnership, or relationship to run Open edX.

Who uses Open edX?

Open edX is used by leading universities including Harvard, MIT, Stanford, Arizona State, NYU, and Duke, plus enterprises such as Google, Microsoft, McKinsey, Johnson & Johnson, and NASA. The International Monetary Fund and many governments also run training programs on the platform. It serves over 100 million learners globally.

Adoption skews toward institutions running structured, scalable online programs — corporate training, MOOC-style cohorts, partner enablement, and certification programs. Smaller, classroom-first deployments are more often on Moodle or Canvas.

Is Open edX better than Moodle?

Neither is universally "better." Open edX excels at MOOC-style, large-scale, structured online courses with rich interactive components via XBlocks. Moodle excels at traditional classroom and blended learning with simpler setup and a larger plugin library. Open edX requires more DevOps expertise; Moodle runs on standard shared hosting.

The right question is "which fits your use case?" If you're delivering scaled online programs with custom interactive content, Open edX. If you're running a school or training department with limited DevOps and a need for the broadest plugin marketplace, Moodle. See the comparison table above for a full breakdown.

How much does Open edX cost to run?

The software is free, but real-world costs come from hosting (cloud infrastructure), DevOps engineering, ongoing maintenance and upgrades, and any custom development. Self-hosted setups typically run from a few hundred to several thousand dollars per month depending on scale. Managed hosting providers offer all-inclusive plans starting around $200–$500/month.

For a 1,000-learner deployment with 10–20 courses, expect $200–$1,000/month managed, or $1,500–$3,000/month self-hosted (including DevOps time). For 50,000+ learners, costs scale with infrastructure but per-learner economics generally improve.

What is the latest Open edX release?

The latest stable Open edX release is Ulmo, released December 2025 — the 21st community release. It introduced a Course Home Carousel that lets learners resume exactly where they left off, the first unified authorization model for Open edX, and a switch from pip to uv that makes Docker builds 2–5× faster. Teak (June 2025) and Sumac (December 2024) remain in active support.

Open edX ships a named release approximately every six months. Each release is supported with security patches for roughly a year, so most production deployments stay one or two releases behind the latest while a hosting partner validates the upgrade.

Bringing It Together

Open edX is the open-source LMS for organizations that need scale, rich interactive content, and full data ownership — and that can accept higher operational complexity than Moodle in exchange.

Choose Open edX if you need:

  • Online programs at scale (thousands to millions of learners)
  • Custom interactive content (labs, simulations, code editors, branching scenarios)
  • Full data ownership and freedom from SaaS lock-in
  • Standards-based interoperability (LTI Advantage Complete)
  • Long-term institutional viability backed by a real nonprofit foundation

Choose something else if you need:

  • The fastest possible setup with the lowest technical overhead → Moodle
  • Best-in-class classroom UX in K-12 or higher-ed → Canvas
  • A small training operation that doesn't justify the operational footprint → Moodle or a SaaS LMS

Related Blogs

Looking to learn more about and ? These related blog articles explore complementary topics, techniques, and strategies that can help you master What Is Open edX? The Open-Source LMS for 100M+ Learners.