Automic VaultAutomic Vault

brew

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

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

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install tombi

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install tombi

MacPorts ports tree · textproc/tombi/Portfile · 来源: api.github.com

Linux

Nix已验证 · 92%
nix profile install nixpkgs#tombi

nixpkgs package indexes · pkgs/by-name/to/tombi/package.nix · 来源: api.github.com

Arch Linux pacman已验证 · 92%
sudo pacman -S tombi

Arch Linux sync databases · tombi · 来源: geo.mirror.pkgbuild.com

Windows

Scoop已验证 · 92%
scoop install main/tombi

Scoop official bucket manifest trees · bucket/tombi.json · 来源: api.github.com

Windows Package Manager已验证 · 92%
winget install --id tombi-toml.tombi -e

Windows Package Manager source index · tombi-toml.tombi · 来源: cdn.winget.microsoft.com

概览

软件包摘要

TOML formatter, linter and language server

命令和别名

  • tombi

历史

项目历史与用法

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.

安全态势

尚未找到受保护工具覆盖

没有找到 tombi 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 构建元数据列出 1 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

local files

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

Config paths the tool may read or write during local use.

Linux
/etc/tombi/config.toml
macOS
~/Library/Application Support/tombi/config.toml
Unix
.tombi.tomltombi.toml.config/tombi.tomlpyproject.toml$XDG_CONFIG_HOME/tombi/config.toml~/.config/tombi/config.toml
Windows
%APPDATA%\tombi\config.toml

可执行文件

已安装的可执行文件

命令类型暴露范围备注
tombicli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-25
管理器版本1.2.4
管理器更新时间2026-07-19
本地数据OK
上游当前
检测到的最新版本v1.2.4

https://github.com/tombi-toml/tombi

  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:tombi
版本1.2.4
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/tombi
主页https://github.com/tombi-toml/tombi
仓库https://github.com/tombi-toml/tombi
上游文档https://tombi-toml.github.io/tombi
许可证MIT
源码归档https://github.com/tombi-toml/tombi/archive/refs/tags/v1.2.4.tar.gz
最后更新2026-07-19T12:32:56Z
Pulseupdated
构建依赖rust
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Nametombi
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Nix95%

tombi

nix profile install nixpkgs#tombi
  • normalized package name match
  • 匹配方式:Tombi
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/to/tombi/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
pacman95%

tombi 1.1.2-1

TOML Formatter / Linter / Language Server

https://tombi-toml.github.io/tombi/

sudo pacman -S tombi
  • License: MIT
  • Architecture: x86_64
  • 1 依赖
  • normalized package name match
  • 匹配方式:Tombi
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: tombi from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

tombi

sudo port install tombi
  • normalized package name match
  • 匹配方式:Tombi
MacPorts ports tree · api.github.com · MacPorts ports tree: textproc/tombi/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/tombi

scoop install main/tombi
  • normalized package name match
  • 匹配方式:Tombi
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/tombi.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

tombi-toml.tombi

winget install --id tombi-toml.tombi -e
  • normalized package name match
  • 匹配方式:Tombi
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: tombi-toml.tombi from https://cdn.winget.microsoft.com/cache/source.msix

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment