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

tombi のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:tombi
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install tombi
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install tombi
```

  証拠: MacPorts ports tree: textproc/tombi/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#tombi
```

  証拠: nixpkgs package indexes: pkgs/by-name/to/tombi/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S tombi
```

  証拠: Arch Linux sync databases: tombi from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- Scoop (92%):

```sh
scoop install main/tombi
```

  証拠: Scoop official bucket manifest trees: bucket/tombi.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id tombi-toml.tombi -e
```

  証拠: Windows Package Manager source index: tombi-toml.tombi from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:tombi
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.2.6
- **ソース概要:** TOML formatter, linter and language server
- **ホームページ:** <https://github.com/tombi-toml/tombi>
- **リポジトリ:** <https://github.com/tombi-toml/tombi>
- **最終更新:** 2026-08-03T04:52:18Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- tombi (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 1.2.6
## プロジェクトの歴史と使われ方

Tombi is a modern TOML toolkit that combines a formatter, linter, and language server. Its documentation positions it as a response to TOML's growing role in developer configuration files, especially `pyproject.toml` in Python and `Cargo.toml` in Rust.

### プロジェクトの歴史

The official docs say Tombi was created to support teams that use TOML as a configuration format and to provide a reliable development experience for TOML files. The README and repository show a multi-surface project: CLI tooling, editor integrations, schemas, docs, and language-server behavior all live in the same upstream project.

### 採用の歴史

Tombi's README badges show distribution across editor and package ecosystems: VS Code Marketplace, Open VSX, JetBrains Marketplace, Zed, Homebrew, PyPI, and npm. The input metadata also records Homebrew, MacPorts, Nix, Arch, Scoop, and winget packaging, which is typical for language tooling that wants to be easy to install inside editors and CI.

### 使われ方

The docs divide the tool into formatter, linter, CLI, language server, editor integration, configuration, environment variables, JSON Schema support, directives, and extensions. The README's quick start shows `uvx tombi format`, while Homebrew exposes the `tombi` executable for local formatting, linting, and LSP use.

### パッケージ好きにとっての重要性

For package nerds, Tombi is interesting because it treats TOML as a first-class language-tooling target rather than a passive config format. Its value is strongest in polyglot repos where TOML files control Python, Rust, package metadata, tool settings, and editor behavior.

### タイムライン

- Current: Official docs describe Tombi as a TOML formatter, linter, and language server.
- Current: README badges show availability through editor marketplaces and package registries including Homebrew, PyPI, and npm.

### Related projects

- The official docs compare Tombi's role to established YAML and JSON language-server/editor support, and emphasize TOML use in Python and Rust ecosystems.

### ソース

- <https://raw.githubusercontent.com/tombi-toml/tombi/main/README.md>
- <https://tombi-toml.github.io/tombi/docs>
- source_facts.description
- source_facts.package-manager


## セキュリティノート

tombi に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。



## 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

- Linux: /etc/tombi/config.toml
- macOS: ~/Library/Application Support/tombi/config.toml
- Unix: .tombi.toml, tombi.toml, .config/tombi.toml, pyproject.toml, $XDG_CONFIG_HOME/tombi/config.toml, ~/.config/tombi/config.toml
- Windows: %APPDATA%\tombi\config.toml
## 他のパッケージマネージャ記録

- Nix - tombi: normalized package name match | nixpkgs package indexes: pkgs/by-name/to/tombi/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - tombi - 1.2.5-1: normalized package name match | Arch Linux sync databases: tombi from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | TOML Formatter / Linter / Language Server | https://tombi-toml.github.io/tombi/
- MacPorts - tombi: normalized package name match | MacPorts ports tree: textproc/tombi/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/tombi: normalized package name match | Scoop official bucket manifest trees: bucket/tombi.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - tombi-toml.tombi: normalized package name match | Windows Package Manager source index: tombi-toml.tombi from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

View the package source record on GitHub. [combined/tombi.yml](https://github.com/mxcl/pkgdb/blob/main/combined/tombi.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
