macOS
brew install wakeonlanlocal Homebrew formula metadata
sudo port install wakeonlanMacPorts ports tree · net/wakeonlan/Portfile · source: api.github.com
brew / rank 1315
Sends magic packets to wake up network-devices. Version 0.42 via Homebrew; verified from local package data. Also installable with debian: sudo apt install wakeonlan.
install
brew install wakeonlanlocal Homebrew formula metadata
sudo port install wakeonlanMacPorts ports tree · net/wakeonlan/Portfile · source: api.github.com
sudo apk add wakeonlanAlpine Linux edge package indexes · wakeonlan · source: dl-cdn.alpinelinux.org
sudo apt install wakeonlanDebian stable package indexes · wakeonlan · source: deb.debian.org
nix profile install nixpkgs#wakeonlannixpkgs package indexes · pkgs/by-name/wa/wakeonlan/package.nix · source: api.github.com
sudo pacman -S wakeonlanArch Linux sync databases · wakeonlan · source: geo.mirror.pkgbuild.com
winget install --id NewCloud.WakeOnLan -eWindows Package Manager source index · NewCloud.WakeOnLan · source: cdn.winget.microsoft.com
overview
Sends magic packets to wake up network-devices
history
`wakeonlan` is a Perl command-line tool for sending Wake-on-LAN magic packets to network adapters that can power on or wake a sleeping computer. The package is a small utility, but it sits on top of a widely deployed hardware and network-management convention.
Wake-on-LAN itself comes from AMD and Hewlett-Packard's Magic Packet technology, proposed in a November 1995 AMD white paper and later adopted broadly by PC and network vendors. The mechanism was designed so a powered-down system could leave enough network-interface circuitry active to recognize a specific Ethernet-frame payload and signal the machine to wake.
The `wakeonlan` script is older than its GitHub repository: the README lists copyright years from 2000 through 2024 and credits Jose Pedro Oliveira and Ico Doornekamp as authors. The GitHub repository was created on November 11, 2011, preserving and maintaining the Perl script as a simple Unix-friendly WoL sender.
The tool's longevity comes from being boring in the best way: Wake-on-LAN packets have a fixed, simple structure, and administrators often want a scriptable sender more than a GUI. As of July 2, 2026, GitHub API metadata showed the repository with about 414 stars and 38 forks, modest numbers that fit a mature single-purpose networking utility.
A normal invocation sends a magic packet to a target MAC address, using the limited broadcast address by default. The README shows `wakeonlan 01:02:03:04:05:06`, subnet-directed broadcasts with `-i 192.168.1.255`, and custom destination ports with `-p`; the default UDP destination is the discard port, 9.
The README explains the practical networking caveat: local subnet broadcasts are straightforward, while waking a machine behind routers may require directed-broadcast forwarding or sending to another live host on the remote subnet so the sleeping adapter can still see the packet on the local link.
For package maintainers, `wakeonlan` is the canonical tiny WoL sender: portable Perl, no daemon, no discovery service, and a stable interface that maps directly onto the magic-packet format. It is most useful in scripts, router admin workflows, lab management, and home-server setups where the MAC address is known.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
wakeonlan | executable | indexed executable | Discovered from the local executable index. |
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.
install metadata
| Package key | brew:wakeonlan |
|---|---|
| Version | 0.42 |
| Package manager | Homebrew |
| Homepage | https://github.com/jpoliv/wakeonlan |
| Repository | https://github.com/jpoliv/wakeonlan |
| Bottle | not recorded |
| Service | none declared |
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
wakeonlan 0.41-14
Sends 'magic packets' to wake-on-LAN enabled ethernet adapters
https://github.com/jpoliv/wakeonlan
sudo apt install wakeonlanwakeonlan
nix profile install nixpkgs#wakeonlanwakeonlan 0.41-12.1
Sends 'magic packets' to wake-on-LAN enabled ethernet adapters
https://github.com/jpoliv/wakeonlan
sudo apt install wakeonlanwakeonlan 0.42-r0
Perl script for waking up computers via Wake-On-LAN magic packets
https://github.com/jpoliv/wakeonlan
sudo apk add wakeonlanwakeonlan-doc 0.42-r0
Perl script for waking up computers via Wake-On-LAN magic packets (documentation)
https://github.com/jpoliv/wakeonlan
sudo apk add wakeonlan-docwakeonlan 0.42-3
Perl script for waking up computers via Wake-On-LAN magic packets
https://github.com/jpoliv/wakeonlan/
sudo pacman -S wakeonlanwakeonlan
sudo port install wakeonlanNewCloud.WakeOnLan
winget install --id NewCloud.WakeOnLan -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.