git404hub

what is codex-dream-skin fr?

fei-away/codex-dream-skin — explained in plain English

Analysis updated 2026-05-18

11,818JavaScriptAudience · developerComplexity · 2/5LicenseSetup · easy

tl;dr

A third party skin tool for the Codex desktop AI coding app that swaps in custom backgrounds via local CDP injection, without modifying the official install.

vibe map

mindmap
  root((repo))
    What it does
      Custom Codex skins
      Local CDP injection
      No official files changed
    Tech stack
      JavaScript
      Chrome DevTools Protocol
    Use cases
      Personalize Codex app
      Save and switch themes
      Restore default look
    Audience
      Codex users
      Developers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Give the Codex desktop app a custom background image without modifying its installer

VIBE 2

Switch between saved themes from the macOS menu bar or Windows tray

VIBE 3

Restore the original Codex appearance with one click if a theme breaks

what's the stack?

JavaScriptChrome DevTools Protocol

how it stacks up fr

fei-away/codex-dream-skinwenzhixin/bootstrap-tablesummernote/summernote
Stars11,81811,81911,828
LanguageJavaScriptJavaScriptJavaScript
Setup difficultyeasyeasyeasy
Complexity2/52/52/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Regular users just download a prebuilt installer, running from source needs platform specific scripts.

in plain english

Codex Dream Skin is a small utility that changes the visual look of the Codex desktop app, an AI coding tool, without touching the official installation. It works by injecting a custom background image into the app locally, through a debugging protocol connection that only listens on the same machine, so the original program files and its code signature are never modified. The project is explicit that it is not an official OpenAI product. Most users do not need to touch any code. They install the official Codex app once, then download a ready made installer for macOS or Windows from the project's GitHub Releases page and run it like any normal app. Developers who prefer to run things from source can instead use platform specific scripts included in the repository, one for macOS and one for Windows. The tool replaces the app's background with a single wide image while keeping the sidebar, suggestion cards, project picker, and input box as fully working native elements rather than a static screenshot pasted over the window. Users can save more than one theme and switch between them from the macOS menu bar or the Windows system tray, and they can restore the official appearance with one click at any time. The repository ships with a default theme called Gothic Void Crusade, contributed by a community member, along with a gallery of eight concept images showing other possible visual styles. Those concept images are not ready to use directly since they include mockup interface elements, the project links to prompt guides for generating clean background images instead. A second theme built around a real person's photo is kept in the source repository for reference only and is not included in the public installer, because of image rights concerns. The project notes it only changes the app's appearance and never touches API keys or model provider settings, which stay controlled separately. It is released under the MIT license.

prompts (copy fr)

prompt 1
Show me how to install the macOS version of this Codex theming tool from a downloaded DMG.
prompt 2
Explain how the local CDP injection in this project avoids modifying the official Codex app.
prompt 3
Help me generate a clean 2560x1440 background image using this project's prompt guide.
prompt 4
Walk me through running this project from source on Windows using the included PowerShell scripts.

Frequently asked questions

what is codex-dream-skin fr?

A third party skin tool for the Codex desktop AI coding app that swaps in custom backgrounds via local CDP injection, without modifying the official install.

What language is codex-dream-skin written in?

Mainly JavaScript. The stack also includes JavaScript, Chrome DevTools Protocol.

How hard is codex-dream-skin to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is codex-dream-skin for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.