Codex Themes

Windows · 手動と Codex 支援の手順

Windows に Codex Dream Skin をインストール

公式リポジトリをクローンして管理ランタイムをインストールし、PowerShell または作成されたショートカットから起動します。同梱テーマはシステムトレイから利用できます。検証は任意で、復元はいつでも可能です。

始める前に

ローカルの前提条件を確認

  • 公式の Codex Desktop をインストールし、少なくとも一度起動済みであること。
  • 現在の Windows 手順では Node.js 22 以降が必要です。
  • 通常の Windows ユーザーアカウントで PowerShell と Git が利用可能であること。
おすすめCodex でインストール

安全範囲を限定した Windows 用プロンプトをコピー

公式リポジトリのみを使用し、無関係な設定を保護し、検証を任意としたうえで、最後に復元方法を案内するプロンプトです。

コピー前にプロンプト全文を確認
Help me install Codex Dream Skin from the official repository https://github.com/Fei-Away/Codex-Dream-Skin.

No specific theme was selected. After installation, show me the bundled themes and ask before applying one.

Safety requirements:
- Explain each action before running it.
- Use only the official repository scripts and current repository documentation. Do not modify the official app bundle, app.asar, WindowsApps, code signatures, or system security settings.
- Do not read, print, replace, or upload API keys, Base URLs, authentication data, private project paths, images, or unrelated configuration.
- If config.toml is complex or multiline, changes during the operation, or a script refuses it, stop and explain. Never delete or rebuild it.
- If a command no longer matches the current repository documentation, stop and report the mismatch instead of improvising.
- Verification is optional, but offer it after launch and explain what evidence it creates.
- Finish by giving me the exact restore command and log/state location.

Windows workflow:
1. Confirm this is Windows and read README.md, windows/SKILL.md, and the relevant PowerShell scripts.
2. Confirm official Codex Desktop has launched at least once, PowerShell is available, and Node.js 22 or newer is installed.
3. Clone the repository using:
git clone https://github.com/Fei-Away/Codex-Dream-Skin.git
Set-Location Codex-Dream-Skin
4. Install using:
powershell -ExecutionPolicy Bypass -File .\windows\scripts\install-dream-skin.ps1
5. Start using:
powershell -ExecutionPolicy Bypass -File .\windows\scripts\start-dream-skin.ps1
6. Use the system tray to show the bundled presets and ask which one to apply.
7. Offer the optional verification command and ask for an absolute screenshot path only if I want evidence:
.\scripts\verify-dream-skin.ps1
8. Explain state/log path %LOCALAPPDATA%\CodexDreamSkin and restore with:
.\scripts\restore-dream-skin.ps1
承認する前に、Codex が提案する操作を一つずつ確認してください。

代替手段 · 手動 PowerShell 手順

クローンから復元まで、明確な 5 ステップ

通常の PowerShell セッションからコマンドを実行してください。インストール後は、ショートカットがローカルアプリケーションデータの管理エンジンを使うため、ソースのチェックアウトに依存しません。

公式リポジトリをクローン

公式 GitHub プロジェクトをクローンし、リポジトリに入ります。下の PowerShell コマンドには Windows スクリプトのパスが含まれます。

Windows

エンジンのソースをクローン

公式プロジェクト URL を使用し、インストールが完了するまでチェックアウトを残してください。

git clone https://github.com/Fei-Away/Codex-Dream-Skin.git
Set-Location Codex-Dream-Skin
プラットフォーム別ガイドを読んでから実行してください。

管理ランタイムをインストール

インストーラーはネイティブの基本表示を保ち、ランタイムを %LOCALAPPDATA%\CodexDreamSkin\engine\engine にコピーし、チェックアウトに依存しない起動、復元、トレイのショートカットを作成します。

Windows

インストールスクリプトを実行

クローンしたリポジトリのルートで実行します。このコマンドはローカルのチェックアウトにある Windows インストーラーを使用します。

powershell -ExecutionPolicy Bypass -File .\windows\scripts\install-dream-skin.ps1
プラットフォーム別ガイドを読んでから実行してください。

テーマを起動・切り替え

リポジトリのスクリプト、または作成された Codex Dream Skin ショートカットから Dream Skin を起動します。システムトレイでは適用、停止、取り込み、保存、切り替え、復元を行えます。初回起動時には macOS と同じ同梱プリセットが読み込まれます。

Windows

Dream Skin を起動

ランチャーはローカル CDP を使い、登録済みの公式 Codex パッケージを動的に探します。

powershell -ExecutionPolicy Bypass -File .\windows\scripts\start-dream-skin.ps1
プラットフォーム別ガイドを読んでから実行してください。

トレイの同梱テーマ

  • Romantic Rose
  • Cyber Neon
  • Forest Mist
  • Midnight Aurora
  • Amber Dusk
  • Sakura Dawn
ネイティブのサイドバー、コンポーザー、プロジェクトコントロールは操作可能なままである必要があります。
UI を含まない背景だけを取り込んでください。トレイは受け入れたファイルを管理されたローカルテーマストアへコピーします。

検証して証拠を残す

任意

Dream Skin の継続利用に検証は必須ではありません。ホームシェル、ネイティブコントロール、タスクビュー、注入マーカーを確認したいときに実行します。証拠を残したいときだけ、スクリーンショットの絶対パスを追加してください。

Windows

任意

任意の検証

共有前にスクリーンショットを確認し、機密情報を取り除いてください。ユーザー名や個人パスを公開してよいものと考えないでください。

.\scripts\verify-dream-skin.ps1
任意:検証結果を保存したい場合に使用します。

元の表示に戻す

基本復元を実行して有効なスキンを取り除き、保存済み CDP セッションを閉じます。任意のスイッチは文書に記載された目的だけに使ってください:-RestoreBaseTheme は保存済みの表示キーを復元し、-RecoverConfigBackup は明示的なバイト単位の復旧を行い、-Uninstall はショートカットを削除します。

Windows

Dream Skin を復元

インストールを始める前に、このコマンドを使える状態にしておいてください。

.\scripts\restore-dream-skin.ps1
プラットフォーム別ガイドを読んでから実行してください。

Windows のパスとランタイムに関する注意

状態、ログ、テーマ、エンジン

%LOCALAPPDATA%\CodexDreamSkin

ローカル CDP ポート

既定値は 9335 です。既定のポートが使用中の場合、ランチャーは空きポートを探します。明示的に要求したポートが使用中の場合は、安全に失敗します。