macOS
brew install fakettylocal Homebrew formula metadata
brew / rank 9235
Wrapper to exec a command in a pty, even if redirecting the output. Version 1.0.20 via Homebrew; verified from local package data. Also installable with nix: nix profile install nixpkgs#faketty.
install
brew install fakettylocal Homebrew formula metadata
nix profile install nixpkgs#fakettynixpkgs package indexes · pkgs/by-name/fa/faketty/package.nix · source: api.github.com
overview
Wrapper to exec a command in a pty, even if redirecting the output
history
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
faketty | executable | indexed executable | Discovered from the local executable index. |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:faketty |
|---|---|
| Version | 1.0.20 |
| Package manager | Homebrew |
| Homepage | https://github.com/dtolnay/faketty |
| Repository | https://github.com/dtolnay/faketty |
| Bottle | not recorded |
| Service | none declared |
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
faketty
nix profile install nixpkgs#fakettysource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.