Custom GIF Spinner for Claude Code via COLR Font Conversion

A developer has published a method to replace Claude Code's default spinner animation with any custom animated GIF. The technique involves converting the GIF into an OpenType COLR color font where each frame of the animation becomes a glyph, then patching Claude Code's spinner to cycle through these glyphs. The terminal renders the result as pixel art.
Key Details
The project supports any GIF file as input, with the "party parrot" GIF included by default. The current release is Windows-ready, with macOS and Linux versions described as "coming soon." The repository is available at https://github.com/Arystos/claude-parrot.
The developer spent "a couple of days" figuring out the implementation. The default Claude Code spinner uses the characters "· ✢ * ✶" in a cycling animation.
This type of customization is useful for developers who want to personalize their coding environment or add visual flair to terminal-based tools.
📖 Read the full source: r/ClaudeAI
👀 See Also

Tokenmeter: Free Windows App to Track Claude Code Token Usage Offline
Tokenmeter is a free, open-source Windows app that reads local Claude Code .jsonl files to show token usage, estimated costs, cache savings, and a 90-day activity heatmap — all offline.

Axe: A 12MB CLI for Single-Purpose LLM Agents
Axe is a lightweight Go binary that runs focused AI agents defined in TOML files. It treats agents like Unix programs, supporting stdin piping, sub-agent delegation, and multi-provider LLM integration.

Sitefire Automates AI Search Optimization with Content Agents
Sitefire's platform monitors AI search results, analyzes which pages get cited, and uses content agents to draft improvements or create new pages that get pushed directly to clients' CMS. One client saw AI bot requests increase from ~200/day to ~570/day within ten days.

Apfel: Free CLI Tool to Access Apple's On-Device LLM on macOS
Apfel v0.6.13 is a Swift 6.3 binary that exposes Apple's built-in LLM as a CLI tool, OpenAI-compatible server, and interactive chat. It runs 100% on-device with no API keys or costs, using the 4,096-token model shipped with macOS 26+ on Apple Silicon Macs.