A Modern Redis Desktop Manager
Go to file
tiny-craft 5b4683a735 feat: adjusted the content pane to accommodate more information (add sub content tabs). 2023-10-23 19:45:04 +08:00
.github/workflows chore: rename platform tag of macOS dmg from "amd64" to "intel" 2023-10-17 21:17:43 +08:00
backend perf: move key view switch to connection preferences 2023-10-22 18:32:47 +08:00
build docs: update README 2023-09-27 12:53:18 +08:00
docs
frontend feat: adjusted the content pane to accommodate more information (add sub content tabs). 2023-10-23 19:45:04 +08:00
screenshots
.gitignore perf: use goroutine to implement window resize events. 2023-10-15 19:49:33 +08:00
.prettierignore
LICENSE
README.md docs: update README 2023-09-27 12:53:18 +08:00
README_zh.md docs: update README 2023-09-27 12:53:18 +08:00
go.mod chore: update dependencies and redis type color 2023-10-17 17:24:23 +08:00
go.sum chore: update dependencies and redis type color 2023-10-17 17:24:23 +08:00
main.go chore: add Google Analytics event for record app startup 2023-10-17 10:19:50 +08:00
wails.json perf: support display binary key name which unreadable(convert to hex string) #49 2023-10-11 01:15:23 +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 on macOS, 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.