Automic VaultAutomic Vault

brew

Install gtk-vnc with Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper

VNC viewer widget for GTK. Version 1.5.0 via Homebrew; verified 2026-05-11.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install gtk-vnc

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install gtk-vnc

MacPorts ports tree · gnome/gtk-vnc/Portfile · source: api.github.com

Linux

Alpine Linux apkverified · 92%
sudo apk add gtk-vnc

Alpine Linux edge package indexes · gtk-vnc · source: dl-cdn.alpinelinux.org

Debian aptverified · 92%
sudo apt install gir1.2-gtk-vnc-2.0

Debian stable package indexes · gir1.2-gtk-vnc-2.0 · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install gtk-vnc2

Fedora Rawhide package metadata · gtk-vnc2 · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#gtk-vnc

nixpkgs package indexes · pkgs/by-name/gt/gtk-vnc/package.nix · source: api.github.com

Arch Linux pacmanverified · 92%
sudo pacman -S gtk-vnc

Arch Linux sync databases · gtk-vnc · source: geo.mirror.pkgbuild.com

openSUSE zypperverified · 92%
sudo zypper install gtk-vnc-devel

openSUSE Tumbleweed package metadata · gtk-vnc-devel · source: download.opensuse.org

overview

Package summary

VNC viewer widget for GTK

Commands and aliases

  • gvnccapture

history

Project history and usage

gtk-vnc is a GNOME-hosted VNC client library and GTK display widget. It packages the Remote Framebuffer/VNC protocol behind reusable C libraries, so downstream programs can embed a remote-desktop viewer instead of shelling out to a separate VNC client.

Project history

The GNOME wiki describes gtk-vnc as a VNC viewer widget for GTK built around coroutines so it can remain asynchronous while single-threaded. The same page documents the public GitLab repository and the GNOME source tarball location.

Early releases in the upstream NEWS file show the project maturing from the 0.3 line through GTK 2 and GTK 3 integration. The 0.3.8 release added Win32/MinGW portability and MS Logon authentication, while later 0.4 releases included GTK 3 support and removal of older GDK image/pixmap usage. The 0.5 and 0.6 lines added protocol, authentication, introspection, Python, Vala, and API refinements.

The 1.0.0 release in August 2019 marked a packaging and API boundary: Autotools was replaced with Meson, GTK 2 support was dropped, GTK 3 became mandatory, and the example/demo code was modernized. Later releases continued the library direction with desktop resize extensions, GNUTLS changes, macOS build fixes, gi-docgen API docs, coroutine portability work, and visible-cursor and authentication fixes.

Adoption history

The GNOME wiki explicitly names Vinagre, GNOME Boxes, and virt-viewer as gtk-vnc users. That is the adoption pattern that matters for packagers: gtk-vnc is not usually installed because users type its executable, but because virtualization, remote desktop, and GNOME applications need its libraries, introspection data, and small tools.

Distribution package names in the input show the same split role across ecosystems: some package the library as gtk-vnc, while Debian and Ubuntu expose GObject Introspection packages such as gir1.2-gtk-vnc-2.0 and RPM ecosystems often provide development packages for consumers that compile against the widget.

How it is used

Applications embed gtk-vnc when they need a GTK widget that speaks VNC/RFB, handles authentication and encoding details, and participates naturally in a GTK application. Users may also encounter command-line helper programs such as gvnccapture, but the core value is the embeddable library.

The project history matters operationally because VNC clients sit at the edge of security, graphics, input, and portability. NEWS entries mention SASL, TLS certificate handling, VeNCrypt, MS Logon authentication, cursor encodings, HiDPI rendering, desktop resize extensions, and coroutine implementations for Unix, Windows, and macOS.

Why package nerds care

gtk-vnc is a classic dependency package: small on the surface, but it carries ABI, introspection, protocol, and toolkit-version consequences for remote-desktop stacks. It is important to package indexes because applications such as Boxes and virt-viewer depend on a stable embeddable VNC widget rather than reimplementing RFB.

It also captures GNOME platform migration history. The move from GTK 2 support to GTK 3-only in 1.0.0, from Autotools to Meson, and later from gtk-doc to gi-docgen mirrors broader GNOME packaging shifts.

Timeline

  • 2008-12-07: Version 0.3.8 includes Win32/MinGW portability and MS Logon authentication support.
  • 2010-07-11: Version 0.4.0 includes GTK 3 support and removes older GDK pixmap/image usage.
  • 2011-12-21: Version 0.5.0 starts a new feature line with API and protocol additions.
  • 2016-08-18: Version 0.6.0 release appears in GNOME source tarballs.
  • 2018-08-01: Version 0.8.0 deletes the Python 2 binding in favor of GObject Introspection.
  • 2019-08-07: Version 1.0.0 replaces Autotools with Meson, drops GTK 2 support, and requires GTK 3.
  • 2021-04-14: Version 1.2.0 adds desktop resize, scaling, and several VNC extension APIs.
  • 2025-01-06: Version 1.4.0 replaces gtk-doc with gi-docgen and broadens coroutine portability.

Related projects

  • VNC and the RFB protocol are the remote-display technologies implemented by gtk-vnc.
  • Vinagre, GNOME Boxes, and virt-viewer are named upstream users.
  • GTK, GLib, GObject Introspection, GNUTLS, SASL, and Meson are important platform and packaging dependencies in the upstream history.

security posture

Risk level: green

narrow executable package without higher-risk signals.

Risk classifier

green risk · low confidence · appliance

Why

  • narrow executable package without higher-risk signals

Signals

  • metadata:no-higher-risk-signals

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 7 runtime dependencies.
  • Build metadata lists 5 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
gvnccapturecliglobal executable

freshness

Version and 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.

page generated2026-07-08
manager version1.5.0
manager updated2026-05-11
local dataok
upstreamnot checked
latest detectednot detected

https://gitlab.gnome.org/GNOME/gtk-vnc

install metadata

Package metadata

Package keybrew:gtk-vnc
Version1.5.0
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/gtk-vnc
Homepagehttps://gitlab.gnome.org/GNOME/gtk-vnc
Repositoryhttps://gitlab.gnome.org/GNOME/gtk-vnc
Upstream docshttps://gitlab.gnome.org/GNOME/gtk-vnc
LicenseLGPL-2.1-or-later
Source archivehttps://download.gnome.org/sources/gtk-vnc/1.5/gtk-vnc-1.5.0.tar.xz
Last updated2026-05-11T14:57:51-04:00
Pulseupdated
Dependenciescairo, gdk-pixbuf, gettext, glib, gmp, gnutls, gtk+3
Build dependenciesgettext, gobject-introspection, meson, ninja, pkgconf
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

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

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Debian apt95%

gir1.2-gtk-vnc-2.0 1.5.0-1

GObject introspection data for GTK-VNC

https://wiki.gnome.org/Projects/gtk-vnc

sudo apt install gir1.2-gtk-vnc-2.0
  • Section: introspection
  • Architecture: amd64
  • Source Package: gtk-vnc
  • 5 dependencies
  • 3 provides
  • normalized package name match
  • Matched by: Gtk Vnc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: gir1.2-gtk-vnc-2.0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

gvncviewer 1.5.0-1

VNC viewer using gtk-vnc

https://wiki.gnome.org/Projects/gtk-vnc

sudo apt install gvncviewer
  • Section: x11
  • Architecture: amd64
  • Source Package: gtk-vnc
  • 6 dependencies
  • normalized package name match
  • Matched by: Gtk Vnc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: gvncviewer from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libgtk-vnc-2.0-0 1.5.0-1

VNC viewer widget for GTK+3 (runtime libraries)

https://wiki.gnome.org/Projects/gtk-vnc

sudo apt install libgtk-vnc-2.0-0
  • Section: libs
  • Architecture: amd64
  • Source Package: gtk-vnc
  • 7 dependencies
  • normalized package name match
  • Matched by: Gtk Vnc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libgtk-vnc-2.0-0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libgtk-vnc-2.0-dev 1.5.0-1

VNC viewer widget for GTK+3 (development files)

https://wiki.gnome.org/Projects/gtk-vnc

sudo apt install libgtk-vnc-2.0-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: gtk-vnc
  • 8 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Gtk Vnc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libgtk-vnc-2.0-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libgvnc-1.0-0 1.5.0-1

VNC GObject wrapper (runtime libraries)

https://wiki.gnome.org/Projects/gtk-vnc

sudo apt install libgvnc-1.0-0
  • Section: libs
  • Architecture: amd64
  • Source Package: gtk-vnc
  • 8 dependencies
  • normalized package name match
  • Matched by: Gtk Vnc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libgvnc-1.0-0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libgvnc-1.0-dev 1.5.0-1

VNC GObject wrapper (development files)

https://wiki.gnome.org/Projects/gtk-vnc

sudo apt install libgvnc-1.0-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: gtk-vnc
  • 11 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Gtk Vnc
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libgvnc-1.0-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

gtk-vnc

nix profile install nixpkgs#gtk-vnc
  • normalized package name match
  • Matched by: Gtk Vnc
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/gt/gtk-vnc/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

gir1.2-gtk-vnc-2.0 1.3.1-1build2

GObject introspection data for GTK-VNC

https://wiki.gnome.org/Projects/gtk-vnc

sudo apt install gir1.2-gtk-vnc-2.0
  • Section: universe/introspection
  • Architecture: amd64
  • Source Package: gtk-vnc
  • 5 dependencies
  • 3 provides
  • normalized package name match
  • Matched by: Gtk Vnc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: gir1.2-gtk-vnc-2.0 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

gvncviewer 1.3.1-1build2

VNC viewer using gtk-vnc

https://wiki.gnome.org/Projects/gtk-vnc

sudo apt install gvncviewer
  • Section: universe/x11
  • Architecture: amd64
  • Source Package: gtk-vnc
  • 6 dependencies
  • normalized package name match
  • Matched by: Gtk Vnc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: gvncviewer from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libgtk-vnc-2.0-0 1.3.1-1build2

VNC viewer widget for GTK+3 (runtime libraries)

https://wiki.gnome.org/Projects/gtk-vnc

sudo apt install libgtk-vnc-2.0-0
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: gtk-vnc
  • 7 dependencies
  • normalized package name match
  • Matched by: Gtk Vnc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libgtk-vnc-2.0-0 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libgtk-vnc-2.0-dev 1.3.1-1build2

VNC viewer widget for GTK+3 (development files)

https://wiki.gnome.org/Projects/gtk-vnc

sudo apt install libgtk-vnc-2.0-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: gtk-vnc
  • 6 dependencies
  • normalized package name match
  • Matched by: Gtk Vnc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libgtk-vnc-2.0-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libgvnc-1.0-0 1.3.1-1build2

VNC GObject wrapper (runtime libraries)

https://wiki.gnome.org/Projects/gtk-vnc

sudo apt install libgvnc-1.0-0
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: gtk-vnc
  • 8 dependencies
  • normalized package name match
  • Matched by: Gtk Vnc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libgvnc-1.0-0 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libgvnc-1.0-dev 1.3.1-1build2

VNC GObject wrapper (development files)

https://wiki.gnome.org/Projects/gtk-vnc

sudo apt install libgvnc-1.0-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: gtk-vnc
  • 8 dependencies
  • normalized package name match
  • Matched by: Gtk Vnc
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libgvnc-1.0-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

gtk-vnc 1.5.0-r0

VNC viewer widget for GTK

https://gitlab.gnome.org/GNOME/gtk-vnc

sudo apk add gtk-vnc
  • License: LGPL-2.1-or-later
  • Architecture: x86_64
  • Source Package: gtk-vnc
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Gtk Vnc
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: gtk-vnc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

gtk-vnc-dev 1.5.0-r0

VNC viewer widget for GTK (development files)

https://gitlab.gnome.org/GNOME/gtk-vnc

sudo apk add gtk-vnc-dev
  • License: LGPL-2.1-or-later
  • Architecture: x86_64
  • Source Package: gtk-vnc
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Gtk Vnc
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: gtk-vnc-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

gtk-vnc-doc 1.5.0-r0

VNC viewer widget for GTK (documentation)

https://gitlab.gnome.org/GNOME/gtk-vnc

sudo apk add gtk-vnc-doc
  • License: LGPL-2.1-or-later
  • Architecture: x86_64
  • Source Package: gtk-vnc
  • normalized package name match
  • Matched by: Gtk Vnc
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: gtk-vnc-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • 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