---
title: "Install k6 Studio | Grafana k6 Studio documentation"
description: "Learn how to download and install k6 Studio"
---

# Install k6 Studio

You can install k6 Studio on Windows, macOS, and Linux.

## Before you begin

- Install [Google Chrome](https://www.google.com/chrome/) on your computer.

> Note
> 
> For ARM64 Linux users, you can use [Chromium](https://www.chromium.org/chromium-projects/) in place of Google Chrome.

## Install k6 Studio on Mac

To install k6 Studio on macOS:

1. Go to the [Releases page](https://github.com/grafana/k6-studio/releases) in the k6 Studio GitHub repository.
2. Download the executable file for macOS:
   
   - If your Mac has an Apple silicon processor, download **k6.Studio-{VERSION}-arm64.dmg**.
   - If your Mac has an Intel silicon processor, download **k6.Studio-{VERSION}-x64.dmg**.
3. After the download finishes, open the executable file.
4. When prompted, move the k6 Studio application file to the Applications folder. This ensure updates can be installed correctly.

## Install k6 Studio on Windows

To install k6 Studio on Windows:

1. Go to the [Releases page](https://github.com/grafana/k6-studio/releases) in the k6 Studio GitHub repository.
2. Download the executable file for Windows: **k6.Studio-{VERSION}-Setup.exe**.
3. After the download finishes, open the executable file.

## Install k6 Studio on Linux

To install k6 Studio on Linux:

1. Go to the [Releases page](https://github.com/grafana/k6-studio/releases) in the k6 Studio GitHub repository.
2. Download the executable file for Linux:
   
   - If you’re using a Debian-based system, download **k6.Studio-{VERSION}-amd64.deb**.
   - If you’re using a Red Hat-based system, download **k6.Studio-{VERSION}-x86\_64.rpm**.
3. After the download finishes, open your terminal and run:

Bash ![Copy code to clipboard](/media/images/icons/icon-copy-small-2.svg) Copy

```bash
sudo dpkg -i <K6_STUDIO_EXECUTABLE>
```

## Update k6 Studio

When using k6 Studio on Mac or Windows, k6 Studio automatically updates whenever a new version is released.

For Linux systems, you have to manually update the application. To do so, follow the instructions on [Install k6 Studio on Linux](#install-k6-studio-on-linux) to download the latest release, and run the installation command to update the application.
