pkg.soopen package index

brew / Rang 8248

blink mit Homebrew, MacPorts, Nix, winget installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für blink in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install blink

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install blink

MacPorts ports tree · emulators/blink/Portfile · Quelle: api.github.com

Linux

Nixverifiziert · 92%
nix profile install nixpkgs#blink

nixpkgs package indexes · pkgs/by-name/bl/blink/package.nix · Quelle: api.github.com

Windows

Windows Package Managerverifiziert · 92%
winget install --id AGProjects.Blink -e

Windows Package Manager source index · AGProjects.Blink · Quelle: cdn.winget.microsoft.com

Überblick

Paketzusammenfassung

Tiniest x86-64-linux emulator

Befehle und Aliase

  • blink
  • blinkenlights

Verlauf

Projektgeschichte und Nutzung

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.

Projektgeschichte

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.

Adoptionsgeschichte

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.

Wie es verwendet wird

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.

Warum Paket-Nerds sich dafür interessieren

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.

Zeitleiste

  • 2023-06-04: Blink 1.0.0 release published on GitHub.
  • 2024-01-21: Blink 1.1.0 release published on GitHub.
  • Current README: documents POSIX hosts including Linux, macOS, FreeBSD, OpenBSD, and Cygwin, plus Linux, ARM, RISC-V, MIPS, PowerPC, and s390x test targets.

Related projects

  • Related projects include Cosmopolitan Libc, Actually Portable Executable workflows, QEMU user-mode emulation, Musl libc tests, Linux Test Project, and terminal debuggers such as GDB and TUI-oriented visual debuggers.

Sicherheitslage

Risikostufe: grün

narrow executable package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • narrow executable package without higher-risk signals

Signale

  • metadata:no-higher-risk-signals

Installationsverhalten

  • Es wurden keine Homebrew-Bottle-Metadaten erfasst.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
blinkExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.
blinkenlightsExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-08-03
Manager-Version1.1.0
Manager aktualisiert2026-07-10
lokale Datenunbekannt
Upstreamnicht verfügbar
neueste erkannte Versionnicht erkannt
  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:blink
Version1.1.0
PaketmanagerHomebrew
Homepagehttps://github.com/jart/blink
Repositoryhttps://github.com/jart/blink
Zuletzt aktualisiert2026-07-10T11:23:34-04:00
Pulseupdated
Bottlenicht erfasst
Dienstkeiner deklariert

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Nix95%

blink

nix profile install nixpkgs#blink
  • normalized package name match
  • Abgeglichen nach: Blink
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/bl/blink/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
MacPorts95%

blink

sudo port install blink
  • normalized package name match
  • Abgeglichen nach: Blink
MacPorts ports tree · api.github.com · MacPorts ports tree: emulators/blink/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
winget95%

AGProjects.Blink

winget install --id AGProjects.Blink -e
  • normalized package name match
  • Abgeglichen nach: Blink
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: AGProjects.Blink from https://cdn.winget.microsoft.com/cache/source.msix
winget95%

prayag17.Blink.Alpha

winget install --id prayag17.Blink.Alpha -e
  • normalized package name match
  • Abgeglichen nach: Blink
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: prayag17.Blink.Alpha from https://cdn.winget.microsoft.com/cache/source.msix

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

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