app/features.md +18 −34
1# Codex app features1# Codex app features
2 2
3What you can do with the Codex app
4
5The Codex app is a focused desktop experience for working on Codex threads in parallel,3The Codex app is a focused desktop experience for working on Codex threads in parallel,
6with built-in worktree support, automations, and Git functionality.4with built-in worktree support, automations, and Git functionality.
7 5
19distinct projects into separate app projects so the [sandbox](https://developers.openai.com/codex/security)17distinct projects into separate app projects so the [sandbox](https://developers.openai.com/codex/security)
20only includes the files for that project.18only includes the files for that project.
21 19
2220 
23
24 
25 21
26## Skills support22## Skills support
27 23
29IDE Extension. You can also view and explore new skills that your team has25IDE Extension. You can also view and explore new skills that your team has
30created across your different projects by clicking Skills in the sidebar.26created across your different projects by clicking Skills in the sidebar.
31 27
3228 
33
34 
35 29
36## Automations30## Automations
37 31
39such as evaluating errors in your telemetry and submitting fixes or creating reports on recent33such as evaluating errors in your telemetry and submitting fixes or creating reports on recent
40codebase changes.34codebase changes.
41 35
4236 
43
44 
45 37
46## Modes38## Modes
47 39
55 47
56For the full glossary and concepts, explore the [concepts section](https://developers.openai.com/codex/prompting).48For the full glossary and concepts, explore the [concepts section](https://developers.openai.com/codex/prompting).
57 49
5850 
59
60 
61 51
62## Built-in Git tools52## Built-in Git tools
63 53
71 61
72For more advanced Git tasks, use the [integrated terminal](#integrated-terminal).62For more advanced Git tasks, use the [integrated terminal](#integrated-terminal).
73 63
7464 
75
76 
77 65
78## Worktree support66## Worktree support
79 67
88 76
89[Learn more about using worktrees in the Codex app.](https://developers.openai.com/codex/app/worktrees)77[Learn more about using worktrees in the Codex app.](https://developers.openai.com/codex/app/worktrees)
90 78
9179 
92
93 
94 80
95## Integrated terminal81## Integrated terminal
96 82
113Note that <kbd>Cmd</kbd>+<kbd>K</kbd> opens the command palette in the Codex99Note that <kbd>Cmd</kbd>+<kbd>K</kbd> opens the command palette in the Codex
114app. It doesn't clear the terminal. To clear the terminal use <kbd>Ctrl</kbd>+<kbd>L</kbd>.100app. It doesn't clear the terminal. To clear the terminal use <kbd>Ctrl</kbd>+<kbd>L</kbd>.
115 101
116102 
103
104## Native Windows sandbox
117 105
118106 On Windows, Codex can run natively in PowerShell with a native Windows sandbox
107instead of requiring WSL or a virtual machine. This lets you stay in
108Windows-native workflows while keeping bounded permissions in place.
109
110[Learn more about Windows setup and sandboxing](https://developers.openai.com/codex/app/windows).
111
112
119 113
120## Voice dictation114## Voice dictation
121 115
122Use your voice to prompt Codex. Hold <kbd>Ctrl</kbd>+<kbd>M</kbd> while the composer is visible and start talking. Your voice will be transcribed. Edit the transcribed prompt or hit send to have Codex start work.116Use your voice to prompt Codex. Hold <kbd>Ctrl</kbd>+<kbd>M</kbd> while the composer is visible and start talking. Your voice will be transcribed. Edit the transcribed prompt or hit send to have Codex start work.
123 117
124118 
125
126 
127 119
128## Floating pop-out window120## Floating pop-out window
129 121
134You can also toggle the pop-out window to stay on top when you want it to remain126You can also toggle the pop-out window to stay on top when you want it to remain
135visible across your workflow.127visible across your workflow.
136 128
137129 
138
139 
140 130
141---131---
142 132
216- [Automations](https://developers.openai.com/codex/app/automations)206- [Automations](https://developers.openai.com/codex/app/automations)
217- [Local environments](https://developers.openai.com/codex/app/local-environments)207- [Local environments](https://developers.openai.com/codex/app/local-environments)
218- [Worktrees](https://developers.openai.com/codex/app/worktrees)208- [Worktrees](https://developers.openai.com/codex/app/worktrees)
219
220[Previous
221
222Overview](https://developers.openai.com/codex/app)[Next
223
224Settings](https://developers.openai.com/codex/app/settings)