Create, share, and install custom cat voice packs for Mewgenics.
mewvoice.com | GitHub Releases | NexusMods
MewVoice is a community toolset for creating and managing custom cat voice packs for Mewgenics. It consists of three parts:
- Web app (mewvoice.com) — record or upload audio clips, build voice packs in the browser, and browse the community library
- Desktop app — install and manage voice packs locally, compatible with the Mewtator mod loader
- Cloudflare Worker API — backend for the community library (pack storage and hosting)
- Go to mewvoice.com to build a voice pack or download one from the community library
- Install the MewVoice Desktop app — also available on NexusMods
- Install Mewtator if you haven't already
- Import your ZIP into the desktop app and launch the game
- Node.js 18+
- Wrangler CLI (for the worker)
- Rust + Tauri CLI (for the desktop app)
cd client
npm install
npm run devcd worker
npm install
npx wrangler devcd desktop
npm install
npm run dev| Directory | Purpose |
|---|---|
client/ |
React + Vite web app |
worker/ |
Cloudflare Workers API (Hono + R2 + D1) |
desktop/ |
Tauri desktop app |
unpacked/ |
Extracted game assets for reference (not shipped) |
The desktop app is released via GitHub Releases and NexusMods. The web app and API are deployed to Cloudflare.