Wingetlywingetly
← All apps
E

Eget

by Zachary Yedidiav1.3.4

Last updated

Easily install prebuilt binaries from GitHub.

Install with winget

$ winget install --id ZacharyYedidia.Eget --exact --version 1.3.4

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

Eget is the best way to easily get pre-built binaries for your favorite tools. It downloads and extracts pre-built binaries from releases on GitHub. To use it, provide a repository and Eget will search through the assets from the latest release in an attempt to find a suitable prebuilt binary for your system. If one is found, the asset will be downloaded and Eget will extract the binary to the current directory. Eget should only be used for installing simple, static prebuilt binaries, where the extracted binary is all that is needed for installation. For more complex installation, you may use the --download-only option, and perform extraction manually.

Installers · v1.3.4

ArchitectureTypeScopeInstallDownload
x86ZIP
archive
-Direct
x64ZIP
archive
-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for Eget.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • yt-dlpyt-dlp
    yt-dlp.yt-dlpv2026.08.19

    A feature-rich command-line audio/video downloader.

  • 夸克网盘Quark
    Alibaba.QuarkCloudDrivev3.24.0

    Quark Cloud Drive is a cloud service product launched by Quark, featuring cloud storage, HD streaming, online file decompression, PDF one-click conversion, etc.

  • Synology Drive ClientSynology
    Synology.DriveClientv8.1.0.18123

    The desktop utility that provides file syncing and personal computer backup services on multiple client computers to a centralized server, Synology Drive Server.

  • GitHub CLIGitHub, Inc.
    GitHub.cliv2.101.0

    Take GitHub to the command line

  • iCloud (Legacy)Apple Inc.
    Apple.iCloudv7.21.0.23

    With iCloud for Windows, you can access your photos, videos, mail, calendar, files, and other important information on your Windows PC.

  • MediaHuman YouTube DownloaderMediaHuman
    MediaHuman.YouTubeDownloaderv3.9.23

    Download videos from YouTube

More from Zachary Yedidia or browse download, github.

Frequently asked questions

How do I install Eget on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id ZacharyYedidia.Eget --exact --version 1.3.4. winget downloads the installer from Zachary Yedidia and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Eget silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id ZacharyYedidia.Eget --exact 1.3.4 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall Eget via winget?
Run: winget uninstall --id ZacharyYedidia.Eget --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Eget's Apps & Features entry.
Is Eget free?
Eget is distributed under MIT. Refer to the publisher (https://github.com/zyedidia/eget) for the full license terms - Wingetly itself does not charge for installation.
Does Eget work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Eget directly from the publisher.
How do I keep Eget up to date?
Run winget upgrade --id ZacharyYedidia.Eget --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Eget from microsoft/winget-pkgs.