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

OpenAlly: Local AI Assistant for Android with Phone Control
OpenAlly is an Android app that runs an AI assistant locally on your phone via an embedded Node.js process, with 51 built-in skills and phone control capabilities through Aster companion. It connects to 19+ messaging platforms and supports 18 model providers with your own API keys.

Shieldbot: Open-Source Security Scanner Plugin for Claude Code
Shieldbot is an open-source security scanner that runs as a plugin inside Claude Code, integrating six scanners including Semgrep with 5,000+ rules, Bandit, Ruff, detect-secrets, pip-audit, and npm audit. It deduplicates findings and generates prioritized reports with risk scores and code fixes.

SiteTest.ai launches a free AI Visibility Checker for ChatGPT, Perplexity & Gemini
New free tool sitetest.ai runs a 168-point GEO audit, probing GPTBot, PerplexityBot and Google-Extended on your real server. Per-engine A–F grade plus copy-paste code fixes.

Stagent: Open-source ops layer for Claude Agent SDK with local governance and workflow orchestration
Stagent is an open-source, local-first coordination workspace built on top of Claude Agent SDK and Claude API that provides workflow orchestration, budget guardrails, and human-in-the-loop governance for AI agents. It includes 15 product surfaces, 6 workflow patterns, 52+ reusable agent profiles, and runs entirely locally with SQLite.