A strong, modern CLI tool that manages your shell configuration and the look of your development environment. Its TUIs use the Charm libraries.
- π¨ Interactive Menu: Default TUI experience for easy navigation
- β¨ Shell Experience: Turn on modern tools for your shell (eza, bat, ugrep, zoxide, atuin, starship)
- π° MOTD: Beautiful Message of the Day with system info and random tips
- π¦ Bundle Installer: Install curated tool bundles (ai, cli, fonts, k8s) from Universal Blue
- πΌοΈ Wallpapers: Install desktop wallpaper collections from ublue-os/tap
- π¨ Starship Themes: Browse and apply Starship prompt themes
- π Status Command: View configuration and installed tools at a glance
- π©Ί Doctor:
bluefin-cli doctordiagnoses setup problems with fix hints - π¨ Theme Flavors:
bluefin-cli theme <flavor>pins a Catppuccin flavor (latte, frappe, macchiato, mocha) or follows your terminal withauto - β¬ Self-Update:
bluefin-cli updatefor script installs β sha256-verified against the release checksums. For a package-manager install, it tells you the correct upgrade command - π My Brewfile: one file describes your machine's packages β
brew/casklines pluswinget/scoop/chocoon Windows.bluefin-cli brewfile dumprecords the installed packages.add/removeedit that file, andinstallapplies all of it. The TUI does the same from Install Apps β My Brewfile, one package at a time. Extra recipes in~/.config/bluefin-cli/bundles/*.Brewfileappear alongside the curated bundles - π¦ Profiles:
bluefin-cli profile export > setup.jsonon one machine,profile import setup.jsonon another β shells, tools, and theme replayed exactly - π¦ A fully native TUI: a persistent shell with breadcrumbs, a fuzzy filter (
/), actrl+pcommand palette, and a dot-matrix dino in the header. It also hides a surprise.
Status (2026-08-14): each release ships prebuilt binary assets. Since v0.10.6 that includes tarballs for Linux, macOS and Windows, plus native deb and rpm packages, so the one-liner scripts below work. A note marks each package-manager path that is not ready yet.
curl -fsSL https://raw.githubusercontent.com/tuna-os/bluefin-cli/main/install.sh | shStatus (2026-08-14): the script downloads the binary from GitHub release assets, which are published since v0.10.6 (#141, closed).
irm https://raw.githubusercontent.com/tuna-os/bluefin-cli/main/install.ps1 | iexThen enable shell integration:
bluefin-cli shell powershell onStatus (2026-08-14): same as the Linux/macOS one-liner β the script downloads from GitHub release assets, which are published since v0.10.6 (#141, closed).
The formula is published automatically by GoReleaser to the
tuna-os/homebrew-tap tap on every
release (#15):
brew tap tuna-os/tap
brew install bluefin-cliStatus (2026-08-14): the
bluefin-cliformula has not been published by the release pipeline yet β onlycorral-vm.rbships in the tuna-os tap (see #141). Until it appears, useublue-os/homebrew-experimental-tapbelow.
It is also available from ublue-os/homebrew-experimental-tap, synced from the
source-build formula in contrib/homebrew/bluefin-cli.rb:
brew tap ublue-os/homebrew-experimental-tap
brew install bluefin-cliwinget install --id Hanthor.BluefinCLI --exactStatus (2026-08-14):
Hanthor.BluefinCLIv0.8.1 is published in the winget repository (microsoft/winget-pkgs#407090, merged 08-14) but predates the current v0.10.6 release line β installable, though not yet current (#141, closed β release publishing works; a newer manifest submission is pending).
choco install bluefin-cliStatus (2026-08-14): no
bluefin-clipackage has been published to the Chocolatey community repository yet β not available (#141, closed β release publishing now works, the Choco manifest is still pending).
scoop bucket add tuna-os https://github.com/tuna-os/scoop-bucket
scoop install bluefin-cliStatus (2026-08-14):
tuna-os/scoop-buckethas no manifests yet β the manifest is published by the release pipeline and is currently pending (#141, closed β release publishing now works, the Scoop manifest is still pending).
Releases ship native packages (nfpm) since v0.10.6 β grab the one for your
distro from the latest release:
# Debian/Ubuntu
sudo dpkg -i bluefin-cli_<version>_linux_amd64.deb
# Fedora & friends
sudo rpm -i bluefin-cli_<version>_linux_amd64.rpmyay -S bluefin-cli-binStatus (2026-08-14): no
bluefin-cli-binpackage exists in the AUR yet β not available (#141, closed).
go install github.com/tuna-os/bluefin-cli@latestPrerequisites:
- Go 1.26.0 or later
git clone https://github.com/tuna-os/bluefin-cli.git
cd bluefin-cli
go build -o bluefin-cli .On Windows, use go build -o bluefin-cli.exe ..
Maintainers: semantic-release gives a version to each qualified merge to
main, then calls GoReleaser to send the release assets to the package
channels. .github/workflows/winget.yml is a manual fallback, to submit a
Winget version again.
A Scoop release needs the SCOOP_BUCKET_TOKEN repository secret (a fine-grained PAT with write access to tuna-os/scoop-bucket), without which the Scoop manifest upload step is safely skipped during release workflows. See docs/release-publishing.md for details.
A Homebrew tap release needs the HOMEBREW_TAP_TOKEN repository secret (a fine-grained PAT with write access to tuna-os/homebrew-tap), without which the formula upload step is safely skipped during release workflows. See docs/release-publishing.md for details.
Homebrew release process: when semantic-release determines that a merge to
main warrants a release, it invokes GoReleaser, which publishes the binary
formula to tuna-os/homebrew-tap (requires the HOMEBREW_TAP_TOKEN secret).
External taps that build from source, such as
ublue-os/homebrew-experimental-tap, must be synced manually β bump url and
sha256 in contrib/homebrew/bluefin-cli.rb
and open a PR in that tap.
Run the command to start the interactive menu:
bluefin-cliOr explicitly:
bluefin-cli menuView your current configuration and installed tools:
bluefin-cli statusbluefin-cli doctorbluefin-cli update # self-update (script installs)
bluefin-cli update --check # just checkBluefin CLI includes a "Shell Experience" module (formerly "bling") that configures your shell with modern tools and aliases.
To enable the shell experience:
bluefin-cli shell bash on
bluefin-cli shell zsh on
bluefin-cli shell fish on
bluefin-cli shell ash on # busybox ash (Alpine, postmarketOS)
bluefin-cli shell nu on # Nushell
bluefin-cli shell powershell onOr use the interactive menu: bluefin-cli menu -> "Shell Experience".
Two shells need a word of explanation:
- ash has no rc file by convention. An interactive ash reads the file that
$ENVnames. Thusshell ash onwrites~/.ashrc, then exportsENVfrom~/.profileso that ash reads it. atuin, starship and carapace have no ash target, so bluefin-cli omits them there. The other tools work as usual. - Nushell cannot evaluate a string. Thus
shell nu onwrites the init script to~/.config/nushell/bluefin-cli.nu, andconfig.nureads it from there. Runbluefin-cli shell nu onagain after you change your tool configuration, to make a new copy of that script.
Features:
- eza: Modern replacement for
ls - bat: Syntax color for
cat - ugrep: Faster grep
- zoxide: Smarter
cd - atuin: Shell history sync
- starship: Cross-shell prompt
- uutils: Rust rewrite of coreutils
Show the MOTD:
bluefin-cli motd showToggle MOTD for shells:
# Enable for all shells
bluefin-cli motd toggle all on
# Enable for specific shell
bluefin-cli motd toggle zsh on
# Disable MOTD
bluefin-cli motd toggle all offInstall curated Homebrew bundles:
# List available bundles
bluefin-cli install list
# Install specific bundle
bluefin-cli install ai # AI tools
bluefin-cli install cli # CLI essentials
bluefin-cli install fonts # Development fonts
bluefin-cli install k8s # Kubernetes tools
# Interactive mode
bluefin-cli installInstall desktop wallpaper collections:
# Interactive selection
bluefin-cli install wallpapers
# Install specific wallpaper casks
bluefin-cli install wallpapers bluefin-wallpapers aurora-wallpapers bazzite-wallpapers
# Non-interactive test run: apply theme + enable all automation
bluefin-cli install wallpapers bluefin-wallpapers --yes
# Non-interactive with explicit controls
bluefin-cli install wallpapers bluefin-wallpapers --non-interactive --apply-theme --theme Bluefin --enable-mode-sync --enable-auto-dark-light --trigger-source polling
# Use startup-only mode sync (no minute polling task)
bluefin-cli install wallpapers bluefin-wallpapers --non-interactive --enable-mode-sync --trigger-source startup
# Auto Dark Mode integration mode (startup sync + external mode-change utility)
bluefin-cli install wallpapers bluefin-wallpapers --non-interactive --enable-mode-sync --trigger-source autodarkmode
# Cleanup Windows sync artifacts/state/tasks generated by wallpaper integration
bluefin-cli install wallpapers cleanup
# Full reset for testing: cleanup + uninstall known wallpaper casks + local wallpaper folders
bluefin-cli install wallpapers cleanup --all
Non-interactive wallpaper flags:
--non-interactive: Skip prompts and use provided flags.--yes: Shortcut for--non-interactive --apply-theme --enable-mode-sync --enable-auto-dark-light.--apply-theme: Apply a Windows theme after registration (WSL only).--theme <name>: Theme to apply in non-interactive mode (Bluefin,Aurora,Bazzite).--enable-mode-sync: Enable day/night wallpaper sync task.--enable-auto-dark-light: Turn on the 6 AM and 6 PM light/dark tasks (needs--enable-mode-sync).--trigger-source <source>: Mode-sync trigger source (polling,startup,autodarkmode).
autodarkmode notes:
- Bluefin CLI ensures
%LOCALAPPDATA%\\BluefinCLI\\set-light-mode.ps1and%LOCALAPPDATA%\\BluefinCLI\\set-dark-mode.ps1exist. - In Auto Dark Mode, point light/dark custom script hooks to those two scripts.
You can change the appearance of your prompt. Browse and apply Starship preset themes:
bluefin-cli starship themeInstall Starship if not already present:
bluefin-cli starship installThe shell command configures these modern CLI tools:
- eza: Modern replacement for
lswith icons and colors - bat: A
catclone with syntax color - zoxide: Smarter
cdcommand that learns your habits - atuin: Magical shell history with sync and search (optional)
- starship: Fast, customizable prompt for any shell
- ugrep: Ultra-fast grep alternative (optional)
When the shell experience is enabled in your shell:
ll # eza -l --icons=auto --group-directories-first
ls # eza
cat # bat --style=plain --pager=never
grep # ugrep (if installed)- Command reference: Generated documentation for every command and flag.
- Interactive menu structure: Menu hierarchy, navigation, and available actions.
- Standard and plus builds: Feature differences between the two published binaries.
- Available tools: Tools and bundles included with Bluefin CLI.
- GNOME integration: GNOME-specific setup and behavior.
- AI tools and CNCF tools: Details for the curated bundle categories.
Maintainers can find package-channel credentials and release verification in Release publishing. The Winget workflow is the manual fallback for re-submitting the Windows package; GoReleaser handles the normal release path.
bluefin-cli/
βββ main.go # Application entry point
βββ cmd/ # Cobra commands and TUI destinations
βββ internal/
β βββ install/ # Packages, bundles, and wallpaper installation
β β βββ resources/ # Embedded Brewfiles and wallpaper metadata
β βββ shell/ # Shell-experience configuration
β βββ tui/app/ # Persistent Bubble Tea screen stack
β βββ update/ # Checksum-verified self-update
βββ docs/commands/ # Generated command reference
βββ scripts/ # Smoke and state validation scripts
βββ test/ # Integration tests
βββ justfile # Development task recipes
This project consolidates and modernizes functionality from:
- ublue-bling: Shell aliases and tool initialization scripts
- bluefin-cli (cask): Homebrew package management and MOTD
- ujust recipes: Task runner and development environment helpers
- Go 1.26.0 or later, matching the
godirective ingo.mod(the CI jobs validate with Go 1.27) - Podman (for containerized testing)
- just (for running recipes)
just buildjust build creates both variants:
bluefin-cli: the standard CLIbluefin-cli-plus: the standard CLI plus features selected by theextrabuild tag, including wallpapers, fonts, and sunset automation
# Run the integration suite in a container
just test
# Run the complete Go test suite locally
go test ./...
# Run the same race-enabled suite used by CI
go test -tags extra -race ./...Launch shells with the shell experience pre-configured:
just bash # Test in bash
just zsh # Test in zsh
just fish # Test in fishThis project uses:
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
- Universal Blue - For the original bluefin-cli and ublue-bling
- Charm - For the amazing TUI libraries
- The Homebrew community
- ublue-os/packages - Original package implementations
- Starship - Cross-shell prompt
- Homebrew - Package manager for macOS and Linux
Part of the TunaOS ecosystem. Docs Β· Contributing