macOS
brew install millerlocal Homebrew formula metadata
sudo port install millerMacPorts ports tree · textproc/miller/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für miller in AI-Agent-Workflows.
Installation
brew install millerlocal Homebrew formula metadata
sudo port install millerMacPorts ports tree · textproc/miller/Portfile · Quelle: api.github.com
sudo apk add millerAlpine Linux edge package indexes · miller · Quelle: dl-cdn.alpinelinux.org
sudo apt install millerDebian stable package indexes · miller · Quelle: deb.debian.org
sudo dnf install millerFedora Rawhide package metadata · miller · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#millernixpkgs package indexes · pkgs/by-name/mi/miller/package.nix · Quelle: api.github.com
sudo pacman -S millerArch Linux sync databases · miller · Quelle: geo.mirror.pkgbuild.com
sudo zypper install milleropenSUSE Tumbleweed package metadata · miller · Quelle: download.opensuse.org
scoop install main/millerScoop official bucket manifest trees · bucket/miller.json · Quelle: api.github.com
winget install --id Miller.Miller -eWindows Package Manager source index · Miller.Miller · Quelle: cdn.winget.microsoft.com
Überblick
Like sed, awk, cut, join & sort for name-indexed data such as CSV
Verlauf
Miller, whose executable is `mlr`, is John Kerl's command-line data-processing tool for record-oriented formats. Kerl's csv,conf,v7 slides describe the origin as roughly 2015: he wanted a record-aware tool because classic Unix commands such as grep, cut, and sort are line-aware and column-index oriented. The project name and design reflect that Unix-toolkit lineage, but with fields addressed by name rather than by position.
The technical milestone that defines Miller is its key-value record model. Its README describes it as being like awk, sed, cut, join, and sort for CSV, TSV, JSON, JSON Lines, and positionally indexed data; it can add, drop, sort, aggregate, pretty-print, and convert fields while streaming records. The documentation explains that Miller's natural data structure is an insertion-ordered hash map, which lets it handle heterogenous records and format-aware operations such as preserving CSV headers.
Miller's package-manager footprint is broad: the README lists installation through apt, yum, snap, Homebrew, MacPorts, Chocolatey, WinGet, and Scoop, and the av.db record also maps it across APK, Debian, DNF, Nix, Pacman, Ubuntu, and Zypper. It is used as a shell-pipeline tool for data cleaning, ETL preparation, log processing, statistical summaries, format conversion, and database-query post-processing. Its adoption signals include thousands of GitHub stars, many contributors, and community documentation and talks aimed at CSV and command-line data users.
A major implementation milestone was the Go line, represented by Miller 6. The performance documentation notes CSV and record I/O improvements in Miller 6, later allocation and garbage-collection reductions, and a portable single-binary Go implementation with no runtime dependencies. This made Miller easier to distribute as a small CLI while keeping its niche as a data-aware companion to the traditional Unix toolkit, jq, xsv, csvtk, q, Nushell, pandas, and SQL databases.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
mlr | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/johnkerl/miller
Installationsmetadaten
| Paketschlüssel | brew:miller |
|---|---|
| Version | 6.20.2 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/miller |
| Homepage | https://github.com/johnkerl/miller |
| Repository | https://github.com/johnkerl/miller |
| Upstream-Dokumentation | https://github.com/johnkerl/miller |
| Lizenz | BSD-2-Clause |
| Quellarchiv | https://github.com/johnkerl/miller/archive/refs/tags/v6.20.2.tar.gz |
| Zuletzt aktualisiert | 2026-07-04T21:37:00Z |
| Pulse | updated |
| Build-Abhängigkeiten | go |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | miller |
| 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
miller 6.13.0-1
name-indexed data processing tool
https://github.com/johnkerl/miller
sudo apt install millermiller
nix profile install nixpkgs#millermiller 6.11.0-1
name-indexed data processing tool
https://github.com/johnkerl/miller
sudo apt install millermiller 6.16.0-r5
Name-indexed data processing tool
https://miller.readthedocs.io/
sudo apk add millermiller-doc 6.16.0-r5
Name-indexed data processing tool (documentation)
https://miller.readthedocs.io/
sudo apk add miller-docmiller 6.13.0-8.fc44
Name-indexed data processing tool
https://github.com/johnkerl/miller
sudo dnf install millermiller 6.18.1-1
Name-indexed data processing tool
https://github.com/johnkerl/miller
sudo pacman -S millermiller 6.18.1+git20260419.9a25ba5df-1.1
Name-indexed data processing tool
http://johnkerl.org/miller/doc
sudo zypper install millermiller
sudo port install millermain/miller
scoop install main/millerMiller.Miller
winget install --id Miller.Miller -eQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.