# 使用 Homebrew, MacPorts, Nix 安装 hcl2json

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

## 安装

```sh
sudo av install brew:hcl2json
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install hcl2json
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install hcl2json
```

  证据: MacPorts ports tree: textproc/hcl2json/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#hcl2json
```

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

## 软件包事实

- **软件包键:** brew:hcl2json
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/hcl2json>
- **版本:** 0.6.9
- **来源摘要:** Convert HCL2 to JSON
- **主页:** <https://github.com/tmccombs/hcl2json>
- **仓库:** <https://github.com/tmccombs/hcl2json>
- **许可证:** Apache-2.0
- **源码归档:** <https://github.com/tmccombs/hcl2json/archive/refs/tags/v0.6.9.tar.gz>
- **最后更新:** 2026-07-25T20:56:30-04:00
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- hcl2json (cli)
- hcl2json (别名)

## 构建依赖

- go

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 0.6.9
- 管理器更新时间: 2026-07-25
- 本地数据: OK
- 上游仓库: https://github.com/tmccombs/hcl2json
- 检测到的最新版本: v0.6.9 (当前)
## 项目历史与用法

hcl2json is a small Go command-line converter for turning HashiCorp Configuration Language version 2 input into JSON. Its niche is not general Terraform evaluation; it is a bridge for scripts and non-Go programs that need to inspect HCL-shaped configuration without embedding a full HCL-aware application.

### 项目历史

The repository was created in July 2019 and framed itself around HCL2 conversion at a time when HCL was becoming the shared configuration substrate for Terraform and other HashiCorp-style tools. The README says the tool was created because there were few direct schemaless converters, while later HashiCorp HCL tooling such as hcldec offered a more specification-driven path.

### 采用历史

Adoption stayed in the small-utility lane: Homebrew, MacPorts, Nix, prebuilt GitHub release binaries, Docker images, and tool-version-manager installs made it easy to drop into shell pipelines. The project matters most where HCL is data to inspect or transform rather than configuration to execute.

### 使用方式

Typical use is piping an HCL file or stdin through hcl2json and redirecting JSON output for downstream tools. The README also documents a simplify mode and an HCL pack-format mode, while warning that some HCL constructs cannot be converted with exact semantic equivalence.

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

Package maintainers care about hcl2json because it is a single-purpose, Go-built CLI with no runtime service, no credentials, and obvious test fixtures: feed HCL in, compare JSON out. It fills the awkward gap between plain text processing and linking a whole HCL application stack.

### 时间线

- 2019: GitHub repository created.
- 2019: v0.0.1 release published.
- 2020: 0.3.x releases broadened the early packaged surface.
- 2021: v0.3.2 release published.

### Related projects

- HashiCorp HCL provides the underlying configuration language and Go packages.
- Terraform is the most common class of HCL input mentioned by the project.
- hcldec is the upstream HCL command-line alternative for spec-guided decoding.

### 来源

- <https://api.github.com/repos/tmccombs/hcl2json>
- <https://api.github.com/repos/tmccombs/hcl2json/releases>
- <https://github.com/hashicorp/hcl>
- <https://github.com/tmccombs/hcl2json>


## 安全说明

narrow executable package without higher-risk signals.

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

## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** hcl2json
- **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:** head, stable

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

- Nix - hcl2json: normalized package name match | nixpkgs package indexes: pkgs/by-name/hc/hcl2json/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - hcl2json: normalized package name match | MacPorts ports tree: textproc/hcl2json/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 相关链接

- [Cloud CLI packages](https://pkg.so/zh-hans/cloud-clis/) - Belongs to a cloud or infrastructure command family.
- [Source-control packages](https://pkg.so/zh-hans/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/zh-hans/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [go](https://pkg.so/zh-hans/brew/go/) - Build dependency declared by Homebrew.
- [yj](https://pkg.so/zh-hans/brew/yj/) - Shares pkgdb curated category or tags: cli, developer-tools, hcl, json.
- [hcledit](https://pkg.so/zh-hans/brew/hcledit/) - Shares pkgdb curated category or tags: cli, developer-tools, hcl, terraform.
- [k2tf](https://pkg.so/zh-hans/brew/k2tf/) - Shares pkgdb curated category or tags: cli, developer-tools, hcl, terraform.
- [tfk8s](https://pkg.so/zh-hans/brew/tfk8s/) - Shares pkgdb curated category or tags: cli, developer-tools, hcl, terraform.
- [terraform-lsp](https://pkg.so/zh-hans/brew/terraform-lsp/) - Shares pkgdb curated category or tags: cli, developer-tools, hcl, terraform.
- [json2hcl](https://pkg.so/zh-hans/brew/json2hcl/) - Shares pkgdb curated category or tags: cli, developer-tools, hcl, json.
- [jq](https://pkg.so/zh-hans/brew/jq/) - Shares pkgdb curated category or tags: cli, developer-tools, json.
- [yq](https://pkg.so/zh-hans/brew/yq/) - Shares pkgdb curated category or tags: cli, developer-tools, json.

## Combined YAML source

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


## 来源

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