macOS
brew install youplotlocal Homebrew formula metadata
brew
Command-line tool that draw plots on the terminal. Version 0.5.0 via Homebrew; verified 2026-05-24.
install
brew install youplotlocal Homebrew formula metadata
sudo apt install youplotDebian stable package indexes · youplot · source: deb.debian.org
nix profile install nixpkgs#youplotnixpkgs package indexes · pkgs/by-name/yo/youplot/package.nix · source: api.github.com
overview
Command-line tool that draw plots on the terminal
history
YouPlot is a Ruby command-line plotting tool that renders charts directly in the terminal. It is powered by UnicodePlot and ships both `youplot` and the shorter `uplot` command for shell pipelines.
The public repository was created in July 2020 and later moved under the Red Data Tools organization, a Ruby data-processing community. RubyGems metadata identifies the author as kojix2 and describes the gem as a command-line tool for Unicode plotting.
YouPlot grew as a thin, practical CLI layer around UnicodePlot.rb: instead of starting R, Python, Julia, gnuplot, or a graphical plotting environment, users can pipe TSV/CSV-like data into a terminal chart. The README keeps that Unix-pipeline identity front and center with examples based on curl, awk, cut, sort, and stdin.
YouPlot found its audience among developers and data workers who want quick visual checks without leaving SSH, a terminal multiplexer, or a shell pipeline. Its installation docs list Homebrew, RubyGems, Nix, Guix, and conda-assisted Ruby setups, which is broader distribution than many small Ruby CLIs get.
By July 2026 GitHub metadata showed several thousand stars despite the project being small, suggesting that the appeal is the workflow idea: quick terminal plots as a complement to heavier plotting environments.
Common commands include barplot/bar, histogram/hist, lineplot/line, scatter, density, boxplot, and count. Users can pass files or stream data through stdin, set delimiters and headers, and optionally output transformed data back into another pipeline.
Typical package-manager usage is installing `uplot` for quick exploratory checks: process lists by user, file sizes, CSV columns, generated numeric data, or small scientific datasets where an inline terminal graphic is enough.
YouPlot is a nice example of packaging a tiny ergonomic wrapper that changes a workflow. The heavy idea is not a new plotting engine; it is making Unicode terminal plots feel like `sort` or `awk` in a pipeline.
It also shows the Red Data Tools pattern: Ruby packages that make data work viable from the command line, even in spaces dominated by Python and R.
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 |
|---|---|---|---|
uplot | cli | global executable | |
youplot | cli | global executable |
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.
https://github.com/red-data-tools/YouPlot
install metadata
| Package key | brew:youplot |
|---|---|
| Version | 0.5.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/youplot |
| Homepage | https://github.com/red-data-tools/YouPlot/ |
| Repository | https://github.com/red-data-tools/YouPlot |
| Upstream docs | https://github.com/red-data-tools/YouPlot#readme |
| License | MIT |
| Source archive | https://github.com/red-data-tools/YouPlot/archive/refs/tags/v0.5.0.tar.gz |
| Last updated | 2026-05-24T05:15:15Z |
| Pulse | updated |
| Dependencies | ruby |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | youplot |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
youplot 0.4.6-2
command line tool for Unicode plotting in the terminal
https://github.com/red-data-tools/YouPlot
sudo apt install youplotyouplot
nix profile install nixpkgs#youplotsource 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.