title | description | weight |
---|---|---|
Install k6 Studio |
Learn how to download and install k6 Studio |
100 |
You can install k6 Studio on Windows, macOS, and Linux.
- Install Google Chrome on your computer.
To install k6 Studio on macOS:
- Go to the Releases page in the k6 Studio GitHub repository.
- 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.
- After the download finishes, open the executable file.
- When prompted, move the k6 Studio application file to the Applications folder. This ensure updates can be installed correctly.
To install k6 Studio on Windows:
- Go to the Releases page in the k6 Studio GitHub repository.
- Download the executable file for Windows: k6.Studio-{VERSION}-Setup.exe.
- After the download finishes, open the executable file.
To install k6 Studio on Linux:
- Go to the Releases page in the k6 Studio GitHub repository.
- 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.
- After the download finishes, open your terminal and run:
sudo dpkg -i <K6_STUDIO_EXECUTABLE>