A Modern Redis Desktop Manager
Go to file
tiny-craft 47e9d908e7 fix: cannot get count of databases with CONFIG GET command #5 #13 2023-09-26 01:50:16 +08:00
.github/workflows perf: support border radius on Linux, Windows 7 and below 2023-09-06 11:52:14 +08:00
backend fix: cannot get count of databases with CONFIG GET command #5 #13 2023-09-26 01:50:16 +08:00
build perf: lower ubuntu version to build deb, compress exe size in windows 2023-08-22 23:52:04 +08:00
docs Delete CNAME 2023-09-14 11:53:28 +08:00
frontend perf: add outer border to the application #1 2023-09-25 19:47:26 +08:00
screenshots chore: update dependencies and screenshots 2023-09-16 00:04:08 +08:00
.gitignore fix: corrected update-checking logic 2023-09-17 01:15:55 +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 docs: update doc 2023-09-07 10:19:45 +08:00
README_zh.md docs: update doc 2023-09-07 10:19:45 +08:00
app.go Initial commit 2023-06-27 15:53:29 +08:00
go.mod chore: update dependencies 2023-09-24 21:12:15 +08:00
go.sum chore: update dependencies 2023-09-24 21:12:15 +08:00
main.go feat: add custom about dialog 2023-09-22 18:31:50 +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.

If you can't open it after installation, exec the following command then reopen:

 sudo xattr -d com.apple.quarantine /Applications/Tiny\ RDM.app

Build

Prerequisites

  • Go >= 1.21
  • Node.js >= 16
  • NPM >= 9

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.