Coding Pets

Pet detail

Kernel Codex Pet

by @wes

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

A tiny popcorn-kernel pet that pops with small ideas.

#popcorn#cute#food

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