app/windows.md +69 −0 added
1# Codex app
2
3The Codex app is a focused desktop experience for working on Codex threads in parallel, with built-in worktree support, automations, and Git functionality.
4
5ChatGPT Plus, Pro, Business, Edu, and Enterprise plans include Codex. Learn more about [what’s included](https://developers.openai.com/codex/pricing).
6
7
8
9## Getting started
10
11The Codex app is available on macOS (Apple Silicon).
12
131. Download and install the Codex app
14
15 The Codex app is currently only available for macOS.
16
17 [Download for macOS](https://persistent.oaistatic.com/codex-app-prod/Codex.dmg)
18
19 [Get notified for Windows and Linux](https://openai.com/form/codex-app/)
202. Open Codex and sign in
21
22 Once you downloaded and installed the Codex app, open it and sign in with your ChatGPT account or an OpenAI API key.
23
24 If you sign in with an OpenAI API key, some functionality such as [cloud threads](https://developers.openai.com/codex/prompting#threads) might not be available.
253. Select a project
26
27 Choose a project folder that you want Codex to work in.
28
29If you used the Codex app, CLI, or IDE Extension before you’ll see past projects that you worked on.
30
314. Send your first message
32
33 After choosing the project, make sure **Local** is selected to have Codex work on your machine and send your first message to Codex.
34
35 You can ask Codex anything about the project or your computer in general. Here are some examples:
36
37- Tell me about this project
38- Build a classic Snake game in this repo.
39- Find and fix bugs in my codebase with minimal, high-confidence changes.
40
41 If you need more inspiration, check out the [explore section](https://developers.openai.com/codex/explore).
42
43---
44
45## Work with the Codex app
46
47[### Multitask across projects
48
49Run multiple tasks in parallel and switch quickly between them.](https://developers.openai.com/codex/app/features#multitask-across-projects)[### Built-in Git tools
50
51Review diffs, comment inline, stage or revert chunks, and commit without leaving the app.](https://developers.openai.com/codex/app/features#built-in-git-tools)[### Worktrees for parallel tasks
52
53Isolate changes of multiple Codex threads using built-in Git worktree support.](https://developers.openai.com/codex/app/worktrees)[### Skills support
54
55Give your Codex agent additional capabilities and reuse skills across App, CLI, and IDE Extension.](https://developers.openai.com/codex/app/features#skills-support)[### Automations
56
57Pair skills with automations to automate recurring tasks in the background. Codex adds findings to the inbox, or automatically archives runs if there’s nothing to report.](https://developers.openai.com/codex/app/automations)[### Built-in terminal
58
59Open a terminal per thread to test your changes, run dev servers, scripts, and custom commands.](https://developers.openai.com/codex/app/features#integrated-terminal)[### Local environments
60
61Define worktree setup scripts and common project actions for easy access.](https://developers.openai.com/codex/app/local-environments)[### Sync with the IDE extension
62
63Share Auto Context and active threads across app and IDE sessions.](https://developers.openai.com/codex/app/features#sync-with-the-ide-extension)[### MCP support
64
65Connect your Codex agent to additional services using MCP.](https://developers.openai.com/codex/app/features#mcp-support)
66
67---
68
69Need help? Visit the [troubleshooting guide](https://developers.openai.com/codex/app/troubleshooting).