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

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

## インストール

```sh
sudo av install brew:faketty
```

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

### macOS

- Homebrew (100%):

```sh
brew install faketty
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#faketty
```

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

## パッケージ情報

- **パッケージキー:** brew:faketty
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/faketty>
- **バージョン:** 1.0.20
- **ソース概要:** Wrapper to exec a command in a pty, even if redirecting the output
- **ホームページ:** <https://github.com/dtolnay/faketty>
- **リポジトリ:** <https://github.com/dtolnay/faketty>
- **上流ドキュメント:** <https://github.com/dtolnay/faketty#readme>
- **ライセンス:** Apache-2.0 OR MIT
- **ソースアーカイブ:** <https://github.com/dtolnay/faketty/archive/refs/tags/1.0.20.tar.gz>
- **生成日時:** 2026-07-08T07:18:31+00:00

## 実行可能ファイル

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

## ビルド依存関係

- rust

## インストール挙動

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

## バージョンと鮮度

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

faketty is a Rust command wrapper that runs another command inside a pseudoterminal even when stdout or stderr are redirected.

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

The GitHub repository was created in September 2020. Its README frames the tool as similar to script(1), but with a key difference: faketty preserves distinct stdout and stderr streams instead of merging output through a single pty.

### 採用の歴史

faketty is distributed through Cargo and packaged by Homebrew and Nix according to the input metadata. That makes it a small developer-tool package for build logs, CI scripts, and command wrappers that need terminal-style output without losing stream separation.

### 使われ方

The documented example wraps a build command such as bazel build while redirecting stdout and stderr to separate log files. This keeps programs that detect terminals from disabling colors, progress bars, or other tty-dependent behavior.

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

faketty is a concise packaging target because it solves one Unix tooling edge case cleanly: preserve terminal behavior for the child process while keeping stdout and stderr demultiplexed for logs.

### タイムライン

- 2020-09: The GitHub repository is created.
- 2026-01: Version 1.0.20 is published on GitHub releases.

### Related projects

- faketty is explicitly related to script(1) and Unix pseudoterminal tooling, but exists for the separate-stream logging case that script(1) does not cover.

### ソース

- <https://github.com/dtolnay/faketty>
- <https://github.com/dtolnay/faketty#readme>
- <https://api.github.com/repos/dtolnay/faketty>
- <https://api.github.com/repos/dtolnay/faketty/releases?per_page=5>


## セキュリティノート

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:** faketty
- **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

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

- Nix - faketty: normalized package name match | nixpkgs package indexes: pkgs/by-name/fa/faketty/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## 関連リンク

- [Source-control packages](https://www.automicvault.com/ja/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/ja/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/ja/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [rust](https://www.automicvault.com/ja/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [aha](https://www.automicvault.com/ja/pkg/brew/aha/) - Shares av.db curated category or tags: cli, developer-tools, terminal.
- [amtterm](https://www.automicvault.com/ja/pkg/brew/amtterm/) - Shares av.db curated category or tags: cli, developer-tools, terminal.
- [ansifilter](https://www.automicvault.com/ja/pkg/brew/ansifilter/) - Shares av.db curated category or tags: cli, developer-tools, terminal.
- [ccat](https://www.automicvault.com/ja/pkg/brew/ccat/) - Shares av.db curated category or tags: cli, developer-tools, terminal.
- [clive](https://www.automicvault.com/ja/pkg/brew/clive/) - Shares av.db curated category or tags: cli, developer-tools, terminal.
- [colordiff](https://www.automicvault.com/ja/pkg/brew/colordiff/) - Shares av.db curated category or tags: cli, developer-tools, terminal.
- [colormake](https://www.automicvault.com/ja/pkg/brew/colormake/) - Shares av.db curated category or tags: cli, developer-tools, terminal.
- [et](https://www.automicvault.com/ja/pkg/brew/et/) - Shares av.db curated category or tags: cli, developer-tools, terminal.
- [rlwrap](https://www.automicvault.com/ja/pkg/brew/rlwrap/) - Local package facts share a topical domain. Shared terms: cli, developer, developer-tools, terminal, wrapper.
- [termshot](https://www.automicvault.com/ja/pkg/brew/termshot/) - Local package facts share a topical domain. Shared terms: cli, developer, developer-tools, output, terminal.

## Combined YAML source

View the package source record on GitHub. [combined/faketty.yml](https://github.com/automic-vault/db/blob/main/combined/faketty.yml)


## ソース

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