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 格式化、暗黑模式。
相关推荐
Wang's Blog7 小时前
Java框架快速入门: Spring Security+OAuth2之元注解简化权限表达式
java·数据库·spring
蓝速科技9 小时前
医院导诊 AI 数字人一体机场景适配与落地指南丨蓝速科技
运维·数据库·人工智能·科技·自然语言处理·技术分享
QYR-分析9 小时前
重轨受电弓行业深度报告:市场格局、技术迭代与发展前景
大数据·数据库·人工智能
泡泡鱼(敲代码中)9 小时前
MySQL基础学习笔记:从数据模型到DDL全掌握
开发语言·数据库·笔记·学习·mysql
l1t10 小时前
DeepSeek总结的chdb-core v26.7.3发版说明
数据库·clickhouse·oracle
冰暮流星11 小时前
mysql之表子查询
数据库·mysql
Full Stack Developme11 小时前
CRM相关库表设计
数据库
步行cgn11 小时前
Spring 注入 Map 集合详解
数据库·python·spring
风跟我说过她12 小时前
SQL 一键转经典 Chen 风格 ER 图:开源 CLI + 在线工具 + Agent Skill
数据库·python·sql·开源·开源软件
这个DBA有点耶12 小时前
MySQL大表DDL锁表锁到崩溃?Online DDL的3个关键参数和实战避坑
数据库·mysql·架构