macOS
brew install lcdproclocal Homebrew formula metadata
brew
Display real-time system information on a LCD. Version 0.5.9 via Homebrew; verified from local package data.
install
brew install lcdproclocal Homebrew formula metadata
sudo apk add lcdprocAlpine Linux edge package indexes · lcdproc · source: dl-cdn.alpinelinux.org
sudo apt install lcdprocDebian stable package indexes · lcdproc · source: deb.debian.org
sudo dnf install lcdprocFedora Rawhide package metadata · lcdproc · source: dl.fedoraproject.org
nix profile install nixpkgs#lcdprocnixpkgs package indexes · pkgs/by-name/lc/lcdproc/package.nix · source: api.github.com
sudo pacman -S lcdprocArch Linux sync databases · lcdproc · source: geo.mirror.pkgbuild.com
overview
Display real-time system information on a LCD
history
LCDproc is a client/server suite for driving character LCDs, VFDs, and related small displays from Unix-like systems. The daemon `LCDd` talks to display hardware, while clients such as `lcdproc` send system status and application data over a TCP protocol.
The project README says LCDproc was originally written by William Ferrell and Selene Scriven. The credits file describes Ferrell as the project founder and author of the first versions, and Scriven as the main programmer for versions 0.2 through 0.4-pre9, turning the original small single-system utility into the recognizable LCDproc form.
LCDproc's early site history page was active by 2002, and its changelog shows the long 0.5 series adding and maintaining drivers for HD44780-style displays, serial devices, USB devices, graphical displays, Raspberry Pi and other embedded connections, curses and X11 output, and remote-control input.
LCDproc spread through Linux and BSD hobbyist, server, HTPC, and embedded installations where small front-panel displays were useful for CPU load, uptime, network state, media-center status, or appliance feedback. Its README emphasizes that the client and server communicate over TCP, so the machine producing data and the machine connected to the display do not need to be the same host.
Package-manager adoption across Homebrew, Debian, Ubuntu, Fedora, Arch, Nix, and Alpine reflects its status as old-school system hardware glue: not glamorous, but reusable enough that distributions keep shipping both the daemon and example clients.
Typical deployments configure `LCDd.conf` for the display driver and connection type, run the `LCDd` daemon, then start clients such as `lcdproc`, `lcdexec`, or custom scripts that send screens and widgets to the daemon.
LCDproc matters to package nerds because it is a classic hardware-support package: a daemon, many optional drivers, sample config files, init/service integration, and decades of compatibility work for devices that may only exist on one appliance or front panel.
It also shows why packaging hardware tools is messy: the same package can be a server daemon, a set of client utilities, Perl examples, config templates, and driver support for serial, parallel, USB, GPIO, I2C, framebuffer, curses, and X11 targets.
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.
local files
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.
Config paths the tool may read or write during local use.
/etc/lcdproc/LCDd.conf/etc/lcdproc/lcdproc.confexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
LCDd | cli | global executable | |
fortune.pl | cli | global executable | |
iosock.pl | cli | global executable | |
lcdexec | cli | global executable | |
lcdident.pl | cli | global executable | |
lcdmetar.pl | cli | global executable | |
lcdproc | cli | global executable | |
lcdvc | cli | global executable | |
tail.pl | cli | global executable | |
x11amp.pl | 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/lcdproc/lcdproc
install metadata
| Package key | brew:lcdproc |
|---|---|
| Version | 0.5.9 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/lcdproc |
| Homepage | https://www.lcdproc.org/ |
| Repository | https://github.com/lcdproc/lcdproc |
| Upstream docs | https://lcdproc.org/docs.php3 |
| License | GPL-2.0-or-later |
| Source archive | https://github.com/lcdproc/lcdproc/releases/download/v0.5.9/lcdproc-0.5.9.tar.gz |
| Dependencies | libftdi, libusb, libusb-compat |
| Build dependencies | pkgconf |
| Uses from macOS | ncurses |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | lcdproc |
| Version Scheme | 0 |
| Revision | 2 |
| 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.
lcdproc 0.5.9-7+b3
LCD display driver daemon and clients
sudo apt install lcdproclcdproc-extra-drivers 0.5.9-7+b3
extra drivers for the LCD display driver daemon
sudo apt install lcdproc-extra-driverslcdproc
nix profile install nixpkgs#lcdproclcdproc 0.5.9-7build2
LCD display driver daemon and clients
sudo apt install lcdproclcdproc-extra-drivers 0.5.9-7build2
extra drivers for the LCD display driver daemon
sudo apt install lcdproc-extra-driverslcdproc 0.5.9-r6
Multi-platform LCD display driver
sudo apk add lcdproclcdproc-doc 0.5.9-r6
Multi-platform LCD display driver (documentation)
sudo apk add lcdproc-doclcdproc-openrc 0.5.9-r6
Multi-platform LCD display driver (OpenRC init scripts)
sudo apk add lcdproc-openrclcdproc 0.5.9-27.20210209git5c21e8c.fc44
Display real-time system information on a 20x4 back-lit LCD
sudo dnf install lcdproclcdproc 0.5.9-11
Utility to drive one or more LCD (and LCD-like) devices
http://lcdproc.omnipotent.net/
sudo pacman -S lcdprocsource 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.