Automic VaultAutomic Vault

brew

使用 Homebrew, MacPorts, Nix, winget 安装 blink

查看 blink 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install blink

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install blink

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

Linux

Nix已验证 · 92%
nix profile install nixpkgs#blink

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

Windows

Windows Package Manager已验证 · 92%
winget install --id AGProjects.Blink -e

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

概览

软件包摘要

Tiniest x86-64-linux emulator

命令和别名

  • blink
  • blinkenlights

历史

项目历史与用法

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.

时间线

  • 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.

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 构建元数据列出 2 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
blinkcli全局可执行文件
blinkenlightscli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-08
管理器版本1.1.0
管理器更新时间2026-06-08
本地数据OK
上游当前
检测到的最新版本1.1.0

https://github.com/jart/blink

  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:blink
版本1.1.0
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/blink
主页https://github.com/jart/blink
仓库https://github.com/jart/blink
上游文档https://github.com/jart/blink#readme
许可证ISC
源码归档https://github.com/jart/blink/archive/refs/tags/1.1.0.tar.gz
最后更新2026-06-08T20:01:48-04:00
Pulseupdated
构建依赖make, pkgconf
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

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

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Nix95%

blink

nix profile install nixpkgs#blink
  • normalized package name match
  • 匹配方式: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
  • 匹配方式: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
  • 匹配方式: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
  • 匹配方式: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

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment