Modern Management · Visual Schema Design · Native Git Version Control
A high-performance, cross-platform desktop suite for developers who demand more from their database tools.
RelWave isn't just another database client. It's a cohesive environment where schema exploration, visual modeling, and version control collide. Built on a native bridge architecture, it delivers the power of low-level drivers with the elegance of a modern React interface.
For a full setup guide, see INSTALLATION.md.
| OS | Format | Link |
|---|---|---|
| Windows | .exe / .msi |
Download Installer |
| Linux | .deb / .AppImage |
Download Package |
# Clone the repository
git clone https://github.com/Relwave/relwave-app.git
cd relwave-app
# Install everything
pnpm install
pnpm --dir bridge install
# Launch development environment
pnpm tauri devIf you need custom bridge database values, copy bridge/.env.example to bridge/.env and adjust the local settings.
RelWave leverages a Hybrid Bridge Architecture. This unique setup ensures that while the UI remains fluid and responsive, the heavy-duty database and Git operations run in a dedicated, secure Node.js process.
graph TD
A[Tauri / React Frontend] <-->|JSON-RPC via stdio| B[Node.js Bridge]
B <--> C[(Native Databases)]
B <--> D[Git Repositories]
style A fill:#0066ff,color:#fff
style B fill:#00cc66,color:#fff
style C fill:#f39c12,color:#fff
style D fill:#e74c3c,color:#fff
We love contributions! Whether it's a bug fix, a new feature, or a documentation improvement, your help makes RelWave better for everyone.
See the full contributing guide in CONTRIBUTING.md.
- Fork the project.
- Create your feature branch (
git checkout -b feature/amazing-feature). - Commit your changes (
git commit -m 'Add some amazing feature'). - Push to the branch (
git push origin feature/amazing-feature). - Open a Pull Request.
Built with ❤️ by the RelWave team.
Report Bug · Request Feature