# 使用 Homebrew, MacPorts, Nix, pacman, scoop, winget 安装 tombi

查看 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 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。



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