A sleek, high-performance MongoDB management desktop application.
Alpha Mango is a lightweight alternative to MongoDB Compass. Built with Rust and React using Tauri, it delivers a snappy, native experience for developers who want a fast and easy way to interact with their data.
Key Features • Tech Stack • Getting Started • License
- 🏎️ Native Performance: Powered by Rust for lightning-fast database queries.
- 🎨 Sleek UI: Modern, distraction-free interface built with React.
- 📦 Low Footprint: Significantly smaller binary size than traditional Electron apps.
- 🌍 Cross-Platform: Seamless experience on Windows, macOS, and Linux.
- 🛠️ Developer Friendly: Built for speed and simplicity.
| Component | Technology |
|---|---|
| Backend | Rust |
| Framework | Tauri |
| Frontend | React + TypeScript |
| Styling | Tailwind |
| Tooling | Vite |
Ensure you have the following installed:
- Node.js (LTS recommended)
- Rust & Cargo
- Bun (Optional, but recommended)
-
Clone the repository
git clone https://github.com/yourusername/alpha-mango.git cd alpha-mango -
Install dependencies
bun install
-
Launch in Dev Mode
bun run tauri dev
To generate a production-ready installer:
bun tauri build