Codex Desktop: Add an “All Projects” launcher / visual grid for fast project switching

Open 💬 5 comments Opened Aug 18, 2026 by pengusto
💡 Likely answer: A maintainer (github-actions[bot], contributor) responded on this thread — see the highlighted reply below.

What variant of Codex are you using?

Codex Desktop App

What feature would you like to see?

I would like Codex Desktop to have a dedicated “All Projects” launcher/view for quickly navigating large numbers of projects.

The current sidebar works well with a small number of projects, but once you have 20, 30, 40+ projects, finding a specific one becomes increasingly slow.

Even with project icons, the sidebar still requires scrolling through a long vertical list and visually scanning project names.

I think Codex could benefit from an additional project overview similar to an application launcher, Launchpad, Windows Start, or other icon-based navigation interfaces.

Proposed UI

An “All Projects” button could open a dedicated view or modal:

┌──────────────────────────────────────────────────────────┐
│  All Projects                              Search... 🔎   │
│                                                          │
│      ┌──────┐      ┌──────┐      ┌──────┐               │
│      │  🟣  │      │  🔵  │      │  🟢  │               │
│      └──────┘      └──────┘      └──────┘               │
│       Hermes         Buzz          Website               │
│                                                          │
│      ┌──────┐      ┌──────┐      ┌──────┐               │
│      │  🟡  │      │  🟠  │      │  ⚫  │               │
│      └──────┘      └──────┘      └──────┘               │
│      Extension       Game           API                  │
│                                                          │
│                         ↓                                │
│                       scroll                             │
└──────────────────────────────────────────────────────────┘

Each project could have:

  • a project icon / visual identity
  • the project name underneath
  • optional custom icon or color
  • one-click switching
  • search / fuzzy search
  • keyboard navigation
  • recent/favorite indicators

The project grid should be scrollable so it can comfortably handle dozens or even hundreds of projects.

Suggested interaction

For example:

Sidebar
────────────────
Recent
★ Project A
★ Project B
★ Project C

▦ All Projects

Clicking All Projects opens the full project overview.

Alternatively, it could be opened via a keyboard shortcut / command palette.

Searching could immediately filter the project grid:

Search projects: "ext"

Extension Manager
Chrome Extension
Extension Experiments

Pressing Enter or clicking the icon switches directly to that project.

Why this would help

The sidebar is a good interface for:

  • recent projects
  • pinned projects
  • a small number of frequently used projects

But it is not necessarily the best interface for browsing the complete project library.

When there are 30–40+ projects, a vertical sidebar requires a lot of scrolling and name scanning.

A visual launcher would make project switching much faster because users could rely on:

  • spatial memory
  • icons
  • colors
  • project names
  • search

instead of only reading a long list of similar repository names.

This could complement the sidebar rather than replace it:

Sidebar → recent / pinned / active projects

All Projects → full project library

Possible future extensions

Not required for the initial implementation, but this view could later support:

  • favorites
  • folders / collections
  • tags
  • custom project icons
  • sorting
  • recently used projects
  • alphabetical ordering
  • archive / hidden projects
  • drag-and-drop organization

Related issues

This overlaps with some existing requests around managing many projects, but proposes a different navigation model.

#35124 requests better project sorting and favorites for users managing many projects.

This request focuses specifically on adding a dedicated visual project launcher / grid, rather than only improving how projects are ordered inside the existing sidebar.

Related organization requests include:

  • #35124 — improved sidebar organization for many projects
  • #38259 — project-level sorting controls
  • #33304 — nested local projects
  • #28692 — custom ordering and sidebar sections

These features could work together rather than being mutually exclusive.

View original on GitHub ↗

5 Comments

github-actions[bot] contributor · 9 days ago

Potential duplicates detected. Please review them and close your issue if it is a duplicate.

  • #38218

Powered by Codex Action

pengusto · 9 days ago

#38218 is closely related and would complement this proposal. That issue focuses on search/filtering within the existing Projects list, while this request proposes a dedicated visual “All Projects” launcher/grid for browsing and switching between large numbers of projects. Search could naturally be part of that launcher as well.

pengusto · 9 days ago

#38218 is closely related and would complement this proposal. That issue focuses on search/filtering within the existing Projects list, while this request proposes a dedicated visual “All Projects” launcher/grid for browsing and switching between large numbers of projects. Search could naturally be part of that launcher as well.

pengusto · 9 days ago

Updated interaction proposal after iterating on the mockup:

  • Add an expandable Projects section to the sidebar with a compact list of active or recent projects.
  • Open All projects as a large launcher-style popup while keeping the current workspace in place behind it.
  • Use large, single-color project glyphs without icon backgrounds, frames, gradients, or glow.
  • Show a small magenta activity dot when a project has an open Codex task. Mirror the same state in the sidebar and launcher.
  • Suggested shortcut: Cmd/Ctrl + G opens the launcher. Esc closes it, arrow keys move between projects, and Enter opens the selected project.
  • Include search plus All, Pinned, and Recent filters.

The mockup uses a 12-project grid, but the launcher should remain scrollable and searchable for much larger project libraries.

pengusto · 9 days ago

Final updated mockup:

<img width="1440" height="921" alt="Codex All Projects launcher mockup" src="https://github.com/user-attachments/assets/6d49d8a7-edf3-4736-a35b-639355e78977" />

This version shows:

  • a 12-project launcher with large, single-color glyphs
  • an expandable Projects section in the sidebar
  • open-task dots for Let Him Grill, PixelTips, and Push My Tabs in both views
  • search plus All, Pinned, and Recent filters
  • Cmd/Ctrl + G to open, Esc to close, arrow-key navigation, and Enter to select