finds.dev← search

// the find

bunny-mod/Bunny

★ 1,770 · TypeScript · BSD-3-Clause · updated May 2025

A Discord mobile app client modification.

Bunny is a React Native client mod for Discord's mobile apps, supporting plugins, themes, and custom fonts. It's the spiritual successor to Vendetta, targeting both Android (root/non-root) and iOS. The project is archived as of early 2025 — the team has moved on.

The Metro module interception layer is well-structured: lazy module resolution with caching avoids the brute-force module search that kills startup time in naive mods. Vendetta plugin compatibility shim (src/core/vendetta/) means the existing ecosystem of plugins keeps working without rewrites. The dev workflow (serve mode with hot-rebuild on client reload) is genuinely usable for plugin authors. TypeScript throughout with real types for Flux stores and React Native internals.

Archived — this is not a soft deprecation, the README says development has ceased. Any Discord app update can silently break every patch, and there's no one fixing it. The Metro module finder relies on internal Discord bundle structure that changes with every release; no stability guarantees exist. iOS support requires a jailbreak or sideloading a patched IPA, which is a significant barrier and ToS violation. Plugin sandboxing is nonexistent — any installed plugin runs with full access to all Discord internals and network calls.

View on GitHub →

// want more like this?

We dig through GitHub every week and send a few repos picked for what you actually care about — each with an honest take like this one.

Get finds in your inbox → Search again →