macOS
brew install blinklocal Homebrew formula metadata
sudo port install blinkMacPorts ports tree · emulators/blink/Portfile · source: api.github.com
brew / rank 8248
Tiniest x86-64-linux emulator. Version 1.1.0 via Homebrew; verified 2026-07-10. Also installable with nix: nix profile install nixpkgs#blink.
install
brew install blinklocal Homebrew formula metadata
sudo port install blinkMacPorts ports tree · emulators/blink/Portfile · source: api.github.com
nix profile install nixpkgs#blinknixpkgs package indexes · pkgs/by-name/bl/blink/package.nix · source: api.github.com
winget install --id AGProjects.Blink -eWindows Package Manager source index · AGProjects.Blink · source: cdn.winget.microsoft.com
overview
Tiniest x86-64-linux emulator
history
blink is Justine Tunney's tiny x86-64 Linux emulator for running Linux binaries across POSIX operating systems and CPU architectures. It is both a practical portability tool and a package-nerd flex: a very small VM competing with much larger emulator stacks for one sharply defined job.
The upstream README says the project contains `blink`, a virtual machine for x86-64 Linux programs, and `blinkenlights`, a terminal debugger interface for x86-64 Linux and i8086 programs. The README explicitly compares `blink` to `qemu-x86_64`, emphasizing smaller binary size, POSIX host portability, and faster performance on some workloads.
The same README ties blink to the Cosmopolitan Libc ecosystem: blink's prime directive is to support userspace binaries compiled by Cosmopolitan Libc, while also supporting a practical subset of Linux syscalls and x86-64 instructions. GitHub releases show Blink 1.0.0 published in June 2023 and 1.1.0 in January 2024.
blink's adoption comes from portability obsessives, compiler/toolchain users, and people who like Actually Portable Executable style workflows. Package-manager facts list Homebrew, MacPorts, Nix, and a Windows winget name, showing interest beyond one Unix distribution.
Because it can run Linux binaries on macOS, BSDs, Cygwin, and non-x86 hardware, blink fills a different packaging niche than full-system emulators: it is small enough to install as a developer utility, script runner, or compatibility shim.
Typical use is `blink PROGRAM [ARG...]` to run an x86-64 Linux ELF binary. `blinkenlights PROGRAM` opens the TUI debugger, with stepping, continuing, memory visualization, mouse-wheel scrolling/zooming, and reverse debugging.
The README documents tiny builds, optional feature disabling, JIT controls, POSIX compliance checks, VFS support for chroot-like use, and large test coverage against Cosmopolitan, Linux Test Project, and Musl libc tests.
blink is catnip for package nerds because it compresses a loader, emulator, syscall personality, debugger, and cross-architecture compatibility story into a tiny command-line package. It also has a clear comparison target, `qemu-x86_64`, which makes the packaging tradeoff legible: less generality, far smaller footprint.
It matters culturally because it extends the Cosmopolitan/APE idea from 'make binaries that run everywhere' to 'run Linux-shaped binaries almost anywhere'. That makes it a tool about distribution itself, not merely CPU emulation.
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.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
blink | executable | indexed executable | Discovered from the local executable index. |
blinkenlights | 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:blink |
|---|---|
| Version | 1.1.0 |
| Package manager | Homebrew |
| Homepage | https://github.com/jart/blink |
| Repository | https://github.com/jart/blink |
| Last updated | 2026-07-10T11:23:34-04:00 |
| Pulse | updated |
| 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.
blink
nix profile install nixpkgs#blinkblink
sudo port install blinkAGProjects.Blink
winget install --id AGProjects.Blink -eprayag17.Blink.Alpha
winget install --id prayag17.Blink.Alpha -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.