Skip to content
Merged
Changes from 1 commit
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
22 changes: 16 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,24 @@ 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 |
|:--- |:--- |
| **Windows** | Windows 11 |
| | Windows 10 |
| **macOS** | macOS 14 |
| | macOS 13 |
| | macOS 12 |
| | macOS 11 |
| | macOS 10.15 |
| **Ubuntu Linux** | Ubuntu 23.10 |
| | Ubuntu 22.04 |
| | Ubuntu 23.10 |
| **Debian Linux** | Debian 12 |
| | Debian 11 |

## Install

Expand All @@ -32,4 +42,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