7fe7b8f9bc | ||
---|---|---|
.github/workflows | ||
backend | ||
build | ||
docs | ||
frontend | ||
screenshots | ||
.gitignore | ||
.prettierignore | ||
LICENSE | ||
README.md | ||
README_zh.md | ||
app.go | ||
go.mod | ||
go.sum | ||
main.go | ||
wails.json |
README.md
English | 简体中文
Tiny RDM
Tiny RDM is a modern lightweight cross-platform Redis desktop manager available for Mac, Windows, and Linux.
Feature
- Built on Webview, no embedded browsers (Thanks to Wails).
- More elegant UI and visualized layout (Thanks to Naive UI and IconPark).
- Multi-language support (Click here to contribute and support more languages).
- Convenient data viewing and editing.
- More features under continuous development...
Installation
We publish binaries for Mac, Windows, and Linux. Available to download for free from here.
Build
Prerequisites
- Go >= 1.21
- Node.js >= 16
- NPM
Install wails
go install github.com/wailsapp/wails/v2/cmd/wails@latest
Clone the code
git clone https://github.com/tiny-craft/tiny-rdm --depth=1
Build frontend
npm install --prefix ./frontend
Compile and run
wails dev
License
Tiny RDM is licensed under GNU General Public license.