BongoCat: Cross-Platform Desktop Pet Hits 20K Stars
Desktop pets are back in 2025, and BongoCat is leading the charge with nearly 20,000 GitHub stars. The cross-platform remake of the beloved Windows-only original uses modern Rust/Tauri tech to bring the internet's favorite typing cat to every OS—complete with the growing pains that come with rapid popularity.

Desktop pets are back. PC Gamer declared them "so back" earlier this year, and BongoCat—a cross-platform remake of the typing cat companion—has climbed to nearly 20,000 GitHub stars by running on macOS, Windows, and Linux.
The 2025 Desktop Pet Renaissance
Steam's Bongo Cat game became one of the platform's biggest concurrent players recently. Desktop Fidget, Nekotype Keyboard Cat Simulator, and NoSlack Pets show up across social feeds. What started as nostalgia has turned into productivity companions and streaming overlays that work across operating systems—streaming software, status bars, productivity apps.
The Windows-Only Problem
The original Bongo-Cat-Mver captured hearts but only ran on Windows. A cat that bops along with your typing and mouse movements resonated with people who like whimsical productivity tools. macOS and Linux users couldn't run it. Developer ayangweb saw the gap and built a version that works on all three platforms.
Built With Rust and Tauri
Rust and Tauri compile to native binaries for each platform from a single codebase. No Electron overhead, no separate development paths. This makes a typing cat overlay something you can leave running without the performance hit.
For macOS users, distribution via Homebrew cask makes installation straightforward: brew install --cask bongocat and you're done.
Growing Pains and Active Development
20,000 stars means real-world testing at scale. Users report high CPU usage during mouse movement on Windows, which has prompted optimization pull requests. Linux users on Ubuntu 24.04 see rendering artifacts where the cat's body doesn't clear between frames. OBS and Streamlabs show black screens when capturing the window due to hardware acceleration conflicts. Multi-monitor setups reveal mouse tracking quirks, and stay-on-top behavior occasionally fails on Windows.
The project's issue tracker documents these problems, and the response shows active maintenance. Recent releases address multi-monitor mouse problems, key release bugs on Windows, and macOS input monitoring permissions. With 458 pull requests merged, the project shows the kind of responsive work that separates maintained projects from abandoned ones.
Part of a Bigger Thing
BongoCat isn't competing with Steam's Bongo Cat game—they serve different purposes. The Steam version offers a focused experience with game-specific features. BongoCat targets the always-on overlay use case: free, open-source, designed to sit alongside your work rather than be the main event. Desktop Fidget and the other pets in this space each find their audience through different approaches.
Some users want pets that interact with specific applications. Others want minimal resource use. Still others prioritize customization depth. Multiple projects support all of those without demanding a single winner.
Installation and Distribution
Pick your platform's path—Homebrew for macOS, direct downloads from GitHub releases for Windows and Linux. The project maintains binaries for each supported platform. Installation takes under a minute. No account creation, no telemetry opt-outs.
For developers curious about the Rust/Tauri stack, BongoCat serves as a readable example of cross-platform desktop development without the framework overhead that typically comes with "write once, run anywhere" approaches.