How to Install Codex Skin Studio on Windows (Step-by-Step 2026)

This guide takes you from zero to your first themed Codex on Windows. The tool uses local CDP loopback injection, so installation never touches any official Codex files and fully reverts when stopped.

Codex Skin Studio skins the Codex desktop app at runtime via local CDP (Chrome DevTools Protocol) loopback injection of CSS. It does not write to or modify app.asar or any signed official file, so it never breaks Codex’s code signature.

1. Requirements

  • Windows 10 or Windows 11 (64-bit)
  • Node.js 20 or newer
  • PowerShell 5.1 or newer (usually preinstalled on Windows 10/11)
Not sure about Node? Run node -v in PowerShell. If below 20, install the LTS build from nodejs.org first.

2. Install steps

  1. 1From the official site, go to Gallery or Pricing and download the latest Windows Release (.zip).
  2. 2Extract it to any folder; C:\Program Files\CodexSkinStudio is recommended.
  3. 3Right-click install-codex-skin-studio.ps1, choose “Run with PowerShell”, and accept the UAC prompt (admin rights required).
  4. 4After install, a Codex Skin Studio icon appears in the system tray (bottom-right).
  5. 5Right-click the tray icon, pick a theme from the list, and the Codex UI updates instantly.

3. Pick and apply a theme

  • Right-click the tray icon to open the theme list.
  • Click any theme for a live preview — no Codex restart needed.
  • To revert, open the menu and choose “Restore” to get the official look back.
All changes are runtime-only. Closing the tool or clicking “Restore” returns Codex to its default appearance immediately, with nothing written to disk.

4. Troubleshooting

  • Script blocked by Windows: PowerShell may block scripts by default. Run Set-ExecutionPolicy -Scope CurrentUser RemoteSigned as admin, then retry.
  • Node version too low: upgrade to Node.js 20+ and reopen the terminal.
  • No tray icon: make sure the process is running; if flagged by antivirus, allowlist the install folder.
  • Theme not applying: fully quit and restart Codex, then switch themes. If it still fails, a Codex update may have changed the UI — watch the site for adapter updates.

FAQ