# taplo を Homebrew, apk, MacPorts, Nix, zypper, pacman, scoop, winget でインストール

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
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/taplo>
- **バージョン:** 0.10.0
- **ソース概要:** TOML toolkit written in Rust
- **ホームページ:** <https://taplo.tamasfe.dev>
- **リポジトリ:** <https://github.com/tamasfe/taplo>
- **上流ドキュメント:** <https://taplo.tamasfe.dev>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/tamasfe/taplo/archive/refs/tags/0.10.0.tar.gz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- taplo (cli)
- taplo (エイリアス)

## ビルド依存関係

- rust

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.10.0
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/tamasfe/taplo
- 検出された最新: 0.10.0 (最新)
- 情報: No package-manager update timestamp was available.
## プロジェクトの歴史と使われ方

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
## ソースデータベース詳細

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


## 関連リンク

- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Language runtime packages](https://pkg.so/ja/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [rust](https://pkg.so/ja/brew/rust/) - Build dependency declared by Homebrew.
- [tombi](https://pkg.so/ja/brew/tombi/) - Shares pkgdb curated category or tags: cli, developer-tools, formatter, language-server, toml.
- [superhtml](https://pkg.so/ja/brew/superhtml/) - Shares pkgdb curated category or tags: cli, developer-tools, formatter, language-server, validator.
- [tidy-html5](https://pkg.so/ja/brew/tidy-html5/) - Shares pkgdb curated category or tags: cli, developer-tools, formatter, validator.
- [tinymist](https://pkg.so/ja/brew/tinymist/) - Shares pkgdb curated category or tags: cli, developer-tools, formatter, language-server.
- [jsonlint](https://pkg.so/ja/brew/jsonlint/) - Shares pkgdb curated category or tags: cli, developer-tools, formatter, validator.
- [air](https://pkg.so/ja/brew/air/) - Shares pkgdb curated category or tags: cli, developer-tools, formatter, language-server.
- [panache](https://pkg.so/ja/brew/panache/) - Shares pkgdb curated category or tags: cli, developer-tools, formatter, language-server.
- [xcbeautify](https://pkg.so/ja/brew/xcbeautify/) - Shares pkgdb curated category or tags: cli, developer-tools, formatter.

## 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
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
