A Modern Redis Desktop Manager
Go to file
tiny-craft 397c31d502 perf: block add or update connection when name contains illegal characters 2023-08-25 01:11:34 +08:00
.github/workflows perf: lower ubuntu version to build deb, compress exe size in windows 2023-08-22 23:52:04 +08:00
backend perf: block add or update connection when name contains illegal characters 2023-08-25 01:11:34 +08:00
build perf: lower ubuntu version to build deb, compress exe size in windows 2023-08-22 23:52:04 +08:00
docs Merge remote-tracking branch 'origin/main' 2023-08-20 00:49:29 +08:00
frontend perf: block add or update connection when name contains illegal characters 2023-08-25 01:11:34 +08:00
screenshots feat: add app icon 2023-08-01 00:44:31 +08:00
.gitignore refactor: use import alias name 2023-08-02 17:57:39 +08:00
.prettierignore Add vertical navigation menu in left side 2023-08-01 00:44:30 +08:00
LICENSE Initial commit 2023-06-27 15:06:25 +08:00
README.md doc: add instructions for compiling 2023-08-21 18:05:20 +08:00
README_zh.md doc: add instructions for compiling 2023-08-21 18:05:20 +08:00
app.go Initial commit 2023-06-27 15:53:29 +08:00
go.mod refactor: upgrade go dependencies, remove unnecessary dependencies and code 2023-08-22 16:09:59 +08:00
go.sum refactor: upgrade go dependencies, remove unnecessary dependencies and code 2023-08-22 16:09:59 +08:00
main.go perf: add mark color to the border of icon in connection pane 2023-08-25 00:44:00 +08:00
wails.json feat: add github actions for release macOS app 2023-08-08 08:45:26 +08:00

README.md

English | 简体中文

Tiny RDM

License GitHub release GitHub stars GitHub forks

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.