Coding Pets

Pet detail

Bytecap Codex Pet

by @wes

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

A tiny mushroom cap pet with a keyboard-key face and calm debugging energy.

#mushroom

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/bytecap-wes
unzip bytecap-wes.zip -d ~/.codex/pets/bytecap-wes
Windows PowerShell
New-Item -ItemType Directory -Force "$env:USERPROFILE\.codex\pets\bytecap-wes"
Expand-Archive -LiteralPath ".\bytecap-wes.zip" -DestinationPath "$env:USERPROFILE\.codex\pets\bytecap-wes" -Force