Installation guide

How to install a Codex skin.

Quick answer: create a Codex skin in CodexSkin Studio, choose Mac or Windows, unzip the download, and open the visible installer. No Git clone or terminal command is needed.

Engine template 1.2.0. View SHA-256 checksums

Before you begin

Codex Dream Skin requirements

RequirementmacOSWindows
Official Codex appInstalled and opened onceMicrosoft Store version installed
Node.jsNo separate install requiredNode.js 22 or newer
Before installClose CodexClose Codex
PackageA custom ZIP created in Studio from upstream version 1.2.0
  • Use an image you own or have permission to use.
  • Save current work before closing or restarting Codex.
  • Your generated ZIP displays its own SHA-256 checksum in Studio.
  • Review the original GitHub source when you need full supply-chain control.
macOS

Apple Silicon and Intel Mac

No global Node.js installation is required. The installer validates and uses the Node runtime bundled with the signed Codex app.

  1. Create the macOS package.Open CodexSkin Studio, choose or drop an image, check the preview, select macOS, and download your skin.
  2. Unzip the download.Open the generated folder in Finder. It already contains your processed artwork and theme settings.
  3. Open the visible installer.Double-click Install Codex Dream Skin.command. If macOS blocks it, Control-click it, choose Open, then confirm.
  4. Let it install and apply your skin.The engine is copied to ~/.codex/codex-dream-skin-studio, your custom preset is selected, and the themed session starts.
  5. Keep the Restore launcher.Use the Desktop Restore entry whenever you want the normal Codex appearance.
Review the upstream macOS source
Windows

Microsoft Store Codex app

The Windows workflow requires Node.js 22 or newer. The installer keeps the complete engine and your artwork in a stable local folder.

  1. Create the Windows package.Open CodexSkin Studio, choose or drop an image, check the preview, select Windows, and download your skin.
  2. Install Node.js 22 or newer.The ZIP includes a link to the official Node.js download when it is missing.
  3. Close Codex and unzip the package.Save current work, close Codex, and open the generated folder.
  4. Open the visible installer.Double-click Install Codex Dream Skin.cmd. It installs your artwork, copies the engine to %LOCALAPPDATA%\CodexDreamSkin\engine, and creates Desktop shortcuts.
  5. Start and verify.Use the Codex Dream Skin shortcut, then check the home screen and a normal task.
Review the upstream Windows source

Check that the real interface still works.

  • Sidebar navigation remains clickable.
  • The project selector opens normally.
  • Suggestion cards and the composer accept input.
  • Task content and Diff views remain readable.
  • No background image blocks native controls.

Practice restore before you need it.

Use the Codex Dream Skin - Restore launcher created on your Desktop. Restore stops the saved theme session and reopens Codex normally on both platforms.

Security note

CDP is local, but powerful.

The engine binds CDP to 127.0.0.1 and does not modify the official application bundle or signature. Chromium CDP has no same-user authentication, so avoid untrusted local software while the theme is running.

Read the full Codex skin safety guide

Unofficial projectCodexSkin is an independent no-code tool. Codex and OpenAI trademarks belong to their respective owners.

Common Codex Dream Skin questions

Is Codex Dream Skin safe to install?

The upstream project avoids modifying the official app bundle or signature and binds CDP to 127.0.0.1. CDP is still powerful, so review the source, use only the original repository, and avoid untrusted local software while the theme runs.

How do I install a custom Codex Dream Skin on a Mac?

Create the skin in CodexSkin Studio, unzip the downloaded macOS package, and open Install Codex Dream Skin.command. It installs the included artwork, applies it, and creates Desktop launchers for future use and restore.

How do I install a custom Codex Dream Skin on Windows?

Create the skin in CodexSkin Studio, install Node.js 22 or newer, close Codex, unzip the Windows package, and double-click Install Codex Dream Skin.cmd. It installs your artwork and creates start and restore shortcuts.

Does Codex Dream Skin change app.asar?

No. The documented macOS and Windows flows do not patch app.asar, the official application bundle, WindowsApps files or the official code signature.

How do I uninstall or restore Codex Dream Skin?

Use the Codex Dream Skin - Restore Desktop launcher on macOS or Windows. The restore flow stops the saved CDP session and reopens Codex normally.

Primary sources

CodexSkin packages the open-source engine

CodexSkin Studio provides the no-code preview and local packaging flow. The underlying Codex Dream Skin engine comes from the pinned upstream repository below.