Utilities
The vinos-* CLI family — one command per job, all bash or Python, no daemons. This section groups them by purpose with real usage.
vinOS ships about 90 vinos-* scripts in /usr/local/bin. Each is a
plain script — the top comment is authoritative, --help prints it.
Nothing here is undocumented; if this section drifts from a script’s
top comment, the script wins.
For the raw reference table, see /utilities/. This section is the how do I use these view, grouped by what you’re trying to do:
- Founder — standup, commit, focus, brief.
- Agent shortcuts — ai, fix, explain.
- System — doctor, first-run, menu, welcome, install-*.
- Hardware — battery, brightness, audio, capture.
Founder utilities
The four you'll use daily: vinos-standup, vinos-commit, vinos-focus, vinos-brief.
ReadAgent shortcuts
vinos-ai, vinos-fix, vinos-explain — pipe-based AI helpers. Stable CLI over ollama, claude-code, and aichat.
ReadSystem utilities
vinos-doctor, vinos-first-run, vinos-menu, vinos-welcome, vinos-install-* — health checks, onboarding, and installers.
ReadHardware utilities
Battery, brightness, audio, capture. Small composable primitives waybar and hyprland call — every one prints exactly one line.
Read