Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenAI

English | 한국어

openai-mirror

status: unofficial mirror last commit repo size

An unofficial, searchable Markdown archive of OpenAI public materials: articles, Academy resources, official documentation and research sites, YouTube transcripts, and OpenAI-hosted PDFs.

Warning

This repository is not created or operated by OpenAI. OpenAI retains the copyright to the archived material. Check the official source for current, authoritative information.

Archive

Path Material
openai.com/ News, research, policy, and product pages
developers.openai.com/ API, cookbook, and Codex documentation
help.openai.com/ Help Center articles
model-spec.openai.com/ Model Spec
learn.chatgpt.com/, deploymentsafety.openai.com/ ChatGPT Learn and deployment safety documentation
alignment.openai.com/, spinningup.openai.com/ Alignment Research and Spinning Up
progress.openai.com, devday.openai.com, trust.openai.com Progress, DevDay, and the public Trust Center overview
academy.openai.com/ Academy resources, events, and video transcripts
openaifoundation.org/, openai.fund/ Foundation and Startup Fund pages
youtube.com/openai/ One transcript or caption-status stub per video
OpenAI-owned file hosts PDFs linked from archived pages

The tree follows source URLs as <host>/<path>.md. Crawled pages include a <!-- source: <url> --> header; YouTube transcripts keep the source URL in YAML frontmatter.

Use

Browse on GitHub, search locally with rg, or clone the archive:

git clone https://github.com/ai-native-engineer/openai-mirror.git
cd openai-mirror
rg -i -n -C 2 --glob '*.md' 'harness engineering|agent harness'
rg -l -i --glob '*.md' 'reasoning models|test-time compute'
rg --files | rg -i 'harness|reasoning'

The first command shows matching Markdown with line numbers and surrounding context. The second lists matching documents, and the third searches file paths. Most archived text is English, so start with English terms and synonyms.

rg cannot search compressed PDF contents directly. To search Markdown and every PDF text layer together, install pdftotext (Poppler; brew install poppler on macOS) and run:

./search-archive.sh 'harness engineering|agent harness'

PDF result line numbers refer to extracted text, not PDF page numbers.

Coverage

The archive is regenerated in place and keeps only the latest crawl. Git preserves earlier revisions.

  • JavaScript-only content and collapsed interactive API tables may be incomplete.
  • Videos without accessible captions are kept as short stubs or omitted.
  • External publications and files over GitHub's size limit remain source links.
  • Product apps, community content, demos, and status pages are outside the archive scope.

Updates and contributions

Archived pages are generated files. Report missing or broken pages with an issue instead of editing their contents. Maintainers should update .agents/skills/openai-mirror/ and regenerate the affected domains.

Copyright

No license is granted for the archived material. Copyright holders may request removal by opening an issue.

About

Unofficial Markdown archive of OpenAI public materials: articles, Academy resources, developer and help docs, Model Spec, YouTube transcripts, and OpenAI-hosted PDFs.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages