macOS
brew install wxwidgetslocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für wxwidgets in AI-Agent-Workflows.
Installation
brew install wxwidgetslocal Homebrew formula metadata
sudo apk add wxwidgetsAlpine Linux edge package indexes · wxwidgets · Quelle: dl-cdn.alpinelinux.org
sudo dnf install wxGTKFedora Rawhide package metadata · wxGTK · Quelle: dl.fedoraproject.org
sudo pacman -S wxwidgets-qt5Arch Linux sync databases · wxwidgets-qt5 · Quelle: geo.mirror.pkgbuild.com
sudo zypper install libwx_baseu-suse-nostl16_0_0openSUSE Tumbleweed package metadata · libwx_baseu-suse-nostl16_0_0 · Quelle: download.opensuse.org
Überblick
Cross-platform C++ GUI toolkit
Verlauf
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.
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.
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.
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.
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.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
wx-config | cli | globales Executable | |
wx-config-3.3 | cli | globales Executable | |
wxrc | cli | globales Executable | |
wxrc-3.3 | cli | globales Executable |
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.
https://github.com/wxWidgets/wxWidgets
Installationsmetadaten
| Paketschlüssel | brew:wxwidgets |
|---|---|
| Version | 3.3.3 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/wxwidgets |
| Homepage | https://www.wxwidgets.org |
| Repository | https://github.com/wxWidgets/wxWidgets |
| Upstream-Dokumentation | https://docs.wxwidgets.org/ |
| Lizenz | LGPL-2.0-or-later WITH WxWindows-exception-3.1 |
| Quellarchiv | https://github.com/wxWidgets/wxWidgets/releases/download/v3.3.3/wxWidgets-3.3.3.tar.bz2 |
| Zuletzt aktualisiert | 2026-07-08T03:44:57Z |
| Pulse | updated |
| Abhängigkeiten | jpeg-turbo, libpng, libtiff, pcre2, webp |
| Build-Abhängigkeiten | pkgconf |
| Von macOS bereitgestellte Bibliotheken | expat |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | wxwidgets |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
wxwidgets 3.2.9-r0
wxWidgets GUI library
sudo apk add wxwidgetswxwidgets-dbg 3.2.9-r0
wxWidgets GUI library (debug symbols)
sudo apk add wxwidgets-dbgwxwidgets-dev 3.2.9-r0
wxWidgets GUI library (development files)
sudo apk add wxwidgets-devwxwidgets-doc 3.2.9-r0
wxWidgets GUI library (documentation)
sudo apk add wxwidgets-docwxwidgets-gtk3 3.2.9-r0
wxWidgets GUI library (GTK3 components)
sudo apk add wxwidgets-gtk3wxwidgets-qt5 3.2.9-r0
wxWidgets GUI library (Qt5 components)
sudo apk add wxwidgets-qt5wxwidgets-webview 3.2.9-r0
wxWidgets GUI library (WebView component)
sudo apk add wxwidgets-webviewwxGTK 3.2.9-2.fc44
GTK port of the wxWidgets GUI library
sudo dnf install wxGTKwxwidgets-qt5 3.2.10-2
Qt5 implementation of wxWidgets API for GUI
sudo pacman -S wxwidgets-qt5libwx_baseu-suse-nostl16_0_0 3.2.8-4.4
wxWidgets base library
sudo zypper install libwx_baseu-suse-nostl16_0_0libwx_baseu-suse16_0_0 3.2.8-4.4
wxWidgets base library
sudo zypper install libwx_baseu-suse16_0_0Quellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.