# 使用 Homebrew, apk, MacPorts, Nix, zypper, pacman, scoop, winget 安装 taplo

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

## 安装

```sh
sudo av install brew:taplo
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install taplo
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install taplo
```

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

### Linux

- apk (92%):

```sh
sudo apk add taplo
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#taplo
```

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

- zypper (92%):

```sh
sudo zypper install taplo
```

  证据: openSUSE Tumbleweed package metadata: taplo from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

- pacman (92%):

```sh
sudo pacman -S taplo-cli
```

  证据: Arch Linux sync databases: taplo-cli from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- Scoop (92%):

```sh
scoop install main/taplo
```

  证据: Scoop official bucket manifest trees: bucket/taplo.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id tamasfe.taplo -e
```

  证据: Windows Package Manager source index: tamasfe.taplo from https://cdn.winget.microsoft.com/cache/source.msix

## 软件包事实

- **软件包键:** brew:taplo
- **软件包管理器:** Homebrew
- **版本:** 0.10.0
- **来源摘要:** TOML toolkit written in Rust
- **主页:** <https://taplo.tamasfe.dev>
- **仓库:** <https://github.com/tamasfe/taplo>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- taplo (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

Taplo is a Rust-based TOML toolkit used as a command-line formatter, validator, library, and embeddable language server. It matters in package-manager culture because TOML is the configuration format behind Cargo, pyproject-style tooling, and many modern developer utilities, so a fast standalone TOML tool is useful in editors, CI, and packaging checks.

### 项目历史

The official Taplo site presents the project as a feature-rich TOML toolkit supporting TOML 1.0.0, syntactic validation, JSON-schema validation, formatter options, and an embeddable language server. Its GitHub README describes the repository as the home of the Taplo TOML v1.0.0 toolkit and points users to the project website for details.

### 采用历史

The supplied package-manager metadata shows Taplo packaged beyond Homebrew, including apk, MacPorts, Nix, Arch via taplo-cli, Scoop, WinGet, and zypper. That breadth fits its role as a small cross-platform developer tool rather than a service daemon or application framework.

### 使用方式

Common use is direct CLI validation and formatting of TOML files, plus editor integration through the language-server component. The official configuration docs state that Taplo looks in the working directory or workspace root for .taplo.toml and then taplo.toml, making it easy to add project-local formatting and schema rules.

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

Package maintainers care about Taplo because TOML correctness and stable formatting affect manifests, lockfiles, and editor tooling. A standalone binary lets packagers wire TOML checks into formulae, CI jobs, and editor environments without carrying a larger language-specific toolchain at runtime.

### 时间线

- 2021: Taplo CLI and LSP releases appear in the official GitHub release history.
- 2022: Taplo CLI 0.8.0 is published in the official release history.
- 2024: Taplo CLI 0.9.0 and Taplo core releases are published.
- 2025: Taplo CLI 0.10.0 is published.

### Related projects

- TOML, Rust, JSON Schema, language-server protocol clients, editor TOML extensions, Cargo-oriented developer tooling.

### 来源

- <https://github.com/tamasfe/taplo official repository README and GitHub releases.>
- <https://taplo.tamasfe.dev/ official site: toolkit, validation, formatter, language-server, TOML 1.0.0 support.>
- <https://taplo.tamasfe.dev/configuration/file.html official docs: .taplo.toml and taplo.toml lookup order.>
- input source_facts.package-manager: packaged in apk, brew, MacPorts, Nix, pacman, Scoop, WinGet, and zypper.


## 安全说明

narrow executable package without higher-risk signals.

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


## Configuration and credential file locations

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.


## Configuration files

- Unix: .taplo.toml, taplo.toml
## 其他软件包管理器记录

- Nix - taplo: normalized package name match | nixpkgs package indexes: pkgs/by-name/ta/taplo/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - taplo - 0.10.0-r0: normalized package name match | Alpine Linux edge package indexes: taplo from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A TOML toolkit written in Rust | https://taplo.tamasfe.dev/
- pacman - taplo-cli - 0.10.0-1: normalized package name match | Arch Linux sync databases: taplo-cli from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | TOML toolkit written in Rust | https://taplo.tamasfe.dev/cli/introduction.html
- zypper - taplo - 0.10.0-1.5: normalized package name match | openSUSE Tumbleweed package metadata: taplo from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A TOML toolkit written in Rust | https://github.com/tamasfe/taplo
- MacPorts - taplo: normalized package name match | MacPorts ports tree: devel/taplo/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/taplo: normalized package name match | Scoop official bucket manifest trees: bucket/taplo.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - tamasfe.taplo: normalized package name match | Windows Package Manager source index: tamasfe.taplo from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

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


## 来源

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