pkg.soopen package index

brew / 順位 3135

eget を Homebrew, Nix, scoop, winget でインストール

eget のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install eget

local Homebrew formula metadata

Linux

Nix確認済み · 92%
nix profile install nixpkgs#eget

nixpkgs package indexes · pkgs/by-name/eg/eget/package.nix · ソース: api.github.com

Windows

Scoop確認済み · 92%
scoop install extras/eget

Scoop official bucket manifest trees · bucket/eget.json · ソース: api.github.com

Windows Package Manager確認済み · 92%
winget install --id ZacharyYedidia.Eget -e

Windows Package Manager source index · ZacharyYedidia.Eget · ソース: cdn.winget.microsoft.com

概要

パッケージ概要

Easily install prebuilt binaries from GitHub

コマンドとエイリアス

  • eget

履歴

プロジェクトの歴史と使われ方

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.

タイムライン

  • 2021-08-18: v0.1.0 is published.
  • 2021-08-25: v0.2.0 follows during early feature work.
  • 2022-01-03: v1.0.0 adds multi-file and directory extraction.
  • 2022-07-22: v1.2.0 is published.
  • 2024-06-07: v1.3.4 is published.

Related projects

  • GitHub Releases are the primary upstream distribution surface that eget automates.
  • zyedidia/micro appears in the README examples and is a natural companion project from the same author.
  • Comparable single-binary install helpers include curl scripts, go install, and package-manager formulas, but eget focuses on release assets.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • Homebrew bottle メタデータは記録されていません。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
~/.eget.toml$XDG_CONFIG_HOME/eget/eget.toml./eget.toml$EGET_CONFIG
Windows
%USERPROFILE%\.eget.toml%LOCALAPPDATA%\eget\eget.toml.\eget.toml%EGET_CONFIG%

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.eget.toml$XDG_CONFIG_HOME/eget/eget.toml./eget.toml$EGET_CONFIG
Windows
%USERPROFILE%\.eget.toml%LOCALAPPDATA%\eget\eget.toml.\eget.toml%EGET_CONFIG%

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
eget実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-08-03
マネージャ版1.3.4
マネージャ更新日2026-07-26
ローカルデータ不明
上流利用不可
検出された最新未検出
  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:eget
バージョン1.3.4
パッケージマネージャHomebrew
ホームページhttps://github.com/zyedidia/eget
リポジトリhttps://github.com/zyedidia/eget
最終更新2026-07-26T04:11:37+02:00
Pulseupdated
Bottle未記録
サービス宣言なし

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Nix95%

eget

nix profile install nixpkgs#eget
  • normalized package name match
  • 一致条件: Eget
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/eg/eget/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Scoop95%

extras/eget

scoop install extras/eget
  • normalized package name match
  • 一致条件: Eget
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/eget.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1
winget95%

ZacharyYedidia.Eget

winget install --id ZacharyYedidia.Eget -e
  • normalized package name match
  • 一致条件: Eget
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: ZacharyYedidia.Eget from https://cdn.winget.microsoft.com/cache/source.msix

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation