Move your cursor - the loader tilts with you.

 WEB WIZARDSv1.0 · Windows & macOS
Codex YOLO — powershell

▄▄▄▄  ▄▄▄  ▄▄▄▄      ▄▄      ▄▄▄▄  ▄▄▄  ▄▄▄▄                          ▄▄
▀███  ███  ███▀      ██      ▀███  ███  ███▀ ▀▀                       ██
 ███  ███  ███ ▄█▀█▄ ████▄    ███  ███  ███  ██  ▀▀▀██  ▀▀█▄ ████▄ ▄████ ▄█▀▀▀
 ███▄▄███▄▄███ ██▄█▀ ██ ██    ███▄▄███▄▄███  ██    ▄█▀ ▄█▀██ ██ ▀▀ ██ ██ ▀███▄
  ▀████▀████▀  ▀█▄▄▄ ████▀     ▀████▀████▀   ██▄ ▄██▄▄ ▀█▄██ ██    ▀████ ▄▄▄█▀
PS> codex --yolo

One click to your Codex YOLO terminal.

A ready-to-run package that installs a modern font, adds a dedicated Windows Terminal profile, and launches codex --yolo behind the WebWizards banner.

Download CodexYolo.zip
~9 KB · .zip✓ no installer bloat

Install on Windows

Extract the folder

Right-click the downloaded zip → Extract All. Run it from a real folder, not from inside the zip preview.

Double-click Install.cmd

It installs IBM Plex Mono, adds the Codex YOLO terminal profile, and drops a shortcut on your Desktop. No admin rights, no manual PowerShell.

Launch it

Open the Codex YOLO desktop shortcut — or run wt -p "Codex YOLO". Banner shows, then codex starts.

Requirements

Windows Terminal required

Ships with Windows 11. On Windows 10, install it once:

winget install Microsoft.WindowsTerminal

codex CLI required

The tool the terminal launches. Install globally via npm:

npm i -g @openai/codex

Heads up: the installer is an unsigned script, so Windows SmartScreen may say “Windows protected your PC.” Click More info → Run anyway. Install.cmd already unblocks the files and bypasses the execution policy for you.

Install on macOS

The same package includes a mac/ folder. Open it and double-click Install Codex YOLO.command for the built-in Terminal.app. Double-clicking a .sh file may open Cursor or another editor instead of running the installer.

# Or install from Terminal:
cd mac

# iTerm2 — sets the font automatically
/bin/zsh install-iterm2.sh

# or the built-in Terminal.app
/bin/zsh install-terminal-app.sh

If Apple could not verify the installer: after the blocked attempt, open System Settings → Privacy & Security, scroll to Security, then click Open Anyway → Open. Only do this when you trust the downloaded file. This creates an exception for this installer without disabling Gatekeeper globally. See Apple’s guidance.