macOS
brew install egetlocal Homebrew formula metadata
brew
Easily install prebuilt binaries from GitHub. Version 1.3.4 via Homebrew; verified from local package data.
install
brew install egetlocal Homebrew formula metadata
nix profile install nixpkgs#egetnixpkgs package indexes · pkgs/by-name/eg/eget/package.nix · source: api.github.com
scoop install extras/egetScoop official bucket manifest trees · bucket/eget.json · source: api.github.com
winget install --id ZacharyYedidia.Eget -eWindows Package Manager source index · ZacharyYedidia.Eget · source: cdn.winget.microsoft.com
overview
Easily install prebuilt binaries from GitHub
history
eget is Zachary Yedidia's small Go CLI for installing prebuilt binaries from GitHub releases. It occupies the practical space between curl scripts, manual release downloads, and full package-manager formulas.
The first public GitHub release was v0.1.0 in August 2021. The README describes a focused tool: provide a repository or URL, let eget inspect release assets, pick a matching binary for the current system, download it, and extract it.
The v1.0.0 release in January 2022 added support for extracting multiple files and directories, making eget usable for projects distributed as archives rather than just one naked executable. The project later continued through the v1.3 series with cross-platform release assets.
eget's adoption pattern is package-manager-adjacent: it is itself packaged in Homebrew, Nix, Scoop, and winget, but its main value is installing other GitHub-release tools before or outside those package managers. The README even notes that maintainers with GitHub release binaries can list eget as a one-line install method.
Users run commands such as `eget owner/repo --to /usr/local/bin`, optionally filtering assets, selecting tags, extracting a specific file, or using a GitHub token through environment variables or configuration. The README documents TOML configuration for global and per-repository defaults.
eget is package-nerd bait because it automates the messy part of modern CLI distribution: release asset naming. It codifies common conventions around OS and architecture names, archive formats, checksums, and destination directories without trying to become a general package manager.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.eget.toml$XDG_CONFIG_HOME/eget/eget.toml./eget.toml$EGET_CONFIG%USERPROFILE%\.eget.toml%LOCALAPPDATA%\eget\eget.toml.\eget.toml%EGET_CONFIG%Credential-bearing paths to review before unattended agent runs.
~/.eget.toml$XDG_CONFIG_HOME/eget/eget.toml./eget.toml$EGET_CONFIG%USERPROFILE%\.eget.toml%LOCALAPPDATA%\eget\eget.toml.\eget.toml%EGET_CONFIG%executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
eget | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/zyedidia/eget
install metadata
| Package key | brew:eget |
|---|---|
| Version | 1.3.4 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/eget |
| Homepage | https://github.com/zyedidia/eget |
| Repository | https://github.com/zyedidia/eget |
| Upstream docs | https://github.com/zyedidia/eget#readme |
| License | MIT |
| Source archive | https://github.com/zyedidia/eget/archive/refs/tags/v1.3.4.tar.gz |
| Build dependencies | go, pandoc |
| Bottle | available (on arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | eget |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
eget
nix profile install nixpkgs#egetextras/eget
scoop install extras/egetZacharyYedidia.Eget
winget install --id ZacharyYedidia.Eget -esource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.