Skip to content

ShellBar v1.6.0

Choose a tag to compare

@rendergraf rendergraf released this 05 Jun 19:36

ShellBar v1.6.0

What is ShellBar?

ShellBar is a configurable command-bar terminal emulator for Linux, built on libghostty-vt. It centralizes your most frequently used commands into a dedicated action bar, turning them into instant one-click shortcuts.

Installation

Fedora / RHEL:

sudo dnf install https://github.com/rendergraf/shellbar/releases/download/v1.6.0/shellbar-1.6.0-1.x86_64.rpm

Debian / Ubuntu:

curl -LO https://github.com/rendergraf/shellbar/releases/download/v1.6.0/shellbar_1.6.0_amd64.deb
sudo dpkg -i shellbar_1.6.0_amd64.deb
sudo apt-get install -f

Arch Linux:

curl -LO https://github.com/rendergraf/shellbar/releases/download/v1.6.0/shellbar-1.6.0-1-x86_64.pkg.tar.zst
sudo pacman -U shellbar-1.6.0-1-x86_64.pkg.tar.zst

Build from source:

git clone https://github.com/rendergraf/shellbar
cd shellbar
cmake -B build -G Ninja
cmake --build build
./build/shellbar

Packages included

  • shellbar-1.6.0-1-x86_64.pkg.tar.zst — Arch Linux

.deb and .rpm packages can be built from source using ./build-release.sh 1.6.0 on the respective distros.

See https://rendergraf.github.io/shellbar/