Automic VaultAutomic Vault

brew

Installer wxwidgets avec Homebrew, apk, dnf, pacman, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de wxwidgets pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install wxwidgets

local Homebrew formula metadata

Linux

Alpine Linux apkvérifié · 92%
sudo apk add wxwidgets

Alpine Linux edge package indexes · wxwidgets · Source: dl-cdn.alpinelinux.org

Fedora dnfvérifié · 92%
sudo dnf install wxGTK

Fedora Rawhide package metadata · wxGTK · Source: dl.fedoraproject.org

Arch Linux pacmanvérifié · 92%
sudo pacman -S wxwidgets-qt5

Arch Linux sync databases · wxwidgets-qt5 · Source: geo.mirror.pkgbuild.com

openSUSE zyppervérifié · 92%
sudo zypper install libwx_baseu-suse-nostl16_0_0

openSUSE Tumbleweed package metadata · libwx_baseu-suse-nostl16_0_0 · Source: download.opensuse.org

aperçu

Résumé du paquet

Cross-platform C++ GUI toolkit

Commandes et alias

  • wx-config
  • wx-config-3.3
  • wxrc
  • wxrc-3.3

historique

Historique du projet et usages

wxWidgets is a long-running, cross-platform C++ GUI toolkit whose package-manager importance comes from its role as a native-widget portability layer for desktop applications. The project began in 1992 as wxWindows and later adopted the wxWidgets name, while keeping the central idea that one C++ codebase can target Windows, Unix/Linux, macOS, and other platforms through native or platform-specific ports.

Historique du projet

The official wxWidgets history traces the project to Julian Smart at the Artificial Intelligence Applications Institute, University of Edinburgh, in 1992. Smart was building Hardy, a meta-CASE tool that needed to run on Windows and X-based Unix workstations; commercial cross-platform GUI tools were too expensive for the in-house experimental project, so the toolkit was created as wxWindows.

The project's name changed from wxWindows to wxWidgets in 2004 after an agreement involving Microsoft's Windows trademark. The official name-change page says Julian Smart and Robin Dunn would stop using the wxWindows name by August 2004, with the new wxwidgets.org domain becoming the project's public identity.

wxWidgets developed as a community-maintained toolkit rather than a single-vendor product. The official overview describes hundreds of contributors and a user base ranging from open-source developers to corporations, while the team page identifies maintainers around major ports and related projects such as wxGTK, wxMac, wxiOS, and wxPython.

Historique d'adoption

wxWidgets has been adopted where native desktop look-and-feel and C++ portability matter more than a web-style UI stack. The official overview lists organizations and applications associated with wxWidgets, including AOL, AMD, Lockheed Martin, Xerox, NASA, Audacity, FileZilla, and TortoiseCVS.

The license helped adoption across both free-software and proprietary contexts. The wxWidgets license page describes the wxWindows Library Licence as LGPL-like with an exception allowing derived binary works to be distributed on the user's own terms, a compromise intended to satisfy GPL and proprietary application authors.

Modes d'utilisation

Developers use wxWidgets as a library and toolchain component for native GUI applications, usually compiling against a platform port such as wxMSW, wxGTK, or wxMac. In package-manager contexts, the notable command-line surfaces are helper tools such as wx-config, which reports compiler and linker flags, and wxrc, which compiles XRC resource files.

In C and C++ packaging, wxWidgets is the kind of dependency that exposes ABI and version-line concerns: downstream software often cares about which major stable branch it builds against, and build systems commonly discover it through wx-config or CMake support rather than treating it as a header-only library.

Pourquoi les passionnés de paquets s'y intéressent

For package maintainers, wxWidgets is a classic desktop-stack dependency: old enough to have long ABI lines and wide downstream use, but still active enough to need modern compiler, CMake, macOS, GTK, and architecture support. Its formula is significant less because of a single executable and more because it supplies the GUI substrate for many other packages.

The package also illustrates why GUI toolkit packaging is harder than ordinary CLI packaging: bindings, native toolkit backends, resource compilers, and ABI-compatible stable branches all matter to downstream builds.

Chronologie

  • 1992: Julian Smart starts wxWindows at the University of Edinburgh's Artificial Intelligence Applications Institute.
  • 1998-2005: The wxWindows Library Licence text is maintained by Julian Smart, Robert Roebling, and contributors.
  • 2004: The project transitions from the wxWindows name to wxWidgets.
  • 2013: wxWidgets 3.0 is released as a major stable line.
  • 2022: wxWidgets 3.2.0 is released, opening the next ABI-stable series after the 3.0 line.

Related projects

  • wxPython is the Python binding project around wxWidgets; the wxWidgets team page notes Robin Dunn's work on wxPython and its relationship to the toolkit.
  • Related desktop GUI toolkits in the same packaging ecosystem include Qt, GTK/gtkmm, FLTK, FOX, JUCE, and IUP; wxWidgets is distinguished by its native-widget abstraction and long C++ history.

posture de sécurité

Niveau de risque : vert

narrow executable package without higher-risk signals.

Classificateur de risque

risque vert · confiance faible · appliance

Pourquoi

  • narrow executable package without higher-risk signals

Signaux

  • metadata:no-higher-risk-signals

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 6 plateformes.
  • S’installe avec 5 dépendances d’exécution.
  • Les métadonnées de compilation listent 1 dépendances de compilation.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

exécutables

Exécutables installés

CommandeTypeExpositionNote
wx-configcliexécutable global
wx-config-3.3cliexécutable global
wxrccliexécutable global
wxrc-3.3cliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-10
version du gestionnaire3.3.3
gestionnaire mis à jour2026-07-08
données localesOK
amontnot checked
dernière version détectéenon détecté

https://github.com/wxWidgets/wxWidgets

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:wxwidgets
Version3.3.3
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/wxwidgets
Page d'accueilhttps://www.wxwidgets.org
Dépôthttps://github.com/wxWidgets/wxWidgets
Docs amonthttps://docs.wxwidgets.org/
LicenceLGPL-2.0-or-later WITH WxWindows-exception-3.1
Archive sourcehttps://github.com/wxWidgets/wxWidgets/releases/download/v3.3.3/wxWidgets-3.3.3.tar.bz2
Dernière mise à jour2026-07-08T03:44:57Z
Pulseupdated
Dépendancesjpeg-turbo, libpng, libtiff, pcre2, webp
Dépendances de compilationpkgconf
Bibliothèques fournies par macOSexpat
Bouteilledisponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
post-install Homebrewnon défini
Serviceaucun déclaré

faits du registre

Détails de la base source

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

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

apk95%

wxwidgets 3.2.9-r0

wxWidgets GUI library

https://www.wxwidgets.org/

sudo apk add wxwidgets
  • License: custom:wxWidgets
  • Architecture: x86_64
  • Source Package: wxwidgets
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Wxwidgets
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: wxwidgets from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

wxwidgets-dbg 3.2.9-r0

wxWidgets GUI library (debug symbols)

https://www.wxwidgets.org/

sudo apk add wxwidgets-dbg
  • License: custom:wxWidgets
  • Architecture: x86_64
  • Source Package: wxwidgets
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Wxwidgets
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: wxwidgets-dbg from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

wxwidgets-dev 3.2.9-r0

wxWidgets GUI library (development files)

https://www.wxwidgets.org/

sudo apk add wxwidgets-dev
  • License: custom:wxWidgets
  • Architecture: x86_64
  • Source Package: wxwidgets
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Wxwidgets
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: wxwidgets-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

wxwidgets-doc 3.2.9-r0

wxWidgets GUI library (documentation)

https://www.wxwidgets.org/

sudo apk add wxwidgets-doc
  • License: custom:wxWidgets
  • Architecture: x86_64
  • Source Package: wxwidgets
  • normalized package name match
  • Correspondance par : Wxwidgets
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: wxwidgets-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

wxwidgets-gtk3 3.2.9-r0

wxWidgets GUI library (GTK3 components)

https://www.wxwidgets.org/

sudo apk add wxwidgets-gtk3
  • License: custom:wxWidgets
  • Architecture: x86_64
  • Source Package: wxwidgets
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Wxwidgets
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: wxwidgets-gtk3 from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

wxwidgets-qt5 3.2.9-r0

wxWidgets GUI library (Qt5 components)

https://www.wxwidgets.org/

sudo apk add wxwidgets-qt5
  • License: custom:wxWidgets
  • Architecture: x86_64
  • Source Package: wxwidgets
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Wxwidgets
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: wxwidgets-qt5 from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

wxwidgets-webview 3.2.9-r0

wxWidgets GUI library (WebView component)

https://www.wxwidgets.org/

sudo apk add wxwidgets-webview
  • License: custom:wxWidgets
  • Architecture: x86_64
  • Source Package: wxwidgets
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Wxwidgets
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: wxwidgets-webview from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

wxGTK 3.2.9-2.fc44

GTK port of the wxWidgets GUI library

https://www.wxwidgets.org/

sudo dnf install wxGTK
  • License: LGPL-2.0-or-later WITH WxWindows-exception-3.1
  • Category: Unspecified
  • Architecture: i686
  • Source Package: wxGTK
  • 31 Dépendances
  • 14 fournit
  • normalized package name match
  • Correspondance par : Wxwidgets
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: wxGTK from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

wxwidgets-qt5 3.2.10-2

Qt5 implementation of wxWidgets API for GUI

https://wxwidgets.org

sudo pacman -S wxwidgets-qt5
  • License: custom:wxWindows
  • Architecture: x86_64
  • 12 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Wxwidgets
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: wxwidgets-qt5 from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

libwx_baseu-suse-nostl16_0_0 3.2.8-4.4

wxWidgets base library

https://www.wxwidgets.org/

sudo zypper install libwx_baseu-suse-nostl16_0_0
  • License: LGPL-2.1-or-later WITH WxWindows-exception-3.1
  • Category: System/Libraries
  • Architecture: x86_64
  • Source Package: wxWidgets-3_2-nostl
  • 10 Dépendances
  • 3 fournit
  • normalized package name match
  • Correspondance par : Wxwidgets
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libwx_baseu-suse-nostl16_0_0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

libwx_baseu-suse16_0_0 3.2.8-4.4

wxWidgets base library

https://www.wxwidgets.org/

sudo zypper install libwx_baseu-suse16_0_0
  • License: LGPL-2.1-or-later WITH WxWindows-exception-3.1
  • Category: System/Libraries
  • Architecture: x86_64
  • Source Package: wxGTK3-3_2
  • 10 Dépendances
  • 3 fournit
  • normalized package name match
  • Correspondance par : Wxwidgets
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libwx_baseu-suse16_0_0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • 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