# Install wxwidgets@3.2 with Homebrew, MacPorts, Nix, zypper, apt, apk, dnf, pacman

Cross-platform C++ GUI toolkit. Version 3.2.11 via Homebrew; verified 2026-07-07.

## Install

```sh
sudo av install brew:wxwidgets@3.2
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install wxwidgets@3.2
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install wxWidgets-3.2
```

  Evidence: MacPorts ports tree: graphics/wxWidgets-3.2/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#wxwidgets_3_2
```

  Evidence: nixpkgs package indexes: pkgs/by-name/wx/wxwidgets_3_2/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install libwx_gtk2u_adv-suse16_0_0
```

  Evidence: openSUSE Tumbleweed package metadata: libwx_gtk2u_adv-suse16_0_0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

- Debian apt (92%):

```sh
sudo apt install libwxbase3.2-1t64
```

  Evidence: Debian stable package indexes: libwxbase3.2-1t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- apk (92%):

```sh
sudo apk add wxwidgets
```

  Evidence: Alpine Linux edge package indexes: wxwidgets from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- dnf (92%):

```sh
sudo dnf install wxGTK
```

  Evidence: Fedora Rawhide package metadata: wxGTK from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- pacman (92%):

```sh
sudo pacman -S wxwidgets-qt5
```

  Evidence: Arch Linux sync databases: wxwidgets-qt5 from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## Package facts

- **Package key:** brew:wxwidgets@3.2
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/wxwidgets@3.2>
- **Version:** 3.2.11
- **Source summary:** Cross-platform C++ GUI toolkit
- **Homepage:** <https://www.wxwidgets.org>
- **Repository:** <https://github.com/wxWidgets/wxWidgets>
- **Upstream docs:** <https://docs.wxwidgets.org/3.2>
- **License:** LGPL-2.0-or-later WITH WxWindows-exception-3.1
- **Source archive:** <https://github.com/wxWidgets/wxWidgets/releases/download/v3.2.11/wxWidgets-3.2.11.tar.bz2>
- **Last updated:** 2026-07-07T22:46:54Z
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- wx-config-3.2 (cli)
- wxrc-3.2 (cli)
- wx-config-3.2 (alias)
- wxrc-3.2 (alias)

## Dependencies

- jpeg-turbo
- libpng
- libtiff
- pcre2

## Build dependencies

- pkgconf

## Uses from macOS

- expat

## Install behavior

- Post-install hook: not defined
- Caveats: To avoid conflicts with the wxwidgets formula, `wx-config` and `wxrc` have been installed as `wx-config-3.2` and `wxrc-3.2`.
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 3.2.11
- Package-manager updated: 2026-07-07
- Local data: ok
- Upstream repository: https://github.com/wxWidgets/wxWidgets
- info: No cached GitHub release or tag data was available.
## Project history and usage

wxwidgets@3.2 is the versioned packaging line for the wxWidgets 3.2 stable series. It represents the ABI-stable branch that began with wxWidgets 3.2.0 in July 2022, allowing downstream software to continue targeting 3.2 while newer development or default package lines move independently.

### Project history

wxWidgets 3.2.0 was announced as a major stable release in July 2022. The project's release candidate announcement framed it as the first new ABI-stable release series since wxWidgets 3.0.0, nearly nine years earlier.

The 3.2 line carried modernization work important to packagers and application developers, including newer compiler support, an entirely new CMake build system, macOS dark-mode and ARM support, and updates for bundled third-party libraries.

### Adoption history

Versioned packaging exists because wxWidgets applications often build against a stable ABI line. The wxWidgets GitHub release notes for 3.2.x releases repeatedly describe the branch as API- and ABI-compatible with previous 3.2.x releases, which is exactly the property downstream package managers preserve with a versioned formula.

### How it is used

Developers use the 3.2 package when a project expects wx-config-3.2, wxrc-3.2, or a wxWidgets 3.2 ABI rather than the default wxWidgets version. This is common for desktop applications that have not yet moved to a newer branch or that intentionally pin to the stable 3.2 series.

### Why package nerds care

The formula is significant as a compatibility anchor. For package maintainers, wxwidgets@3.2 lets older or conservative GUI applications keep building reproducibly while the unversioned wxwidgets formula can track newer upstream releases.

### Timeline

- 2013: wxWidgets 3.0.0 establishes the previous long-lived stable series.
- June 27, 2022: wxWidgets 3.2.0 release candidate is announced as the next ABI-stable series.
- July 7, 2022: wxWidgets 3.2.0 final release is announced.
- March 3, 2026: The wxWidgets downloads page lists 3.2.10 as the latest stable release and the 3.2 API as stable since July 7, 2022.

### Related projects

- The unversioned wxwidgets package tracks the same upstream project but may represent a different current packaging line. wxPython and many C++ desktop applications are downstream consumers whose build compatibility can depend on the wxWidgets stable branch.

### Sources

- <https://github.com/wxWidgets/wxWidgets/releases>
- <https://wxwidgets.org/downloads/>
- <https://wxwidgets.org/news/2022/06/wxwidgets-3.2.0-release-candidate/>
- <https://wxwidgets.org/news/2022/07/wxwidgets-3.2.0-final-release/>


## Security Notes

No matching local secret-handling manifest was found for wxwidgets@3.2. Nucleus package metadata is still published here so future coverage has a stable package URL.


## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** wxwidgets@3.2
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Other Package-Manager Records

- Nix - wxwidgets_3_2: normalized package name match | nixpkgs package indexes: pkgs/by-name/wx/wxwidgets_3_2/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- zypper - libwx_gtk2u_adv-suse16_0_0 - 3.2.8-4.4: normalized package name match | openSUSE Tumbleweed package metadata: libwx_gtk2u_adv-suse16_0_0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | wxWidgets advanced widgets and rarely-used widgets | https://www.wxwidgets.org/
- zypper - libwx_gtk2u_aui-suse16_0_0 - 3.2.8-4.4: normalized package name match | openSUSE Tumbleweed package metadata: libwx_gtk2u_aui-suse16_0_0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | wxWidgets advanced user interface docking library | https://www.wxwidgets.org/
- zypper - libwx_gtk2u_core-suse16_0_0 - 3.2.8-4.4: normalized package name match | openSUSE Tumbleweed package metadata: libwx_gtk2u_core-suse16_0_0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | wxWidgets basic GUI class library | https://www.wxwidgets.org/
- zypper - libwx_gtk2u_gl-suse16_0_0 - 3.2.8-4.4: normalized package name match | openSUSE Tumbleweed package metadata: libwx_gtk2u_gl-suse16_0_0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | wxWidgets OpenGL integration library | https://www.wxwidgets.org/
- zypper - libwx_gtk2u_html-suse16_0_0 - 3.2.8-4.4: normalized package name match | openSUSE Tumbleweed package metadata: libwx_gtk2u_html-suse16_0_0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | wxWidgets HTML parser and renderer library | https://www.wxwidgets.org/
- zypper - libwx_gtk2u_media-suse16_0_0 - 3.2.8-4.4: normalized package name match | openSUSE Tumbleweed package metadata: libwx_gtk2u_media-suse16_0_0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | wxWidgets media class library | https://www.wxwidgets.org/
- zypper - libwx_gtk2u_propgrid-suse16_0_0 - 3.2.8-4.4: normalized package name match | openSUSE Tumbleweed package metadata: libwx_gtk2u_propgrid-suse16_0_0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | wxWidgets property grid class library | https://www.wxwidgets.org/
- zypper - libwx_gtk2u_qa-suse16_0_0 - 3.2.8-4.4: normalized package name match | openSUSE Tumbleweed package metadata: libwx_gtk2u_qa-suse16_0_0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | wxWidgets quality assurance class library | https://www.wxwidgets.org/
- zypper - libwx_gtk2u_ribbon-suse16_0_0 - 3.2.8-4.4: normalized package name match | openSUSE Tumbleweed package metadata: libwx_gtk2u_ribbon-suse16_0_0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | wxWidgets's ribbon user interface library | https://www.wxwidgets.org/
- zypper - libwx_gtk2u_richtext-suse16_0_0 - 3.2.8-4.4: normalized package name match | openSUSE Tumbleweed package metadata: libwx_gtk2u_richtext-suse16_0_0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | wxWidgets Rich Text editor class library | https://www.wxwidgets.org/
- zypper - libwx_gtk2u_stc-suse16_0_0 - 3.2.8-4.4: normalized package name match | openSUSE Tumbleweed package metadata: libwx_gtk2u_stc-suse16_0_0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | wxWidgets styled text class library | https://www.wxwidgets.org/
- zypper - libwx_gtk2u_xrc-suse16_0_0 - 3.2.8-4.4: normalized package name match | openSUSE Tumbleweed package metadata: libwx_gtk2u_xrc-suse16_0_0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | wxWidgets's XML-based resource system | https://www.wxwidgets.org/
- zypper - wxWidgets-3_2-devel - 3.2.8-4.4: normalized package name match | openSUSE Tumbleweed package metadata: wxWidgets-3_2-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Development files for wxWidgets-3_2 | https://www.wxwidgets.org/
- MacPorts - wxWidgets-3.2: normalized package name match | MacPorts ports tree: graphics/wxWidgets-3.2/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Debian apt - libwxbase3.2-1t64 - 3.2.8+dfsg-2: package manager index match | Debian stable package indexes: libwxbase3.2-1t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | wxBase library (runtime) - non-GUI support classes of wxWidgets toolkit | https://www.wxwidgets.org/


## Related links

- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://www.automicvault.com/pkg/media-graphics-tools/) - Matched curated package taxonomy and local package facts.
- [jpeg-turbo](https://www.automicvault.com/pkg/brew/jpeg-turbo/) - Runtime dependency declared by Homebrew.
- [libpng](https://www.automicvault.com/pkg/brew/libpng/) - Runtime dependency declared by Homebrew.
- [libtiff](https://www.automicvault.com/pkg/brew/libtiff/) - Runtime dependency declared by Homebrew.
- [pcre2](https://www.automicvault.com/pkg/brew/pcre2/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [diff-pdf](https://www.automicvault.com/pkg/brew/diff-pdf/) - Popular package that depends on this formula.
- [erlang](https://www.automicvault.com/pkg/brew/erlang/) - Popular package that depends on this formula.
- [erlang@26](https://www.automicvault.com/pkg/brew/erlang-26/) - Popular package that depends on this formula.
- [erlang@27](https://www.automicvault.com/pkg/brew/erlang-27/) - Popular package that depends on this formula.
- [erlang@28](https://www.automicvault.com/pkg/brew/erlang-28/) - Popular package that depends on this formula.
- [spatialite-gui](https://www.automicvault.com/pkg/brew/spatialite-gui/) - Popular package that depends on this formula.
- [wxlua](https://www.automicvault.com/pkg/brew/wxlua/) - Popular package that depends on this formula.
- [wxpython](https://www.automicvault.com/pkg/brew/wxpython/) - Popular package that depends on this formula.
- [wxwidgets](https://www.automicvault.com/pkg/brew/wxwidgets/) - Package name indicates the same formula family.
- [fltk](https://www.automicvault.com/pkg/brew/fltk/) - Local package facts share a topical domain. Shared terms: config, cross, cross-platform, gui, jpeg.
- [freeswitch](https://www.automicvault.com/pkg/brew/freeswitch/) - Local package facts share a topical domain. Shared terms: jpeg, jpeg-turbo, libpng, libtiff, pcre2.

## Combined YAML source

View the package source record on GitHub. [combined/wxwidgets@3.2.yml](https://github.com/automic-vault/db/blob/main/combined/wxwidgets@3.2.yml)


## Sources

- Nucleus package database
- package-page enrichment
- curated package history
- package version freshness
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
