A simple mod manager for Deadlock, built with Electron, React, and TypeScript.
- Browse mods from GameBanana
- Sort mods by views and likes
- Filter mods by category
- Automatic game path detection
- Simple mod installation
- Automatic patching
- Linux support
#Install dependencies
bun install
#Start development server
bun dev
#Build for Windows
bun build:win # Windows
- Electron - Cross-platform desktop apps
- React - UI framework
- TypeScript - Type safety
- tRPC - End-to-end typesafe APIs
- TanStack Router - Type-safe routing
- Tailwind CSS - Styling
- shadcn/ui - UI components
- Vite - Fast build tool
- electron-vite - Electron integration for Vite
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.