Another Redis Desktop Manager(ARDM)下载指南

开源免费跨平台 Redis 可视化客户端,exe/dmg/AppImage 安装包永久免费;微软商店 / App Store 为赞助付费渠道,不推荐。

🔗 官方地址

  1. 官网(中文):https://goanother.com/cn/
  2. GitHub 仓库:https://github.com/qishibo/AnotherRedisDesktopManager
  3. Release 下载页(获取最新安装包) GitHub Releases:Releases · qishibo/AnotherRedisDesktopManager · GitHub

📦 各系统安装包选择

打开 Releases 页面,下滑找到 Assets

Windows

  • Another-Redis-Desktop-Manager-x.x.x.exe(普通 64 位安装包,推荐)

Windows 终端一键安装(管理员 PowerShell)

powershell

bash 复制代码
winget install qishibo.AnotherRedisDesktopManager

macOS

  • Intel 芯片:Another-Redis-Desktop-Manager-x.x.x.dmg
  • M 系列 (arm64):Another-Redis-Desktop-Manager-M1-arm64-x.x.x.dmg

Mac 打开提示「无法验证开发者」,终端执行这条命令放行:

复制代码
sudo xattr -rd com.apple.quarantine /Applications/Another\ Redis\ Desktop\ Manager.app

Linux

  • Another-Redis-Desktop-Manager-x.x.x.AppImage
bash 复制代码
# 添加执行权限运行
chmod +x Another-Redis-Desktop-Manager-*.AppImage
./Another-Redis-Desktop-Manager-*.AppImage

⚠️ 重要提醒

  1. 不要网上随便下载第三方 "绿色版 / 破解版",存在植入风险,只用官方 Release;
  2. 商店版是付费赞助版本,功能和免费安装包完全一致,只是支持作者
  3. 支持:单机、Redis 集群、哨兵、SSH 隧道、SSL、Stream、JSON 格式化、暗黑模式。
相关推荐
倔强的石头1061 小时前
数据库迁移工具从单机作业走向云端协同
数据库
FfHUCisI1 小时前
Golang 数据库连接池深度调优
android·数据库·golang
我不会插花弄玉2 小时前
2.库的操作【由浅入深-MySQL】
数据库·mysql
viskaz2 小时前
1-向量数据库概览
数据库·embedding
这个DBA有点耶3 小时前
实时数据集成工具选型2026:从CDC到数据同步的完整指南
数据库·数据挖掘·dba
__zRainy__3 小时前
Node系列 · ORM:Sequelize 简介
数据库·后端·node.js
鸽芷咕3 小时前
达梦VS金仓选型实录:别只比TPC-C,迁移工具链才是项目成败的关键
数据库
King of fraud4 小时前
Linux 下 MySQL 基础操作:创建用户、数据库与权限管理实战
linux·数据库·mysql
努力的小雨4 小时前
sys_basebackup 适合什么场景,先看恢复目标
数据库
这个DBA有点耶4 小时前
Redis大key“根治”指南:拆分策略与数据结构选型
数据库·mysql·架构