# fox mit Homebrew, apk, dnf, MacPorts, Nix, pacman, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für fox in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:fox
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install fox
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install fox
```

  Evidenz: MacPorts ports tree: x11/fox/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add fox
```

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

- dnf (92%):

```sh
sudo dnf install fox
```

  Evidenz: Fedora Rawhide package metadata: fox from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#fox
```

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

- pacman (92%):

```sh
sudo pacman -S fox
```

  Evidenz: Arch Linux sync databases: fox from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install libFOX-1_6-0
```

  Evidenz: openSUSE Tumbleweed package metadata: libFOX-1_6-0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## Paketfakten

- **Paketschlüssel:** brew:fox
- **Paketmanager:** Homebrew
- **Version:** 1.6.59
- **Quellzusammenfassung:** Toolkit for developing Graphical User Interfaces easily
- **Homepage:** <http://fox-toolkit.org/>
- **Zuletzt aktualisiert:** 2026-06-25T13:37:40+02:00
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- PathFinder (Alias)
- adie (Alias)
- calculator (Alias)
- fox-config (Alias)
- reswrap (Alias)
- shutterbug (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 1.6.59
## Projektgeschichte und Nutzung

FOX Toolkit is a C++ cross-platform GUI toolkit. Its official site presents it as a way to build applications that can be recompiled across operating systems while keeping GUI behavior under the toolkit's control.

### Projektgeschichte

FOX was started by Jeroen van der Zijp and is distributed as source archives from the official fox-toolkit.org download area rather than through an official public source-control repository. The site copyright range begins in 1997, and the downloads page lists stable, old-stable, and development source releases.

The project's design notes frame FOX as a source-available LGPL toolkit written from the ground up in C++, avoiding wrappers over native GUI libraries and concentrating platform dependencies in selected base classes.

### Adoptionsgeschichte

FOX's adoption story is tied to portable desktop software and bundled sample applications. The official download page ships source archives for Linux/Unix and Windows, documentation, and application sources such as Adie, Shutterbug, and the FOX Calculator inside the FOX distribution.

For package managers, FOX is the kind of dependency that appears both as a GUI library and as a source of small demonstration utilities, which is why packages often expose executables such as adie, calculator, reswrap, and fox-config.

### Wie es verwendet wird

Developers use FOX as a C++ GUI library, compiling against its headers and libraries. The Win32 documentation describes linking FOX applications with Visual C++ and using a normal main function via the mainCRTStartup entry point.

The official goals page emphasizes platform-independent public interfaces, avoiding accidental inclusion of platform-specific GUI headers, and relying only on low-level operating-system facilities.

### Warum Paket-Nerds sich dafür interessieren

FOX is package-nerd significant as a long-lived, self-contained GUI toolkit with its own build artifacts, helper tools, and sample applications. It represents the older Unix packaging problem of shipping a portable C++ GUI library that also contains useful end-user programs.

It is also interesting because official distribution is archive-based: the source of truth is the project's download directory and documentation site, not an official GitHub or GitLab project page.

### Zeitleiste

- 1997: Official site copyright range begins for FOX Toolkit.
- 1.4.35: Old stable source archive is listed on the official download page.
- 1.6.59: Stable source archive is listed on the official download page.
- 1.7.90: Development source archive and news entry are listed on the official site.

### Related projects

- Adie, Shutterbug, and FOX Calculator are distributed with or from the FOX distribution and serve as example applications.
- FOX is related by problem domain to other cross-platform GUI toolkits, but the official goals page distinguishes it from wrappers over native GUI libraries.

### Quellen

- <http://fox-toolkit.org/>
- <http://fox-toolkit.org/download.html>
- <http://fox-toolkit.org/goals.html>
- <http://fox-toolkit.org/news.html>
- <http://fox-toolkit.org/win32.html>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Andere Paketmanager-Einträge

- Nix - fox: normalized package name match | nixpkgs package indexes: pkgs/by-name/fo/fox/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - fox - 1.6.59-r0: normalized package name match | Alpine Linux edge package indexes: fox from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Free Objects for X | http://www.fox-toolkit.org
- apk - fox-adie - 1.6.59-r0: normalized package name match | Alpine Linux edge package indexes: fox-adie from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Adie text editor | http://www.fox-toolkit.org
- apk - fox-calculator - 1.6.59-r0: normalized package name match | Alpine Linux edge package indexes: fox-calculator from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Free Objects for X - calculator | http://www.fox-toolkit.org
- apk - fox-dev - 1.6.59-r0: normalized package name match | Alpine Linux edge package indexes: fox-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Free Objects for X (development files) | http://www.fox-toolkit.org
- apk - fox-doc - 1.6.59-r0: normalized package name match | Alpine Linux edge package indexes: fox-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Free Objects for X (documentation) | http://www.fox-toolkit.org
- apk - fox-pathfinder - 1.6.59-r0: normalized package name match | Alpine Linux edge package indexes: fox-pathfinder from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Free Objects for X - fast file manager | http://www.fox-toolkit.org
- apk - fox-shutterbug - 1.6.59-r0: normalized package name match | Alpine Linux edge package indexes: fox-shutterbug from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | fox - screen snapshot application | http://www.fox-toolkit.org
- apk - fox-utils - 1.6.59-r0: normalized package name match | Alpine Linux edge package indexes: fox-utils from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | fox (development utilities) | http://www.fox-toolkit.org
- dnf - fox - 1.6.59-4.fc45: normalized package name match | Fedora Rawhide package metadata: fox from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | C++ based Toolkit for developing Graphical User Interfaces | http://www.fox-toolkit.org/
- dnf - fox-devel - 1.6.59-4.fc45: normalized package name match | Fedora Rawhide package metadata: fox-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Development files for fox | http://www.fox-toolkit.org/
- dnf - fox-doc - 1.6.59-4.fc45: normalized package name match | Fedora Rawhide package metadata: fox-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Documentation files for fox | http://www.fox-toolkit.org/
- dnf - fox-utils - 1.6.59-4.fc45: normalized package name match | Fedora Rawhide package metadata: fox-utils from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Utility applications based on fox | http://www.fox-toolkit.org/
- pacman - fox - 1:1.6.59-1: normalized package name match | Arch Linux sync databases: fox from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Free Objects for X: GUI Toolkit for C++ | http://www.fox-toolkit.org/
- zypper - libFOX-1_6-0 - 1.6.57-4.16: normalized package name match | openSUSE Tumbleweed package metadata: libFOX-1_6-0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Shared libraries for the FOX toolkit 1.6 | http://www.fox-toolkit.org/
- MacPorts - fox: normalized package name match | MacPorts ports tree: x11/fox/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/fox.yml](https://github.com/mxcl/pkgdb/blob/main/combined/fox.yml)


## Quellen

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
