Last verified

Is ChatGPT open source?

No.
Closed product · OpenAI ships other models openly

No. The ChatGPT application and the GPT-5.6-series models behind it are closed — no source, no weights, no training data. What confuses this question is that OpenAI genuinely does publish other models openly: gpt-oss-120b, gpt-oss-20b and gpt-oss-safeguard, under Apache 2.0, downloadable and runnable on your own hardware. Those are not ChatGPT, and they are open-weight rather than open-source.

ChatGPT itself: closed — the app, the models, the training data gpt-oss is real — 120B and 20B open-weight models under Apache 2.0 Open-weight ≠ open-source — you get the weights, not the recipe Runs locally — Ollama, LM Studio, vLLM, Transformers Not the same models — gpt-oss is not what answers you in ChatGPT
§ 01 / SOURCE

Where this answer comes from.

Methodology →
PER VENDOR DOCS · AUG 21, 2026

Both halves are true, which is why everyone gets this wrong.

The closed half. Nothing about ChatGPT is published as source. You cannot download the weights of GPT-5.6 Luna or Sol, inspect the application, self-host the product or fork it. Access is through OpenAI's apps or its paid API, under its terms — which, per its own Pro article, prohibit reselling access or using ChatGPT to power third-party services. That is the ordinary shape of a commercial product, and it is the answer to the question as asked.

The open half, which is genuinely open. OpenAI publishes a family called gpt-oss — reasoning models at 120B and 20B parameters, plus gpt-oss-safeguard for custom safety policies — described as "designed to run locally on desktops, laptops, and in data centers". The licence is Apache 2.0, which OpenAI describes as permissive, without copyleft restrictions or patent risk, for experimentation, customisation or commercial deployment. There are official guides for running them under Ollama, LM Studio, vLLM and Transformers.

The distinction that resolves it. gpt-oss is open-weight, not open-source in the sense a software project is. You get the trained parameters and permission to use them; you do not get the training data, the training code, or the process that produced them. That is a meaningful amount of freedom — you can run it offline, fine-tune it, and inspect its full chain-of-thought — and it is not the same as a repository you could rebuild from scratch.

So the fully accurate sentence is: OpenAI ships open-weight models; ChatGPT is not one of them. Anyone who tells you ChatGPT is open source has collapsed those two facts into one, and anyone who tells you OpenAI publishes nothing openly has missed the second.

ChatGPT app: ClosedGPT-5.6 weights: Not publishedgpt-oss licence: Apache 2.0gpt-oss sizes: 120B · 20BTraining data: Not published, either familyRuns offline: gpt-oss only
!
Per vendor docs — we did not run this test. The answer above rests on the source below, read on . Where we run a capability ourselves, this section carries the terminal transcript instead.
Source OpenAI — Open models (gpt-oss under Apache 2.0) https://openai.com/open-models/
§ 02 / WHY

What you can actually do with the open ones.

2.1
If the goal is running a model offline

gpt-oss is a real answer to that, and an unusually good one given who published it. The 20B model is sized for a decent laptop or desktop; the 120B expects serious hardware or a data centre. OpenAI's own documentation points at Ollama, LM Studio, vLLM and Transformers, so this is a supported path rather than a community reverse-engineering effort.

What you get that ChatGPT will never give you: it runs with no network, nothing leaves your machine, there is no allowance to exhaust, and you can fine-tune it on your own material. What you give up is everything built around the model — the apps, the tools, the memory, the file handling, the agentic surfaces.

2.2
It is not the same model, and the gap is published

OpenAI publishes benchmark comparisons on its own open-models page, putting gpt-oss-120b and gpt-oss-20b alongside OpenAI o3 and o4-mini across MMLU, GPQA Diamond, Humanity's Last Exam and competition maths. We reproduce no numbers from it here, for a reason we apply everywhere: those are vendor-reported figures for a vendor's own models, and we did not run them.

The structural point stands without any number: gpt-oss is a separate, smaller, openly licensed family, and it is not the model answering you in ChatGPT. If you want a like-for-like sense of the trade, run it yourself on your own task — which is, conveniently, exactly what an open-weight licence lets you do.

2.3
Why this question gets answered wrongly so often

Three things collide. The company is called OpenAI. It really does publish open-weight models. And "open source" is used loosely enough in AI coverage to mean anything from a downloadable checkpoint to a fully reproducible training pipeline.

We hit the same pattern in the other direction on Claude Code, where the AI Overview asserted the tool was open source and the repository's own licence said otherwise. The lesson generalises: for licence questions, the licence file and the vendor's own licensing page are the only sources worth trusting, and both take under a minute to check.

Frequently asked.

Quick follow-ups people search after this question.

Q · 01 Can I download ChatGPT and run it myself? +
No. The ChatGPT application and the GPT-5.6-series models behind it are closed — no weights, no source, no self-hosting. If running a model locally is the goal, OpenAI's separately published gpt-oss models are the supported route.
Q · 02 Doesn't OpenAI release open models? +
Yes — gpt-oss-120b, gpt-oss-20b and gpt-oss-safeguard, under the Apache 2.0 licence, with official guides for running them via Ollama, LM Studio, vLLM and Transformers. They are a separate family from the models behind ChatGPT.
Q · 03 Is open-weight the same as open source? +
No. Open-weight means you get the trained parameters and a licence to use them. Open source, in the sense a software project means it, would also include the training data and code needed to reproduce the model — and neither OpenAI nor most of its competitors publish those.
Q · 04 Is gpt-oss as good as ChatGPT? +
It is a smaller, separate family, and OpenAI publishes its own benchmark comparisons on its open-models page. We reproduce none of them here because they are vendor-reported figures for the vendor's own models and we did not run them. The open licence means you can test it on your own task instead.
Q · 05 Why do people think ChatGPT is open source? +
Three reasons at once: the company is called OpenAI, it genuinely does publish open-weight models, and "open source" is used loosely in AI coverage. All three are understandable, and none makes ChatGPT open.