Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.66 KB

install.md

File metadata and controls

46 lines (32 loc) · 1.66 KB
title description weight
Install k6 Studio
Learn how to download and install k6 Studio
100

Install k6 Studio

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

Before you begin

Install k6 Studio on Mac

To install k6 Studio on macOS:

  1. Go to the Releases page 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 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 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:
sudo dpkg -i <K6_STUDIO_EXECUTABLE>