Automic VaultAutomic Vault

brew / protected-tool coverage

Install wget with Homebrew, apk, chocolatey, apt, dnf, MacPorts, Nix, pacman, scoop, winget, zypper

Internet file retriever. Version 1.25.0 via Homebrew; verified 2026-06-26.

agent safety

Agent safety answer

wget fetches remote content and can mirror sites or download installer scripts.

Credential access

Reads netrc credentials, cookies, headers, and output file paths.

Remote mutation

Usually fetch-only, but can call authenticated endpoints and write local files.

Publish/artifact risk

Can download scripts or artifacts that later execute or deploy.

Recommended control

Gate authenticated downloads, recursive mirrors, and shell installer use.

Agent-use guidance

Allow public single-file downloads; require approval for credentials, recursion, and executable outputs.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install wget

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install wget

MacPorts ports tree · net/wget/Portfile · source: api.github.com

Linux

Alpine Linux apkverified · 92%
sudo apk add wget

Alpine Linux edge package indexes · wget · source: dl-cdn.alpinelinux.org

Debian aptverified · 92%
sudo apt install wget

Debian stable package indexes · wget · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install wget1-wget

Fedora Rawhide package metadata · wget1-wget · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#wget

nixpkgs package indexes · pkgs/by-name/wg/wget/package.nix · source: api.github.com

Arch Linux pacmanverified · 92%
sudo pacman -S wget

Arch Linux sync databases · wget · source: geo.mirror.pkgbuild.com

openSUSE zypperverified · 92%
sudo zypper install wget

openSUSE Tumbleweed package metadata · wget · source: download.opensuse.org

Windows

Chocolateyverified · 92%
choco install Wget

Chocolatey community package catalog · Wget · source: community.chocolatey.org

Scoopverified · 92%
scoop install main/wget

Scoop official bucket manifest trees · bucket/wget.json · source: api.github.com

Windows Package Managerverified · 92%
winget install --id JernejSimoncic.Wget -e

Windows Package Manager source index · JernejSimoncic.Wget · source: cdn.winget.microsoft.com

overview

Package summary

Internet file retriever

Commands and aliases

  • wget

history

Project history and usage

GNU Wget is the GNU Project's non-interactive command-line retriever for HTTP, HTTPS, FTP, and FTPS. It is one of the canonical Unix-style tools for scripted downloads, recursive mirroring, resumable transfers, and unattended network retrieval.

Project history

Wget descends from Geturl, a program by Hrvoje Niksic whose development began in late 1995. The name changed to Wget after the author learned of an earlier Amiga program called GetURL. Public Geturl releases appeared in 1996, and Wget 1.4.0 in November 1996 was the first release under the Wget name and the GNU GPL.

The tool solved a real mid-1990s problem: Unix users needed a reliable downloader that could handle both HTTP and FTP, run without a browser, survive slow or unstable dial-up and university connections, and build with ordinary Unix development tools. That combination made it spread quickly among Unix users and later most Linux distributions.

Wget's stewardship moved from the original author to broader GNU maintenance. The GNU project page lists Tim Ruehsen, Darshit Shah, and Giuseppe Scrivano as current maintainers and Hrvoje Niksic as original author. The source is hosted on GNU Savannah, and the manual's copyright range begins in 1996, reflecting the long-running GNU package history.

Adoption history

Wget became a default tool in the mental toolbox of system administrators, release engineers, distribution maintainers, researchers, and shell users because it is non-interactive and scriptable. Its adoption was reinforced by features that map directly to automation: retrying failed downloads, continuing partial transfers when servers support it, following links for recursive retrieval, converting links for local browsing, using timestamps for mirroring, supporting proxies, and reading URLs from files or standard input.

The package also became important outside ordinary downloads. Since Wget 1.14 it has supported WARC output, making it useful in web archiving workflows. GNU Wget2 is now developed separately for newer web protocols and parallelism, but classic Wget remains widely used because of its stable behavior and enormous installed base.

How it is used

Basic use is `wget URL`, but its package-nerd importance comes from flags and composability: `-r` for recursive retrieval, `-c` for continuing partial downloads, `-O -` for piping content to standard output, `-i` for reading URL lists, and `.wgetrc` for persistent defaults. It is equally at home in cron jobs, build scripts, Dockerfiles, release automation, and one-off shell sessions.

Wget's behavior is deliberately non-interactive, so it can keep working after a user logs out or when no graphical environment exists. That makes it a historical counterpart to browsers and graphical download managers: less interactive, but much better suited to repeatable automation.

Why package nerds care

Wget is one of the archetypal packages that demonstrates why small Unix command-line tools matter. It turned web and FTP retrieval into a dependable script primitive, which is why so many other package builds, test fixtures, mirrors, and operational runbooks have depended on it for decades.

Timeline

  • Late 1995: Hrvoje Niksic begins Geturl.
  • January 1996: Geturl 1.0 is the first public release.
  • November 1996: Wget 1.4.0 becomes the first release under the Wget name and GNU GPL.
  • 2012: Wget 1.14 adds WARC output support, extending its role in web archiving.
  • 2020s: GNU Wget continues as the stable classic implementation while GNU Wget2 is developed as a successor for newer web features.

Related projects

  • GNU Wget2 is the related successor project for newer web technologies, but Wget remains the classic implementation. curl overlaps with Wget for command-line retrieval, while Wget's traditional strengths are recursive downloading, mirroring, unattended operation, and `.wgetrc`-driven configuration.

protected-tool coverage

Plain Text Wget Credentials

Wget can read credentials from ~/.netrc and from password options in ~/.wgetrc. These files are generic user inputs rather than a narrow package-owned credential store. Automic Vault detects plaintext Wget credential inputs but does not wrap the binary.

Risk classifier

green risk · low confidence · appliance

Why

  • narrow executable package without higher-risk signals

Signals

  • metadata:no-higher-risk-signals

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 5 runtime dependencies.
  • Build metadata lists 1 build dependencies.

Local README excerpt

Wget Protected-tool coverage Detector

This detector reports plaintext Wget credential inputs.

Wget can consume credentials from ~/.netrc and from password options in ~/.wgetrc. Those are generic user config files rather than a stable package-owned secret store.

This protected-tool coverage is detect-only.

Source: local coverage notes

Coverage source

Local secret-handling manifest

Caveats

  • This radioisotope is detect-only.
  • We detect ~/.netrc and ~/.wgetrc.
  • Per-invocation credentials are caller-managed and are not detected.

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
~/.wgetrc

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.netrc~/.wgetrc

executables

Installed executables

CommandKindExposureNote
wgetcliglobal executable

freshness

Version and 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.

page generated2026-07-07
manager version1.25.0
manager updated2026-06-26
local dataok
upstreamnot checked
latest detectednot detected

https://www.gnu.org/software/wget/

install metadata

Package metadata

Package keybrew:wget
Version1.25.0
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/wget
Homepagehttps://www.gnu.org/software/wget/
Repositoryhttps://git.savannah.gnu.org/cgit/wget.git
Upstream docshttps://www.gnu.org/software/wget
LicenseGPL-3.0-or-later
Source archivehttps://ftpmirror.gnu.org/gnu/wget/wget-1.25.0.tar.gz
Last updated2026-06-26T01:12:58Z
Pulseupdated
Dependenciesgettext, libidn2, libpsl, libunistring, openssl@3
Build dependenciespkgconf
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namewget
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Debian apt95%

wget 1.25.0-2

retrieves files from the web

https://www.gnu.org/software/wget/

sudo apt install wget
  • Section: web
  • Architecture: amd64
  • 8 dependencies
  • 1 optional deps
  • normalized package name match
  • Matched by: Wget
Debian stable package indexes · deb.debian.org · Debian stable package indexes: wget from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

wget

nix profile install nixpkgs#wget
  • normalized package name match
  • Matched by: Wget
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/wg/wget/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

wget 1.21.4-1ubuntu4

retrieves files from the web

https://www.gnu.org/software/wget/

sudo apt install wget
  • Section: web
  • Architecture: amd64
  • 7 dependencies
  • 1 optional deps
  • normalized package name match
  • Matched by: Wget
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: wget from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
apk95%

wget 1.25.0-r3

Network utility to retrieve files from the Web

https://www.gnu.org/software/wget/wget.html

sudo apk add wget
  • License: GPL-3.0-or-later WITH OpenSSL-Exception
  • Architecture: x86_64
  • Source Package: wget
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Wget
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: wget from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

wget-doc 1.25.0-r3

Network utility to retrieve files from the Web (documentation)

https://www.gnu.org/software/wget/wget.html

sudo apk add wget-doc
  • License: GPL-3.0-or-later WITH OpenSSL-Exception
  • Architecture: x86_64
  • Source Package: wget
  • normalized package name match
  • Matched by: Wget
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: wget-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

wget1-wget 1.25.0-2.fc43

wget1 shim to provide wget

http://www.gnu.org/software/wget/

sudo dnf install wget1-wget
  • License: GPL-3.0-or-later AND LGPL-2.1-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: wget1
  • 1 dependencies
  • 4 provides
  • normalized package name match
  • Matched by: Wget
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: wget1-wget from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

wget2-wget 2.2.1-2.fc44

wget2 shim to provide wget

https://gitlab.com/gnuwget/wget2

sudo dnf install wget2-wget
  • License: GPL-3.0-or-later AND LGPL-3.0-or-later AND GFDL-1.3-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: wget2
  • 1 dependencies
  • 3 provides
  • normalized package name match
  • Matched by: Wget
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: wget2-wget from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

wget 1.25.0-5

Network utility to retrieve files from the web

https://www.gnu.org/software/wget/wget.html

sudo pacman -S wget
  • License: GPL-3.0-or-later
  • Architecture: x86_64
  • 12 dependencies
  • 1 optional deps
  • normalized package name match
  • Matched by: Wget
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: wget from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

wget 1.25.0-2.4

A Tool for Mirroring FTP and HTTP Servers

https://www.gnu.org/software/wget/

sudo zypper install wget
  • License: GPL-3.0-or-later
  • Category: Productivity/Networking/Web/Utilities
  • Architecture: x86_64
  • Source Package: wget
  • 12 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Wget
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: wget from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

wget-lang 1.25.0-2.4

Translations for package wget

https://www.gnu.org/software/wget/

sudo zypper install wget-lang
  • License: GPL-3.0-or-later
  • Category: System/Localization
  • Architecture: noarch
  • Source Package: wget
  • 1 dependencies
  • 3 provides
  • normalized package name match
  • Matched by: Wget
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: wget-lang from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

wget

sudo port install wget
  • normalized package name match
  • Matched by: Wget
MacPorts ports tree · api.github.com · MacPorts ports tree: net/wget/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Chocolatey95%

Wget

choco install Wget
  • normalized package name match
  • Matched by: Wget
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: Wget from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','webex-meetings'
Scoop95%

main/wget

scoop install main/wget
  • normalized package name match
  • Matched by: Wget
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/wget.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

JernejSimoncic.Wget

winget install --id JernejSimoncic.Wget -e
  • normalized package name match
  • Matched by: Wget
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: JernejSimoncic.Wget from https://cdn.winget.microsoft.com/cache/source.msix

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated agent safety answer
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • local coverage README
  • package relationship graph
  • package version freshness
  • package-page enrichment
  • secret-handling manifest