Pet detail
Mousey Codex Pet
by @StephenJWhite
Mousey is a Codex pet for OpenAI Codex, packaged with animated sprite states for your Codex workspace.
Mousey is a cheerful papillon in a bright storybook sticker style. She always does a good job!
#dog
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/mousey-stephenjwhite unzip mousey-stephenjwhite.zip -d ~/.codex/pets/mousey-stephenjwhite
Windows PowerShell
New-Item -ItemType Directory -Force "$env:USERPROFILE\.codex\pets\mousey-stephenjwhite" Expand-Archive -LiteralPath ".\mousey-stephenjwhite.zip" -DestinationPath "$env:USERPROFILE\.codex\pets\mousey-stephenjwhite" -Force