# Install jmeter with Homebrew, chocolatey, apt, MacPorts, Nix, scoop, winget

Load testing and performance measurement application. Version 5.6.3 via Homebrew; verified 2026-06-22.

## Install

```sh
sudo av install brew:jmeter
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install jmeter
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install jmeter
```

  Evidence: MacPorts ports tree: devel/jmeter/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Debian apt (92%):

```sh
sudo apt install jmeter
```

  Evidence: Debian stable package indexes: jmeter from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#jmeter
```

  Evidence: nixpkgs package indexes: pkgs/by-name/jm/jmeter/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Chocolatey (92%):

```sh
choco install jmeter
```

  Evidence: Chocolatey community package catalog: jmeter from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','jetbrains-rider'

- Scoop (92%):

```sh
scoop install extras/jmeter
```

  Evidence: Scoop official bucket manifest trees: bucket/jmeter.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id DEVCOM.JMeter -e
```

  Evidence: Windows Package Manager source index: DEVCOM.JMeter from https://cdn.winget.microsoft.com/cache/source.msix

## Package facts

- **Package key:** brew:jmeter
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/jmeter>
- **Version:** 5.6.3
- **Source summary:** Load testing and performance measurement application
- **Homepage:** <https://jmeter.apache.org/>
- **Repository:** <https://github.com/apache/jmeter>
- **Upstream docs:** <https://jmeter.apache.org/usermanual/best-practices.html>
- **License:** Apache-2.0
- **Source archive:** <https://www.apache.org/dyn/closer.lua?path=jmeter/binaries/apache-jmeter-5.6.3.tgz>
- **Last updated:** 2026-06-22T14:03:50-07:00
- **Generated:** 2026-07-09T07:20:21+00:00

## Executables

- jmeter (cli)
- jmeter (alias)

## Dependencies

- openjdk@21

## Install behavior

- Post-install hook: not defined
- Bottle: available on all

## Freshness

- Page generated: 2026-07-09
- Package-manager version: 5.6.3
- Package-manager updated: 2026-06-22
- Local data: ok
- Upstream repository: https://jmeter.apache.org/
- info: Release/tag comparison is only available for GitHub repositories.
## Project history and usage

Apache JMeter is a Java load-testing and performance-measurement application. The Apache homepage describes it as open-source software designed to load test functional behavior and measure performance, originally for web applications and later expanded to other test functions.

### Project history

JMeter's public change history reaches back to early 1999, with version 1.1 in February, version 1.2 in March, version 1.3 in April, and Apache JMeter 1.4 in July. Those entries show a young Java GUI tool gaining URL aliasing, cookie handling, HTTP authentication, visualizers, POST fixes, and command-line argument fixes.

By version 1.5, JMeter had abstracted the sampler model, added thread groups, and gained save/load support for test samples, setting up the architecture that made non-HTTP testing possible. The Apache homepage later summarized that direction as expansion from web-application testing into broader static, dynamic, server, network, and protocol performance testing.

The long 2.x and 3.x series turned JMeter into a general load-testing platform. The change history records additions and refinements across Java integration, JDBC, JMS, samplers, listeners, distributed testing, scripting, logging, and reporting. Version 3.0 bundled Apache Groovy for JVM scripting, showing JMeter's shift toward scriptable, extensible test plans.

The 4.x and 5.x series kept JMeter relevant for automated performance testing: the user manual and best-practices pages emphasize GUI mode for building test plans and CLI mode for load execution, distributed or multi-instance runs for larger tests, and careful listener choices to avoid distorting load results.

### Adoption history

JMeter is widely packaged because it is a mature Apache tool with a stable command-line entry point and a cross-platform Java runtime model. The input package metadata records Homebrew, Chocolatey, Debian, Ubuntu, MacPorts, Nix, Scoop, and Winget packaging.

Its adoption also comes from the `.jmx` test-plan format and CI-friendly CLI mode: teams can build or record plans in the GUI, then run them repeatedly from scripts, build pipelines, or distributed controller/worker setups.

### How it is used

A common JMeter workflow is to build a test plan in GUI mode, using recording or manual samplers, then execute load tests in CLI mode with commands such as `jmeter -n -t test.jmx -l test.jtl`. The best-practices guide recommends CLI mode for load and warns against heavyweight result-tree listeners during load runs.

JMeter can test static and dynamic resources and many server/protocol types. Its manual organizes it around test plans, samplers, thread groups, listeners, functions, properties, distributed testing, recording, and component references.

### Why package nerds care

For package nerds, JMeter is the heavyweight Java CLI/GUI hybrid that anchors open-source load testing in package managers. It is not a small Unix filter, but it still behaves like a packageable developer tool: install it, run `jmeter`, keep test plans as files, and execute load runs from scripts.

Its significance is historical as well as practical: few developer-tools packages have a public change log spanning from Java 1.x-era web testing through modern CI performance testing while staying under the Apache project umbrella.

### Timeline

- 1999: Version 1.1, 1.2, 1.3, and Apache JMeter 1.4 appear in the change history.
- 2000: Version 1.5 abstracts samplers, sampler controllers, and test samples, and adds thread groups plus save/load support.
- 2010: The Apache GitHub mirror repository is created.
- 2016: Version 3.0 bundles Apache Groovy for JVM scripting.
- 2018: Version 4.0 appears in the 4.x line.
- 2018: Version 5.0 begins the 5.x line.
- 2026: The Apache changes page records 5.6.3 and notes Java 8 execution support with Java 17 recommended.

### Related projects

- JMeter belongs with Apache performance and testing infrastructure, Java application-monitoring tooling, and load generators. The documentation also connects it to distributed testing setups, JUnit samplers, access-log samplers, and plugin/extensibility work.

### Sources

- Apache JMeter homepage, user manual, best-practices guide, change history, changes page, GitHub repository metadata, and Homebrew formula metadata.


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- narrow executable package without higher-risk signals

## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** jmeter
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Other Package-Manager Records

- Debian apt - jmeter - 2.13-5: normalized package name match | Debian stable package indexes: jmeter from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Load testing and performance measurement application (main application) | http://jmeter.apache.org
- Nix - jmeter: normalized package name match | nixpkgs package indexes: pkgs/by-name/jm/jmeter/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - jmeter - 2.13-5: normalized package name match | Ubuntu 24.04 LTS package indexes: jmeter from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Load testing and performance measurement application (main application) | http://jmeter.apache.org
- MacPorts - jmeter: normalized package name match | MacPorts ports tree: devel/jmeter/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Chocolatey - jmeter: normalized package name match | Chocolatey community package catalog: jmeter from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','jetbrains-rider'
- Scoop - extras/jmeter: normalized package name match | Scoop official bucket manifest trees: bucket/jmeter.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1
- winget - DEVCOM.JMeter: normalized package name match | Windows Package Manager source index: DEVCOM.JMeter from https://cdn.winget.microsoft.com/cache/source.msix


## Related links

- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Language runtime packages](https://www.automicvault.com/pkg/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [openjdk@21](https://www.automicvault.com/pkg/brew/openjdk-21/) - Runtime dependency declared by Homebrew.
- [artillery](https://www.automicvault.com/pkg/brew/artillery/) - Shares av.db curated category or tags: cli, developer-tools, load-testing, performance-testing, testing.
- [bzt](https://www.automicvault.com/pkg/brew/bzt/) - Shares av.db curated category or tags: cli, developer-tools, load-testing, performance-testing, testing.
- [locust](https://www.automicvault.com/pkg/brew/locust/) - Shares av.db curated category or tags: cli, developer-tools, load-testing, performance-testing, testing.
- [ghz](https://www.automicvault.com/pkg/brew/ghz/) - Shares av.db curated category or tags: cli, developer-tools, load-testing, performance-testing.
- [ghz-web](https://www.automicvault.com/pkg/brew/ghz-web/) - Shares av.db curated category or tags: cli, developer-tools, load-testing, performance-testing.
- [goku](https://www.automicvault.com/pkg/brew/goku/) - Shares av.db curated category or tags: cli, developer-tools, load-testing, testing.
- [gor](https://www.automicvault.com/pkg/brew/gor/) - Shares av.db curated category or tags: cli, developer-tools, load-testing, testing.
- [k6](https://www.automicvault.com/pkg/brew/k6/) - Shares av.db curated category or tags: cli, developer-tools, load-testing, performance-testing, testing.

## Combined YAML source

View the package source record on GitHub. [combined/jmeter.yml](https://github.com/automic-vault/db/blob/main/combined/jmeter.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
