jimersylee / tiny-rdm

A Modern Redis Desktop Manager

Home Page:https://redis.tinycraft.cc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Modern Redis Desktop Manager

https://redis.tinycraft.cc/

License:GNU General Public License v3.0


Languages

Language:Vue 57.5%Language:JavaScript 20.0%Language:Go 19.6%Language:NSIS 2.2%Language:SCSS 0.5%Language:HTML 0.1%