Codex Desktop: support importing ChatGPT projects and chats
Feature request
Please add an official way to export ChatGPT projects/chats and import them into Codex Desktop.
Use case
Many users already have a large amount of useful work organized in ChatGPT projects. When moving serious technical workflows into Codex Desktop, it would be very helpful to bring over that existing structure instead of starting from scratch.
For example, a user may have ChatGPT projects such as:
- Gadgets
- Useful for Mac
- Finance
- DevOps
- Docker
- TypeScript + Vue.js
- Design / reference generation
The desired workflow is:
- Export selected projects and chats from ChatGPT
- Import them into Codex Desktop
- Preserve project names and chat titles
- Preserve chat history, files/attachments where possible, and useful metadata
- Allow Codex to create corresponding local projects/workspaces
- Optionally allow Codex to classify ungrouped chats into projects by topic
Requested behavior
Please add one or more of these:
- ChatGPT UI export option for selected projects/chats in a Codex-compatible format
- Codex Desktop import option for a ChatGPT export archive
- CLI command:
codex import chatgpt-export ./chatgpt-projects.zip
- Ability to import:
- all projects
- selected projects
- selected chats
- ungrouped chats
Import mapping
An import could map ChatGPT concepts to Codex concepts like this:
ChatGPT Project -> Codex Project / workspace root
ChatGPT Chat -> Codex Thread
Chat title -> Codex thread title
Attachments -> project/thread files or outputs
For projectless or ungrouped chats, Codex could offer:
- keep as projectless imported chats
- put them under an "Imported from ChatGPT" project
- classify them into existing/new projects by topic
Why this matters
Codex and ChatGPT currently feel like separate workspaces. Users who have already spent months organizing work in ChatGPT projects need a migration path into Codex. Without this, moving to Codex means manually recreating projects, copying chat context, and losing the original structure.
This would make Codex much easier to adopt as a long-term technical workspace.
Environment
- ChatGPT projects in the ChatGPT app/web UI
- Codex Desktop on macOS
- Codex app version: 26.527.31326
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗