# tml を Homebrew, apt, Nix でインストール

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

## インストール

```sh
sudo av install brew:tml
```

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

### macOS

- Homebrew (100%):

```sh
brew install tml
```

  証拠: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install tml
```

  証拠: Debian stable package indexes: tml from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#tml
```

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

## パッケージ情報

- **パッケージキー:** brew:tml
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/tml>
- **バージョン:** 0.7.1
- **ソース概要:** Tiny markup language for terminal output
- **ホームページ:** <https://github.com/liamg/tml>
- **リポジトリ:** <https://github.com/liamg/tml>
- **ライセンス:** Unlicense
- **ソースアーカイブ:** <https://github.com/liamg/tml/archive/refs/tags/v0.7.1.tar.gz>
- **最終更新:** 2026-07-26T00:50:42+02:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

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

## ビルド依存関係

- go

## インストール挙動

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

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.7.1
- マネージャ更新日: 2026-07-26
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/liamg/tml
- 検出された最新: v0.7.1 (最新)
## プロジェクトの歴史と使われ方

tml, short for Terminal Markup Language, is a Go module and standalone binary for writing colored and formatted terminal output with tag-like markup.

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

The project is intentionally small. Its official README presents tml as both a Go library and a CLI that reads tagged text and renders terminal color and attributes, making shell and Go output easier to read without manually writing escape sequences.

### 採用の歴史

The supplied source facts show tml packaged in Homebrew and Nix, and as a Debian/Ubuntu Go development package. That adoption pattern reflects a dual identity: a command-line helper for shell users and a library dependency for Go packages.

### 使われ方

tml is used by piping text containing tags to the binary or by calling the Go package from an application. The README documents foreground colors, background colors, and attributes such as bold, dim, italic, underline, blink, reverse, hidden, and strikethrough.

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

tml is package-nerd useful because it offers a tiny, installable alternative to bespoke ANSI escape handling. It is especially relevant to developers building small CLIs who want readable terminal output code.

### タイムライン

- 2024: The GitHub project page lists v0.7.0 as the latest release, dated April 24, 2024.
- 2026: The batch source facts list Homebrew, Debian, Ubuntu, and Nix package entries.

### Related projects

- Go command-line applications are the primary library audience described by the README.
- Shell scripts are the primary standalone-binary audience described by the README.

### ソース

- <https://github.com/liamg/tml#readme>
- input.source_facts.package-manager


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## ソースデータベース詳細

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

## 他のパッケージマネージャ記録

- Debian apt - golang-github-liamg-tml-dev - 0.7.0-1: normalized package name match | Debian stable package indexes: golang-github-liamg-tml-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | terminal markup language library for Go | https://github.com/liamg/tml
- Debian apt - tml - 0.7.0-1+b5: normalized package name match | Debian stable package indexes: tml from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | terminal markup language | https://github.com/liamg/tml
- Nix - tml: normalized package name match | nixpkgs package indexes: pkgs/by-name/tm/tml/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - golang-github-liamg-tml-dev - 0.6.0-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: golang-github-liamg-tml-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | terminal markup language library for Go | https://github.com/liamg/tml
- Ubuntu apt - tml - 0.6.0-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: tml from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | terminal markup language | https://github.com/liamg/tml


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [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.
- [go](https://pkg.so/ja/brew/go/) - Build dependency declared by Homebrew.
- [fzf](https://pkg.so/ja/brew/fzf/) - Shares pkgdb curated category or tags: cli, developer-tools, go, terminal.
- [micro](https://pkg.so/ja/brew/micro/) - Shares pkgdb curated category or tags: cli, developer-tools, go, terminal.
- [jjui](https://pkg.so/ja/brew/jjui/) - Shares pkgdb curated category or tags: cli, developer-tools, go, terminal.
- [peco](https://pkg.so/ja/brew/peco/) - Shares pkgdb curated category or tags: cli, developer-tools, go, terminal.
- [gat](https://pkg.so/ja/brew/gat/) - Shares pkgdb curated category or tags: cli, developer-tools, go, terminal.
- [ccat](https://pkg.so/ja/brew/ccat/) - Shares pkgdb curated category or tags: cli, developer-tools, go, terminal.
- [nyan](https://pkg.so/ja/brew/nyan/) - Shares pkgdb curated category or tags: cli, developer-tools, go, terminal.
- [heksa](https://pkg.so/ja/brew/heksa/) - Shares pkgdb curated category or tags: cli, developer-tools, go, terminal-colors.

## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
