stew

Package manager for compiled binaries from GitHub

TLDR

Install the latest release of a GitHub project
$ stew install [junegunn/fzf]
Search GitHub for a project using the TUI
$ stew search [ripgrep]
Upgrade all installed binaries
$ stew upgrade --all

SYNOPSIS

stew command [arguments]

DESCRIPTION

stew is a single-binary package manager with zero runtime dependencies for installing compiled binaries from GitHub releases or direct URLs. It supports declarative package management through Stewfiles, version pinning, private repositories, and provides a TUI for searching and browsing GitHub releases.

INSTALL

yay -S stew

HISTORY

stew was created by Marwan Hawari and is written in Go.

SEE ALSO

eget(1), cargo-binstall(1), brew(1)