claudeers.

🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?

Claim this page →
// Automation & Workflows

agentpet

A desktop pet for macOS & Windows that monitors your AI coding agents (Claude Code, Codex, Cursor, Gemini...) in real time, and grows as you code, feed it to…

// Automation & Workflows[ cli ][ api ][ desktop ][ web ][ claude ]#claude#ai-agents#claude-code#codex#desktop-pet#developer-tools#macos#menubar#automationMIT$open-sourceupdated 15 days ago
Actively maintained
100/100
last commit 5 days ago
last release 6 days ago
releases 29
open issues 1
// install
git clone https://github.com/ntd4996/agentpet
AgentPet

If AgentPet helps your workflow, please give it a star — it really helps!

English · Tiếng Việt · 简体中文 · 日本語

Run several coding agents at once (Claude Code, Codex, ...) and AgentPet tells you, at a glance, which one is working, which one is done, and which one is waiting for your input, so you stop tab-hunting across terminals. A little pet floats on your desktop and reacts to it all.

Why

Running multiple agents in parallel means constantly switching windows to check who needs you. AgentPet surfaces that in two places:

  • Menu bar monitor for the details: every running agent, its state, what it's doing, and a live timer.
  • Desktop pet for an ambient signal you can read without breaking focus.

Features

  • Multi-agent monitor in the menu bar: live list of every agent with a colored status dot, the project, what it's doing (running tool / waiting reason), and a per-state timer that counts in real time.
  • At-a-glance menu bar icon: shows the number of running agents, and turns orange with a count when one needs your input.
  • Desktop pet that reacts to the aggregate state (working / waiting / done / celebrate), with an optional chat bubble (built-in or fully custom messages).
  • Native notifications when an agent finishes or needs input.
  • Claude Code, Codex, Gemini CLI, Cursor, opencode, Windsurf & Antigravity integration via hooks, with one-tap install from Settings (precise working / waiting / done / idle, including "needs your input"). GLM (Z.AI) works through Claude Code automatically. Cursor, Windsurf and Antigravity report working/done (they have no "needs input" hook).
  • Universal wrapper agentpet run -- <command> to monitor any CLI agent (working/done), no per-agent setup.
  • Raise your pet (tamagotchi): your companion is fed by real work, the tokens your agents burn and the sessions they finish. It earns XP, levels up, and evolves through five stages (Hatchling → Companion → Scout → Hero → Legend). Every pet keeps its own level.
  • Stats HUD: right-click the pet for a game-style card, level, XP, hunger, a 7-day burn chart, and your live Claude / Codex subscription limits read directly from your sign-ins (no extra app needed).
  • Web profile & leaderboard: optionally sign in with GitHub to show your companions at agentpet.thenightwatcher.online and climb the community leaderboard (by level, sessions, or tokens). Fully optional, everything works offline if you never connect.
  • Pet system: browse an online pet library and download with one click, map each animation to a state, resize, and customise chat lines.
  • Polished, native Settings (tabbed, dark) that never steals focus.

Screenshots

Right-click the pet for a stats HUD: level, XP, hunger, 7-day burn and live subscription limits

Right-click the pet for a game-style HUD , level, XP, hunger, a 7-day burn chart and your live Claude/Codex limits.

Menu bar monitor
Menu bar monitor , every agent at a glance
Pet care tab
Care tab , raise your pet with real work
Settings
Native, tabbed Settings
Desktop pet
The desktop pet

Community leaderboard of raised companions

Community leaderboard , by level, sessions or tokens.

Pet reacting to agent activity

Requirements

  • macOS 13 Ventura or later (macOS 14 Sonoma+ recommended; Apple Silicon and Intel both supported), or Windows 10 / 11 (64-bit).
  • To build the macOS app from source: Xcode 16 / Swift 6. The Windows app lives under windows/ (Tauri + Rust).

Install

macOS , Homebrew

brew install --cask ntd4996/tap/agentpet

macOS , direct download

Grab the latest AgentPet.dmg from Releases, open it, and drag AgentPet to Applications.

Windows

Download the latest installer or portable build from the website or the win- releases. The first launch may show a SmartScreen warning (the early Windows build isn't code-signed yet), click More info → Run anyway. It installs per-user (no admin) and auto-updates.

Build from source (macOS)

git clone https://github.com/ntd4996/agentpet.git
cd agentpet
./scripts/build-app.sh release
open build/AgentPet.app

macOS builds are Developer ID-signed and notarized by Apple, so they open without a Gatekeeper warning. AgentPet also updates itself: it checks for new versions automatically, and you can update in-app from the menu bar Updates button.

On first launch, open Settings → General and click Install next to Claude Code, then Enable notifications.

Uninstall

  1. In Settings → General, click Remove next to each agent you connected (this strips AgentPet's hooks from the agents' config so they don't error after the app is gone).
  2. Remove the app and its data:
brew uninstall --cask agentpet          # or drag /Applications/AgentPet.app to Trash
rm -rf ~/.agentpet                       # downloaded pets + state
rm -f  ~/Library/Preferences/com.agentpet.app.plist

Usage

Claude Code (recommended): install the hook from Settings. AgentPet then reflects each session's real state (including "waiting for input").

Any other CLI agent: wrap it.

agentpet run -- <your-agent-command>     # e.g. agentpet run -- aider

The session shows as working while it runs and done when it exits.

Pets

Pets use the open Codex pet-pack format (pet.json + an 8×9 spritesheet). You can:

  • Browse the online library and download a pet with one click (Settings → Pet → Browse pets).
  • Map animations: pick which sheet animation plays for each state.
  • Delete pets you no longer want.

A starter pet is installed automatically on first launch. AgentPet bundles no pet art; packs are added at runtime.

Roadmap

  • Notarized DMG + Homebrew cask
  • Click an agent to reveal its terminal
  • Per-project pets

Community ports

AgentPet is macOS-only, but the community has reimagined it for other platforms:

These are separate community projects, not maintained here. Building one? Open an issue and we'll link it.

Tech

Swift + SwiftUI, a Unix-socket daemon for agent events, and a tiny CLI helper, all in one SwiftPM package. See docs/specs for the design.

Support

If AgentPet saves you some tab-hunting, here's how to help:

Built by Nguyễn Thành Đạt (@ntd4996).

Acknowledgements

The Codex pet-pack format and the online pet library are provided by Petdex (MIT). AgentPet is an independent, interop client: it reads packs in Petdex's format and lets you download them from Petdex's public API. AgentPet bundles no pet art; every pet asset is owned by its respective submitter under their own license. If you hold rights to a character, please direct takedowns to Petdex.

License

MIT, see LICENSE. Application code only; pet assets are not part of this repository.

// compatibility

Platformscli, api, desktop, web
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguageSwift

// faq

What is agentpet?

A desktop pet for macOS & Windows that monitors your AI coding agents (Claude Code, Codex, Cursor, Gemini...) in real time, and grows as you code, feed it tokens, level it up, climb the leaderboard.. It is open-source on GitHub.

Is agentpet free to use?

agentpet is open-source under the MIT license, so it is free to use.

What category does agentpet belong to?

agentpet is listed under devtools in the Claudeers registry of Claude-compatible tools.

0 views
265 stars
unclaimed
updated 15 days ago

// embed badge

agentpet on Claudeers
[![Claudeers](https://claudeers.com/api/badge/agentpet.svg)](https://claudeers.com/agentpet)

// retro hit counter

agentpet hit counter
[![Hits](https://claudeers.com/api/counter/agentpet.svg)](https://claudeers.com/agentpet)

// reviews

// guestbook

0/500

// related in Automation & Workflows

🔓

The API to search, scrape, and interact with the web at scale. 🔥

// automationfirecrawl/TypeScript143,720AGPL-3.0[ claude ]
🔓

The agent that grows with you

// automationNousResearch/Python211,605MIT[ claude ]
🔓

An open-source long-horizon SuperAgent harness that researches, codes, and creates. With the help of sandboxes, memories, tools, skill, subagents and message…

// automationbytedance/Python76,016MIT[ claude ]
🔓

🗂 The essential checklist for modern web development, for humans and AI agents

// automationthedaviddias/MDX73,123[ claude ]
→ see how agentpet connects across the ecosystem