Credential access
Reads environment variables, test scripts, and optional cloud tokens.
brew
Modern load testing tool, using Go and JavaScript. Version 2.1.0 via Homebrew; verified 2026-06-30.
agent safety
k6 runs load tests that can hit local or remote systems with scripted traffic.
Reads environment variables, test scripts, and optional cloud tokens.
Can generate traffic against production endpoints or upload cloud results.
Can publish test results or stress external systems.
Gate cloud uploads, production targets, and secret-backed test runs.
Allow local dry tests; require approval for remote load, cloud output, and tokens.
install
brew install k6local Homebrew formula metadata
sudo port install k6MacPorts ports tree · net/k6/Portfile · source: api.github.com
nix profile install nixpkgs#k6nixpkgs package indexes · pkgs/by-name/k6/k6/package.nix · source: api.github.com
sudo zypper install k6openSUSE Tumbleweed package metadata · k6 · source: download.opensuse.org
choco install k6Chocolatey community package catalog · k6 · source: community.chocolatey.org
scoop install main/k6Scoop official bucket manifest trees · bucket/k6.json · source: api.github.com
winget install --id GrafanaLabs.k6 -eWindows Package Manager source index · GrafanaLabs.k6 · source: cdn.winget.microsoft.com
overview
Modern load testing tool, using Go and JavaScript
history
Grafana k6 is an open source load and performance testing tool written in Go with test scripts authored in JavaScript or TypeScript, designed for developer-friendly reliability testing from local runs through cloud and CI workflows.
k6 began as an open source load-testing tool from Load Impact, with public releases visible from 2017. It combined a Go runtime with JavaScript test scripts, aiming to make load tests feel like code that developers could keep with application projects.
Load Impact rebranded around k6 in 2020, including the GitHub repository move from `loadimpact/k6` to `k6io/k6`. Grafana Labs acquired the Stockholm-based k6 company in June 2021 and folded the project into Grafana's observability stack.
In 2025, Grafana announced k6 1.0 as a general-availability milestone with Semantic Versioning, stability guarantees, TypeScript support, native extensibility, and a stronger long-term support story.
k6 adoption grew from teams wanting scripted, automatable load testing without older GUI-heavy workflows. Its JavaScript API, CLI-first design, thresholds, CI integrations, and Grafana/Prometheus-friendly metrics made it attractive to developers, SREs, QA engineers, and platform teams.
After the Grafana acquisition, k6 became part of a broader observability loop: generate load with k6, observe behavior in Grafana-backed systems, and use cloud or Kubernetes execution when local tests are not enough.
Users write test scenarios in JavaScript or TypeScript and run them with `k6 run`, often checking thresholds in CI. More advanced setups send metrics to observability backends, run distributed tests, use extensions, or execute tests through Grafana Cloud k6.
k6 is significant because it made load testing feel like a normal developer CLI dependency: install a binary, commit scripts, run in CI, and export metrics. Its Go-plus-JavaScript architecture also makes it an interesting packaging target: a single executable with an embedded scripting engine and extension ecosystem.
security posture
No matching local secret-handling manifest was found for k6. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/Library/Application Support/k6/config.json~/.config/k6/config.jsonCredential-bearing paths to review before unattended agent runs.
~/Library/Application Support/k6/config.json~/.config/k6/config.jsonexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
k6 | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:k6 |
|---|---|
| Version | 2.1.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/k6 |
| Homepage | https://k6.io |
| Repository | https://github.com/grafana/k6 |
| Upstream docs | https://grafana.com/docs/k6/latest |
| License | AGPL-3.0-or-later |
| Source archive | https://github.com/grafana/k6/archive/refs/tags/v2.1.0.tar.gz |
| Last updated | 2026-06-30T09:51:09Z |
| Pulse | updated |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | k6 |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
k6
nix profile install nixpkgs#k6k6 2.0.0-1.1
Modern load testing tool, using Go and JavaScript
sudo zypper install k6k6-bash-completion 2.0.0-1.1
Bash Completion for k6
sudo zypper install k6-bash-completionk6-fish-completion 2.0.0-1.1
Fish Completion for k6
sudo zypper install k6-fish-completionk6-zsh-completion 2.0.0-1.1
Zsh Completion for k6
sudo zypper install k6-zsh-completionk6
sudo port install k6k6
choco install k6main/k6
scoop install main/k6GrafanaLabs.k6
winget install --id GrafanaLabs.k6 -esource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.