Tiny rdm
Tiny RDM (Tiny Redis Desktop Manager) - A modern, colorful, super lightweight Redis GUI client for Mac, Windows, and Linux. It also provides a web version that can be deployed via Docker.
Tiny RDM English | 简体中文 | 繁體中文 | 日本語 | 한국어 | Français | Español | Português (BR) | Русский | Türkçe The project is written primarily in Vue, distributed under the GNU General Public License v3.0 license, first published in 2023. It has gained significant community traction with 12,871 stars and 644 forks on GitHub. Key topics include: go, golang, icon-pack, naive-ui, redis.
<strong>Tiny RDM is a modern lightweight cross-platform Redis desktop manager available for Mac, Windows, and Linux. It
also provides a web version that can be deployed via Docker.</strong>
Feature
- Super lightweight, built on Webview2, without embedded browsers (Thanks
to Wails). - Provides visually and user-friendly UI, light and dark themes (Thanks
to Naive UI
and IconPark). - Multi-language support (Need more languages ? Click here to contribute).
- Better connection management: supports SSH Tunnel/SSL/Sentinel Mode/Cluster Mode/HTTP proxy/SOCKS5 proxy.
- Visualize key value operations, CRUD support for Lists, Hashes, Strings, Sets, Sorted Sets, and Streams.
- Support multiple data viewing format and decode/decompression methods.
- Use SCAN for segmented loading, making it easy to list millions of keys.
- Logs list for command operation history.
- Provides command-line mode.
- Provides slow logs list.
- Segmented loading and querying for List/Hash/Set/Sorted Set.
- Provide value decode/decompression for List/Hash/Set/Sorted Set.
- Integrate with Monaco Editor
- Support real-time commands monitoring.
- Support import/export data.
- Support publish/subscribe.
- Support import/export connection profile.
- Custom data encoder and decoder for value
display (Here are the instructions).
Installation
Available to download for free from here.
If you can't open it after installation on macOS, exec the following command then reopen:
shellsudo xattr -d com.apple.quarantine /Applications/Tiny\ RDM.app
Build Guidelines
Prerequisites
- Go (latest version)
- Node.js >= 20
- NPM >= 9
Install Wails
bashgo install github.com/wailsapp/wails/v2/cmd/wails@latest
Pull the Code
bashgit clone https://github.com/tiny-craft/tiny-rdm --depth=1
Build Frontend
bashnpm install --prefix ./frontend
or
bashcd frontend npm install
Compile and Run
bashwails dev
Docker Deployment
In addition to the desktop client, Tiny RDM also provides a web version that can be quickly deployed via Docker.
Using Docker Compose (Recommended)
Create a docker-compose.yml file:
yamlservices: tinyrdm: image: ghcr.io/tiny-craft/tiny-rdm:latest container_name: tinyrdm restart: unless-stopped ports: - "8086:8086" environment: - ADMIN_USERNAME=admin - ADMIN_PASSWORD=tinyrdm volumes: - ./data:/app/tinyrdm
Start the service:
bashdocker compose up -d
Once started, visit http://localhost:8086 and log in with the credentials configured above.
Using Docker Command
bashdocker run -d --name tinyrdm \ -p 8086:8086 \ -e ADMIN_USERNAME=admin \ -e ADMIN_PASSWORD=tinyrdm \ -v ./data:/app/tinyrdm \ ghcr.io/tiny-craft/tiny-rdm:latest
Environment Variables
| Variable | Description | Default |
|---|---|---|
ADMIN_USERNAME | Login username | - |
ADMIN_PASSWORD | Login password | - |
Sponsor
Thanks to the following service providers for hosting sponsorship
<table> <tr> <td width="200"><a href="https://flymux.com/register?promo=TINYRDM"><img alt="FlyMux" src="docs/images/flymux_logo.png"/></a></td> <td>Special thanks to FlyMux for sponsoring this project! FlyMux is committed to providing official, high-stability relay services for Claude Code and Codex, focusing on creating a seamless and efficient integration experience for developers. As an exclusive benefit for TinyRDM users, register via <a href="https://flymux.com/register?promo=TINYRDM">this link</a> to receive a $5 bonus credit automatically added to your account.</td> </tr> <td width="200"><a href="https://www.notidc.com/"><img src="docs/images/notidc_logo.png" alt="NotiDC"></a></td> <td>Special thanks to NotIDC for sponsoring this project! NotIDC provides high-performance cloud infrastructure including cloud servers, bare metal, CDN, and security solutions, with global network coverage and reliable DDoS protection, helping developers deploy and scale applications efficiently.</td> </table>About
Wechat Official Account
<img src="docs/images/wechat_official.png" alt="wechat" width="360" />Contributors
Showing top 12 contributors by commit count.
