Skip to content

Installation

Windows

  • x64: Download RedisME_2.3.0_x64-setup.exe, double-click to install
  • arm64: Download RedisME_2.3.0_arm64-setup.exe, double-click to install
  • Microsoft Store: RedisME

Troubleshooting

If you receive a prompt that you need to install the Webview runtime, but you cannot download it, you may need to download and install the Webview2 Runtime manually.

MacOS

  • Apple Silicon: Download RedisME_2.3.0_aarch64.dmg
  • Intel CPU: Download RedisME_2.3.0_x64.dmg

After downloading, open the .dmg file and drag RedisME.app into the Applications folder.

Troubleshooting

  • If it shows "The developer cannot be verified" (the app signature requires registration as an Apple developer, which costs $99 per year): Click the Cancel button, then go to Settings -> Privacy & Security page, click the Still Open button, and then click the Open button in the pop-up window
  • If you get a pop-up such as "Broken files" after installation, please open Terminal.app and execute the following command:
bash
sudo xattr -d com.apple.quarantine /Applications/RedisME.app

Then try reopen RedisME

Linux

  • Debian: RedisME_2.3.0_amd64.deb
  • Redhat: RedisME-2.3.0-1.x86_64.rpm
  • AppImage: RedisME_2.3.0_amd64.AppImage

Install deb package using apt:

bash
sudo apt install ./RedisME_2.3.0_amd64.deb

Install rpm package using dnf:

bash
sudo dnf install ./RedisME-2.3.0-1.x86_64.rpm

Use AppImage

bash
chmod u+x RedisME_2.3.0_amd64.AppImage
./RedisME_2.3.0_amd64.AppImage