Coding Pets

Pet detail

Codex Ninja Codex Pet

by @Szig83

Codex Ninja is a Codex pet for OpenAI Codex, packaged with animated sprite states for your Codex workspace.

A polished white 3D ninja companion, faithfully styled from the supplied Codex pet concept art.

#ninja#white#cute

Animation preview

Codex pet animation states

1/6

How to install this Codex pet

Download this Codex pet ZIP and extract it into ~/.codex/pets/ on macOS or Linux, or %USERPROFILE%\.codex\pets\ on Windows. The app loads custom Codex pets from that folder automatically.

macOS / Linux
mkdir -p ~/.codex/pets/codex-ninja-szig83
unzip codex-ninja-szig83.zip -d ~/.codex/pets/codex-ninja-szig83
Windows PowerShell
New-Item -ItemType Directory -Force "$env:USERPROFILE\.codex\pets\codex-ninja-szig83"
Expand-Archive -LiteralPath ".\codex-ninja-szig83.zip" -DestinationPath "$env:USERPROFILE\.codex\pets\codex-ninja-szig83" -Force