Automic VaultAutomic Vault

brew

使用 Homebrew, apk, apt, dnf, Nix, pacman, zypper 安装 x11vnc

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

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install x11vnc

local Homebrew formula metadata

Linux

Alpine Linux apk已验证 · 92%
sudo apk add x11vnc

Alpine Linux edge package indexes · x11vnc · 来源: dl-cdn.alpinelinux.org

Debian apt已验证 · 92%
sudo apt install x11vnc

Debian stable package indexes · x11vnc · 来源: deb.debian.org

Fedora dnf已验证 · 92%
sudo dnf install x11vnc

Fedora Rawhide package metadata · x11vnc · 来源: dl.fedoraproject.org

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

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

Arch Linux pacman已验证 · 92%
sudo pacman -S x11vnc

Arch Linux sync databases · x11vnc · 来源: geo.mirror.pkgbuild.com

openSUSE zypper已验证 · 92%
sudo zypper install x11vnc

openSUSE Tumbleweed package metadata · x11vnc · 来源: download.opensuse.org

概览

软件包摘要

VNC server for real X displays

命令和别名

  • x11vnc

历史

项目历史与用法

x11vnc is a VNC server for real, already-running X11 displays rather than a server that creates a separate virtual desktop. Its niche is remote control of the desktop that is physically attached to a Unix or Linux workstation, filling for X11 the role that WinVNC historically filled on Windows.

The project is closely tied to LibVNCServer. The LibVNCServer project history describes x11vnc as starting from Johannes Schindelin's proof-of-concept and being turned by Karl Runge into a full application; the community version is now maintained in the LibVNC GitHub organization.

项目历史

x11vnc emerged in the early 2000s as a pragmatic bridge between the X Window System and the VNC remote-framebuffer protocol. Unlike Xvnc-style servers, which expose a new virtual display, x11vnc polls and exports an existing X server so a user or administrator can interact with the same desktop session that is visible on the machine's monitor.

Karl Runge's version became the recognizable x11vnc application, and copyright notices in the source identify his active period on the project through 2002-2010. Later maintenance moved into the LibVNC ecosystem, which is a natural home because x11vnc is both a user-facing tool and a showcase for LibVNCServer's embeddable server library.

采用历史

x11vnc became useful wherever administrators wanted to reach a live X11 session without changing how the machine was logged in: workstations, lab machines, kiosk-like systems, Sun Ray-style sessions, and small embedded displays. The README also documents extensions beyond ordinary X displays, including Mac OS X Aqua/Quartz, webcams, TV tuner devices, embedded Linux systems, and full IPv6 support.

Its adoption is partly explained by what it did not require. A user could keep a normal local desktop manager and attach VNC access to that session only when needed, rather than switching to a special VNC desktop server or teaching users a separate remote-login workflow.

使用方式

Typical use is to run `x11vnc` on the machine with the target X session and then connect with any VNC viewer, usually on a VNC display number mapped from TCP port 5900. The tool supports common remote-access features such as password files, SSL/TLS, VeNCrypt, Unix account login, server-side scaling, Zeroconf advertising, and compatibility features for TightVNC and UltraVNC viewers.

Package users reach for x11vnc when they need to help a remote user, operate a graphical application that is already open, close programs cleanly, inspect a physical-console session, or expose a lightweight display from an embedded device. It belongs to the old but still practical Unix remote-desktop toolkit: small CLI, lots of flags, no new desktop session unless the user asks for one elsewhere.

为什么软件包爱好者会关心

For package people, x11vnc is historically neat because it preserves the 'real display' remote-control model in the X11 world. It is not a general remote-desktop suite; it is the sharp tool that connects a VNC client to the framebuffer and input stream of an existing X desktop.

It also shows why library projects matter. LibVNCServer made it possible to build specialized VNC servers, and x11vnc became the canonical example that turned the library from proof-of-concept into a daily-use remote-administration command.

时间线

  • 2001-2002: x11vnc appears as a VNC server for real X displays, with Karl Runge's application becoming the well-known implementation.
  • 2002-2010: Karl Runge's source copyright period covers the main original x11vnc development era.
  • 2010s: x11vnc maintenance continues as part of the LibVNCServer/LibVNC ecosystem.
  • 2019-01-05: x11vnc 0.9.16 is released, the release commonly cited by downstream package histories.
  • 2020s: The community source is hosted at `LibVNC/x11vnc` on GitHub.

Related projects

  • LibVNCServer is the library project that underpins x11vnc and other VNC servers.
  • LibVNCClient is the companion client-side library in the same ecosystem.
  • Xvnc and TigerVNC are related VNC server projects, but they more commonly create or manage virtual VNC sessions instead of exporting the already-running physical X display.
  • KRFB is a KDE remote-desktop tool noted by LibVNCServer as an integration related to x11vnc.

安全态势

尚未找到受保护工具覆盖

没有找到 x11vnc 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。

安装行为

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

建议审查

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

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.

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.vnc/passwd~/.vnc/passwdfile

可执行文件

已安装的可执行文件

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

新鲜度

版本和新鲜度

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

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

https://github.com/LibVNC/x11vnc

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

安装元数据

软件包元数据

软件包键brew:x11vnc
版本0.9.17
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/x11vnc
主页https://github.com/LibVNC/x11vnc
仓库https://github.com/LibVNC/x11vnc
上游文档https://github.com/LibVNC/x11vnc#readme
许可证GPL-2.0-or-later WITH x11vnc-openssl-exception
源码归档https://github.com/LibVNC/x11vnc/archive/refs/tags/0.9.17.tar.gz
最后更新2026-05-11T20:45:47Z
Pulseupdated
依赖libvncserver, openssl@4
构建依赖autoconf, automake, pkgconf
macOS 提供的库libxcrypt
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

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

源数据库匹配

其他软件包管理器记录

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

Debian apt95%

x11vnc 0.9.17-1

VNC server to allow remote access to an existing X session

http://www.karlrunge.com/x11vnc/

sudo apt install x11vnc
  • Section: x11
  • Architecture: amd64
  • 17 依赖
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:X11vnc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: x11vnc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

x11vnc

nix profile install nixpkgs#x11vnc
  • normalized package name match
  • 匹配方式:X11vnc
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/x1/x11vnc/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

x11vnc 0.9.16-10

VNC server to allow remote access to an existing X session

http://www.karlrunge.com/x11vnc/

sudo apt install x11vnc
  • Section: universe/x11
  • Architecture: amd64
  • 17 依赖
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:X11vnc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: x11vnc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

x11vnc 0.9.17-r1

VNC server for real X displays

https://github.com/LibVNC/x11vnc

sudo apk add x11vnc
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: x11vnc
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:X11vnc
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: x11vnc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

x11vnc-doc 0.9.17-r1

VNC server for real X displays (documentation)

https://github.com/LibVNC/x11vnc

sudo apk add x11vnc-doc
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: x11vnc
  • normalized package name match
  • 匹配方式:X11vnc
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: x11vnc-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

x11vnc 0.9.17-3.fc44

VNC server for the current X11 session

https://github.com/LibVNC/x11vnc

sudo dnf install x11vnc
  • License: GPL-2.0-or-later AND GPL-2.0-or-later WITH x11vnc-openssl-exception
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: x11vnc
  • 22 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:X11vnc
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: x11vnc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

x11vnc 1:0.9.17-1

VNC server for real X displays

https://github.com/LibVNC/x11vnc/

sudo pacman -S x11vnc
  • License: GPL-2.0-or-later
  • Architecture: x86_64
  • 16 依赖
  • 3 可选依赖
  • normalized package name match
  • 匹配方式:X11vnc
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: x11vnc from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

tigervnc-x11vnc 1.16.1-2.4

Wrapper that starts x0vncserver

https://tigervnc.org/

sudo zypper install tigervnc-x11vnc
  • License: GPL-2.0-only AND MIT
  • Category: System/X11/Servers/XF86_4
  • Architecture: noarch
  • Source Package: tigervnc
  • 2 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:X11vnc
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: tigervnc-x11vnc from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

x11vnc 0.9.16-3.8

VNC Server for Real X Displays

https://github.com/LibVNC/x11vnc

sudo zypper install x11vnc
  • License: GPL-2.0-or-later
  • Category: System/X11/Utilities
  • Architecture: x86_64
  • Source Package: x11vnc
  • 19 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:X11vnc
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: x11vnc from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

x11vnc-frontend 0.9.16-3.8

Simple GUI Frontend to x11vnc

https://github.com/LibVNC/x11vnc

sudo zypper install x11vnc-frontend
  • License: GPL-2.0-or-later
  • Category: System/X11/Utilities
  • Architecture: x86_64
  • Source Package: x11vnc
  • 4 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:X11vnc
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: x11vnc-frontend from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

来源线索

由仓库数据生成

此页面由 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 configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment