Pet detail
vanlife_esme Codex Pet
by @ILOapps
vanlife_esme is a Codex pet for OpenAI Codex, packaged with animated sprite states for your Codex workspace.
A relaxed and funny retro camper van companion inspired by classic split-window camper vans.
#van#vanlife#car
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/vanlife-esme-iloapps unzip vanlife-esme-iloapps.zip -d ~/.codex/pets/vanlife-esme-iloapps
Windows PowerShell
New-Item -ItemType Directory -Force "$env:USERPROFILE\.codex\pets\vanlife-esme-iloapps" Expand-Archive -LiteralPath ".\vanlife-esme-iloapps.zip" -DestinationPath "$env:USERPROFILE\.codex\pets\vanlife-esme-iloapps" -Force