Pet detail
Boostr Codex Pet
by @Yanvi
Boostr is a Codex pet for OpenAI Codex, packaged with animated sprite states for your Codex workspace.
Boostr - a compact black-and-gold dragon-booster with bold armored markings, glowing scales, and high-energy cartoon swagger. Built to supercharge your codex sessions.
#dragon#racer#gold
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/boostr-yanvi unzip boostr-yanvi.zip -d ~/.codex/pets/boostr-yanvi
Windows PowerShell
New-Item -ItemType Directory -Force "$env:USERPROFILE\.codex\pets\boostr-yanvi" Expand-Archive -LiteralPath ".\boostr-yanvi.zip" -DestinationPath "$env:USERPROFILE\.codex\pets\boostr-yanvi" -Force