LinuxCommandLibrary

stew

Package manager for compiled binaries from GitHub

TLDR

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

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.

HISTORY

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

SEE ALSO

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

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard