Coding Pets

Pet detail

Algofox Codex Pet

by @dude

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

A compact cyber-fox companion, half organic and half robot, inspired by AI agents and nature itself

#fox#ai#animal

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