macOS
brew install dmenuprovider-native install command
brew / rank 5202
Dynamic menu for X11. Version 5.4 via Homebrew; verified from local package data.
install
brew install dmenuprovider-native install command
overview
Dynamic menu for X11
history
dmenu is suckless.org's efficient dynamic menu for X, originally designed for dwm and commonly used as a keyboard-driven launcher or scriptable selector.
The official suckless page describes dmenu as a dynamic menu for X that was originally designed for dwm and manages large numbers of user-defined menu items efficiently. The official git refs show public tagged releases beginning at 0.1 in August 2006 and continuing through the 5.x series.
dmenu became a standard suckless tool because it composes through stdin and stdout: scripts can pass newline-separated choices in, and dmenu prints the selected item out. Its official manual also documents dmenu_run, the script used by dwm to list programs in PATH and run the selected command.
In everyday package use, dmenu reads newline-separated items from stdin, narrows matches as the user types, and prints the chosen item on Return. Options cover bottom placement, case-insensitive matching, vertical lists, monitor selection, prompts, fonts, colors, and embedding into another X window.
dmenu is significant because it is tiny, source-customizable X11 infrastructure rather than a full desktop launcher. It appears in package managers as a small dependency-free-ish building block for window-manager users, shell scripts, and Unix workflows that prefer composition over integrated desktop services.
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 |
|---|---|---|---|
dmenu | executable | indexed executable | Discovered from the local executable index. |
dmenu_path | executable | indexed executable | Discovered from the local executable index. |
dmenu_run | executable | indexed executable | Discovered from the local executable index. |
stest | 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:dmenu |
|---|---|
| Version | 5.4 |
| Package manager | Homebrew |
| Homepage | https://tools.suckless.org/dmenu/ |
| Bottle | not recorded |
| Service | none declared |
source 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.