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

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

## インストール

```sh
sudo av install brew:tealdeer
```

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

### macOS

- Homebrew (100%):

```sh
brew install tealdeer
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install tealdeer
```

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

### Linux

- apk (92%):

```sh
sudo apk add tealdeer
```

  証拠: Alpine Linux edge package indexes: tealdeer from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install tealdeer
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#tealdeer
```

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

- pacman (92%):

```sh
sudo pacman -S tealdeer
```

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

- zypper (92%):

```sh
sudo zypper install tealdeer
```

  証拠: openSUSE Tumbleweed package metadata: tealdeer from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

- dnf (92%):

```sh
sudo dnf install tldr
```

  証拠: Fedora Rawhide package metadata: tldr from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install main/tealdeer
```

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

- winget (92%):

```sh
winget install --id dbrgn.tealdeer -e
```

  証拠: Windows Package Manager source index: dbrgn.tealdeer from https://cdn.winget.microsoft.com/cache/source.msix

## パッケージ情報

- **パッケージキー:** brew:tealdeer
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/tealdeer>
- **バージョン:** 1.8.1
- **ソース概要:** Very fast implementation of tldr in Rust
- **ホームページ:** <https://tealdeer-rs.github.io/tealdeer/>
- **リポジトリ:** <https://github.com/tealdeer-rs/tealdeer>
- **上流ドキュメント:** <https://tealdeer-rs.github.io/tealdeer/>
- **ライセンス:** Apache-2.0 OR MIT
- **ソースアーカイブ:** <https://github.com/tealdeer-rs/tealdeer/archive/refs/tags/v1.8.1.tar.gz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

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

## ビルド依存関係

- rust

## インストール挙動

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

## バージョンと鮮度

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

tealdeer is a Rust implementation of the TLDR client idea: simplified, example-based, community-maintained command help pages exposed through a fast `tldr` command. Its name is a pronunciation joke on "tldr".

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

The official README frames tealdeer as a fast TLDR client written in Rust, with goals including cache download, offline use after cache update, compatibility with the NodeJS TLDR client, compliance with the TLDR client specification, configurable highlighting, and speed.

The project maintains an mdBook user manual covering installation, usage, custom pages, configuration, and tips. Its usage documentation shows the installed binary is named `tldr`, aligning it with the broader TLDR client ecosystem rather than exposing a separate end-user command name.

### 採用の歴史

The official installation manual lists packages for Arch Linux, Debian, Fedora, FreeBSD, Funtoo, Homebrew, MacPorts, NetBSD, Nix, openSUSE, Scoop, Solus, and Void Linux, along with static binaries, Cargo installation, and source builds. The supplied package-manager facts also show broad packaging across Homebrew, Debian/Ubuntu, Fedora, MacPorts, Nix, pacman, Scoop, winget, and openSUSE.

### 使われ方

tealdeer is used as a fast local client for TLDR pages: users update or clear the cache, list cached commands, render pages, choose platform/language preferences, and customize display, style, search, update, and directory behavior through TOML configuration.

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

tealdeer is significant to package-manager users because it turns command examples into a fast, cacheable CLI experience and is packaged broadly under the familiar `tldr` executable. Its README even benchmarks multiple TLDR clients, placing it in the tradition of package nerds comparing small CLI implementations across languages.

### タイムライン

- 2021: README benchmark compares tealdeer against other TLDR clients.
- v0.2.0-v1.8.1: Official git tags show continued release series.
- 1.8.1: User manual usage page documents the current `tldr` command options.

### Related projects

- The README and user manual tie tealdeer to the TLDR Pages project, the TLDR client specification, tldr-node-client, tldr-python-client, tldr-bash, tldr-hs, fast-tldr, and outfieldr.

### ソース

- <https://github.com/tealdeer-rs/tealdeer>
- <https://raw.githubusercontent.com/tealdeer-rs/tealdeer/main/README.md>
- <https://tealdeer-rs.github.io/tealdeer/>
- <https://tealdeer-rs.github.io/tealdeer/config.html>
- <https://tealdeer-rs.github.io/tealdeer/installing.html>
- <https://tealdeer-rs.github.io/tealdeer/usage.html>
- source_facts.package-manager


## セキュリティノート

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

- Linux: $XDG_CONFIG_HOME/tealdeer/config.toml, ~/.config/tealdeer/config.toml
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** tealdeer
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Conflicts With:** tldr, tlrc
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

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

- Debian apt - tealdeer - 1.7.2-1+deb13u1: normalized package name match | Debian stable package indexes: tealdeer from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | simplified, example based and community-driven man pages | https://github.com/tealdeer-rs/tealdeer/
- Nix - tealdeer: normalized package name match | nixpkgs package indexes: pkgs/by-name/te/tealdeer/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - tealdeer - 1.6.1-4build2: normalized package name match | Ubuntu 24.04 LTS package indexes: tealdeer from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | simplified, example based and community-driven man pages | https://github.com/dbrgn/tealdeer/
- apk - tealdeer - 1.8.0-r0: normalized package name match | Alpine Linux edge package indexes: tealdeer from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Very fast implementation of tldr in Rust | https://tealdeer-rs.github.io/tealdeer/
- apk - tealdeer-bash-completion - 1.8.0-r0: normalized package name match | Alpine Linux edge package indexes: tealdeer-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Bash completions for tealdeer | https://tealdeer-rs.github.io/tealdeer/
- apk - tealdeer-fish-completion - 1.8.0-r0: normalized package name match | Alpine Linux edge package indexes: tealdeer-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Fish completions for tealdeer | https://tealdeer-rs.github.io/tealdeer/
- apk - tealdeer-zsh-completion - 1.8.0-r0: normalized package name match | Alpine Linux edge package indexes: tealdeer-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Zsh completions for tealdeer | https://tealdeer-rs.github.io/tealdeer/
- pacman - tealdeer - 1.8.1-2: normalized package name match | Arch Linux sync databases: tealdeer from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A fast tldr client in Rust | https://github.com/tealdeer-rs/tealdeer
- zypper - tealdeer - 1.8.0-1.5: normalized package name match | openSUSE Tumbleweed package metadata: tealdeer from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | An implementation of tldr in Rust | https://github.com/tealdeer-rs/tealdeer
- zypper - tealdeer-bash-completion - 1.8.0-1.5: normalized package name match | openSUSE Tumbleweed package metadata: tealdeer-bash-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Bash Completion for tealdeer | https://github.com/tealdeer-rs/tealdeer
- zypper - tealdeer-fish-completion - 1.8.0-1.5: normalized package name match | openSUSE Tumbleweed package metadata: tealdeer-fish-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Fish Completion for tealdeer | https://github.com/tealdeer-rs/tealdeer
- zypper - tealdeer-zsh-completion - 1.8.0-1.5: normalized package name match | openSUSE Tumbleweed package metadata: tealdeer-zsh-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Zsh Completion for tealdeer | https://github.com/tealdeer-rs/tealdeer
- MacPorts - tealdeer: normalized package name match | MacPorts ports tree: sysutils/tealdeer/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/tealdeer: normalized package name match | Scoop official bucket manifest trees: bucket/tealdeer.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - dbrgn.tealdeer: normalized package name match | Windows Package Manager source index: dbrgn.tealdeer from https://cdn.winget.microsoft.com/cache/source.msix
- Nix - tldr: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/tl/tldr/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## 関連リンク

- [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.
- [rust](https://pkg.so/ja/brew/rust/) - Build dependency declared by Homebrew.
- [starship](https://pkg.so/ja/brew/starship/) - Shares pkgdb curated category or tags: cli, developer-tools, rust, terminal.
- [helix](https://pkg.so/ja/brew/helix/) - Shares pkgdb curated category or tags: cli, developer-tools, rust, terminal.
- [sk](https://pkg.so/ja/brew/sk/) - Shares pkgdb curated category or tags: cli, developer-tools, rust, terminal.
- [gitui](https://pkg.so/ja/brew/gitui/) - Shares pkgdb curated category or tags: cli, developer-tools, rust, terminal.
- [moor](https://pkg.so/ja/brew/moor/) - Shares pkgdb curated category or tags: cli, developer-tools, rust, terminal.
- [mdbook](https://pkg.so/ja/brew/mdbook/) - Shares pkgdb curated category or tags: cli, developer-tools, documentation, rust.
- [gitu](https://pkg.so/ja/brew/gitu/) - Shares pkgdb curated category or tags: cli, developer-tools, rust, terminal.
- [genact](https://pkg.so/ja/brew/genact/) - Shares pkgdb curated category or tags: cli, developer-tools, rust, terminal.
- [try-rs](https://pkg.so/ja/brew/try-rs/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, fast, rust.
- [zsh-patina](https://pkg.so/ja/brew/zsh-patina/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, fast, rust.

## Combined YAML source

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