hollywood

February 23, 2026 ยท View on GitHub

Fill your console with Hollywood melodrama technobabble.

This utility splits your terminal into multiple panes of genuine technobabble, perfectly suitable for any Hollywood geek melodrama. It is particularly suitable on any number of computer consoles in the background of any excellent schlock technothriller.

For more information, visit hollywood.computer.

Quick Start

Run in Docker (no installation needed):

docker run -it --rm cgr.dev/chainguard/hollywood

Install on Ubuntu/Debian:

sudo apt install hollywood

Install on Chainguard OS (Wolfi):

apk add hollywood

Usage

hollywood                          # run with defaults
hollywood -s 5                     # limit to 5 splits
hollywood -d 30                    # rearrange panes every 30 seconds
hollywood -s 8 -d 15               # combine options

Press Ctrl-C to quit.

Samples

As Seen On

Hollywood has been spotted in the wild on television, in commercials, and across the internet:

Widgets

Hollywood includes 20 visual widgets that are randomly selected and arranged:

WidgetDescription
apgRandom password generation
atopAdvanced system monitor
batSyntax-highlighted source code
bmonNetwork bandwidth monitor
cmatrixMatrix-style digital rain
codeColorized source code display
errnoScrolling error code definitions
figletLarge ASCII text banners
hexdumpHex dump of binary files
htopInteractive process viewer
jp2aJPEG to ASCII art conversion
logsColorized system log files
manRandom colorized man pages
mapWorld map in ASCII art
mplayerVideo to ASCII art animation
pvData transfer progress bars
speedometerNetwork traffic graphs
sshartSSH key fingerprint art
statFile and device statistics
treeDirectory tree visualization

Security Note

Some widgets display real system information (processes, logs, network stats, file system details) that could be sensitive. For demonstrations or presentations, consider running in a container:

docker run -it --rm dustinkirkland/hollywood

Contributing

Widget design rules:

  • Must work as a non-root user
  • Must display information indefinitely
  • Must not exhaust memory or overload the system
  • Must not be too egregious with I/O
  • Must not require outbound internet access

Packages

License

Apache-2.0. See the LICENSE file or apache.org/licenses/LICENSE-2.0.