Skip to content

Pet download and install

Install a Codex pet in one command.

Choose a pet, copy one verified command, and CodexPetDB handles the package safely.

Install result preview

Anya desktop pet preview

Anya is ready for Codex

Install:

Installed to

pet.json408 BVerified
spritesheet.png903.4 KBReady
codexpetdb:~$ npx codexpetdb install 'anya' Fetching the verified package… SHA-256 verified. pet.json checked. Installed to ~/.codex/pets/anya Anya is ready for Codex.
Package version
r1
Package size
904.0 KB
SHA-256
d3197f6b2647864c5d36a3b237279fa75d8bc681e257d559517cd4bf3df1a67d

Other installation methods

Choose the path that fits your workflow.

curl

Scripts and remote shells on macOS, Linux, or Windows.

set -e
TMP="${TMPDIR:-/tmp}"
curl -fL 'https://cdn.codexpetdb.com/revisions/019f8432-8cac-71f8-9223-168016d09fd4/anya.zip' -o "$TMP/anya.zip"
EXPECTED_SHA256='d3197f6b2647864c5d36a3b237279fa75d8bc681e257d559517cd4bf3df1a67d'
ACTUAL_SHA256="$(shasum -a 256 "$TMP/anya.zip" | awk '{print $1}')"
if [ "$ACTUAL_SHA256" != "$EXPECTED_SHA256" ]; then
  rm -f "$TMP/anya.zip"
  echo 'SHA-256 mismatch; package was not extracted.' >&2
  exit 1
fi
mkdir -p ~/.codex/pets/anya
unzip -oq "$TMP/anya.zip" -d ~/.codex/pets/anya

Direct ZIP

Inspect, archive, or install the approved package manually.

Download anya.zip