Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 19 additions & 6 deletions content/operate/redisinsight/install/install-on-desktop.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,27 @@ linkTitle: Install on desktop
title: Install on desktop
weight: 1
---
Install desktop Redis Insight to use it in development.

## Supported operating systems

Redis Insight is supported on multiple operating systems:
- Windows
- Linux
- macOS

| Operating System | Supported Versions [^1] |
|:--- |:--- |
| **Windows** | Windows 11 |
| | Windows 10 |
| **macOS** | macOS 14 |
| | macOS 13 |
| | macOS 12 |
| | macOS 11 |
| | macOS 10.15 |
| **Ubuntu Linux** | Ubuntu 24.04 |
| | Ubuntu 23.10 |
| | Ubuntu 22.04 |
| | Ubuntu 20.04 |
| **Debian Linux** | Debian 12 |
| | Debian 11 |

[^1]: Includes later versions of same major or major.minor release.

## Install

Expand All @@ -32,4 +45,4 @@ After installation, run the Redis Insight application in the same was as you wou

## Build

Alternatively, you can also build Redis Insight from source. See the [wiki](https://github.com/RedisInsight/RedisInsight#build) for instructions.
Alternatively, you can also build Redis Insight from source. See the [wiki](https://github.com/RedisInsight/RedisInsight#build) for instructions.
Loading