# 使用 Homebrew, apk, Nix 安装 dotenv-linter

查看 dotenv-linter 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:dotenv-linter
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install dotenv-linter
```

  证据: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add dotenv-linter
```

  证据: Alpine Linux edge package indexes: dotenv-linter from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#dotenv-linter
```

  证据: nixpkgs package indexes: pkgs/by-name/do/dotenv-linter/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:dotenv-linter
- **软件包管理器:** Homebrew
- **版本:** 4.0.0
- **来源摘要:** Lightning-fast linter for .env files written in Rust
- **主页:** <https://dotenv-linter.github.io>
- **仓库:** <https://github.com/dotenv-linter/dotenv-linter>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- dotenv-linter (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 4.0.0
## 项目历史与用法

dotenv-linter is a Rust command-line linter for dotenv-style .env files. It occupies a small but practical niche in developer tooling: catching duplicate keys, formatting mistakes, missing values, and other problems in configuration files before an application fails at runtime.

### 项目历史

The project reached a public 1.0.0 release on January 1, 2020, and its README presents the Rust rewrite as the fast successor to an earlier dotenv-linter implementation. The official documentation grew around checks, fix mode, diff mode, installation options, and CI integrations rather than a large application framework.

### 采用历史

Adoption has mostly followed the package-manager and CI-tooling route. The project documents GitHub Actions, CircleCI, Super-Linter, reviewdog, pre-commit hooks, and package-manager installation paths, which made it easy to add to existing repositories without changing application code.

### 使用方式

Developers use dotenv-linter locally or in CI to scan one or more .env files, automatically fix some warnings, or compare .env and .env.example files for missing keys. It is language-agnostic because dotenv files are used across many ecosystems.

### 为什么软件包爱好者会关心

For package maintainers, dotenv-linter is a compact example of the modern Rust CLI pattern: a single executable, fast startup, prebuilt install script, Homebrew/Nix/APK packaging, and direct CI integration. Its significance is not broad platform history but the way it packages a tiny quality gate as a reproducible CLI tool.

### 时间线

- 2020: v1.0.0 was published on GitHub releases.
- 2020: v2.x releases added to the project during the broader Rust CLI rewrite period.
- 2021: v3.0.0 was published, reflecting continued maintenance of the Rust implementation.

### Related projects

- dotenv
- reviewdog
- pre-commit
- GitHub Super-Linter

### 来源

- <https://github.com/dotenv-linter/dotenv-linter>
- <https://dotenv-linter.github.io/>
- <https://api.github.com/repos/dotenv-linter/dotenv-linter/releases?per_page=100>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

## 其他软件包管理器记录

- Nix - dotenv-linter: normalized package name match | nixpkgs package indexes: pkgs/by-name/do/dotenv-linter/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - dotenv-linter - 4.0.0-r0: normalized package name match | Alpine Linux edge package indexes: dotenv-linter from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Lightning-fast linter for .env files | https://dotenv-linter.github.io


## Combined YAML source

View the package source record on GitHub. [combined/dotenv-linter.yml](https://github.com/mxcl/pkgdb/blob/main/combined/dotenv-linter.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
