Automic VaultAutomic Vault

brew

Install gnustep-base with Homebrew, apt, dnf, MacPorts, Nix, pacman, zypper

Library of general-purpose, non-graphical Objective C objects. Version 1.31.1 via Homebrew; verified 2026-06-22.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install gnustep-base

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install gnustep-base

MacPorts ports tree · gnustep/gnustep-base/Portfile · source: api.github.com

Linux

Debian aptverified · 92%
sudo apt install gnustep-base-common

Debian stable package indexes · gnustep-base-common · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install gnustep-base

Fedora Rawhide package metadata · gnustep-base · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#gnustep-base

nixpkgs package indexes · pkgs/by-name/gn/gnustep-base/package.nix · source: api.github.com

Arch Linux pacmanverified · 92%
sudo pacman -S gnustep-base

Arch Linux sync databases · gnustep-base · source: geo.mirror.pkgbuild.com

openSUSE zypperverified · 92%
sudo zypper install gnustep-base

openSUSE Tumbleweed package metadata · gnustep-base · source: download.opensuse.org

overview

Package summary

Library of general-purpose, non-graphical Objective C objects

Commands and aliases

  • HTMLLinker
  • autogsdoc
  • classes
  • cvtenc
  • defaults
  • gdnc
  • gdomap
  • gspath
  • make_strings
  • pl
  • pl2link
  • pldes
  • plget
  • plmerge
  • plparse
  • plser
  • plutil
  • sfparse
  • xmlparse

history

Project history and usage

GNUstep Base is the non-graphical Foundation layer of GNUstep, the GNU implementation of the OpenStep object and application environment. It gives Objective-C programs a portable class library for strings, collections, files, processes, property lists, notifications, distributed objects, and other services that sit below a graphical application framework.

Project history

GNUstep began as a free software implementation of the OpenStep APIs, preserving the NeXT/OpenStep programming model on Unix-like systems and other platforms. The Base library became the project's core runtime-facing library: the part needed by command-line tools, daemons, tests, and higher GNUstep frameworks before any GUI code enters the picture.

The library's repository history and documentation show a long-running Foundation implementation maintained apart from the graphical back end. It accumulated compatibility work for Objective-C runtimes, property-list formats, Unicode and encoding handling, networking, process control, and developer utilities such as defaults, plparse, plutil, autogsdoc, and gspath.

Adoption history

GNUstep Base has been adopted mostly by developers who want the OpenStep or Cocoa-style Objective-C model outside Apple's platforms, along with GNUstep applications that depend on Foundation behavior. Its importance is less about mass end-user visibility and more about keeping an older but influential object system buildable through ordinary Unix package managers.

The package appears across Unix distributions because it is a common dependency for GNUstep applications and developer tools. It also serves portability work: code can use Foundation-style APIs without tying every build to a proprietary platform SDK.

How it is used

Practitioners use GNUstep Base as a library dependency for Objective-C software and as a toolbox for inspecting and manipulating GNUstep property lists, defaults, documentation, and path configuration. The installed commands are practical companions to the library rather than a single monolithic application.

Developers building GNUstep applications usually combine GNUstep Base with GNUstep Make, an Objective-C compiler/runtime, and, for graphical programs, GUI and back-end packages. For non-graphical Objective-C tools, Base alone supplies much of the Foundation-style environment.

Why package nerds care

GNUstep Base is a package-manager hinge for the GNUstep world. It brings Objective-C runtime concerns, Foundation compatibility, file layout conventions, and command-line developer utilities into one package, so a small formula or distribution package unlocks a larger OpenStep-derived ecosystem.

Timeline

  • 1990s: GNUstep formed around a free implementation of the OpenStep environment.
  • 2000s: GNUstep Base matured as the Foundation-compatible non-graphical library used by GNUstep tools and applications.
  • 2010s: Repository hosting and distribution packaging made GNUstep Base easier to consume as a standalone dependency.
  • 2020s: The Base reference documentation and GitHub repository remained core entry points for developers.

Related projects

  • GNUstep Make provides the build system commonly paired with GNUstep Base.
  • GNUstep GUI and back-end packages build graphical application support above Base.
  • Objective-C runtimes such as libobjc2 are relevant to many GNUstep deployments.

security posture

Risk level: green

library-like package without higher-risk signals.

Risk classifier

green risk · low confidence · appliance

Why

  • library-like package without higher-risk signals

Signals

  • metadata:library-like

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 2 runtime dependencies.
  • Build metadata lists 2 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
HTMLLinkercliglobal executable
autogsdoccliglobal executable
classescliglobal executable
cvtenccliglobal executable
defaultscliglobal executable
gdnccliglobal executable
gdomapcliglobal executable
gspathcliglobal executable
make_stringscliglobal executable
plcliglobal executable
pl2linkcliglobal executable
pldescliglobal executable
plgetcliglobal executable
plmergecliglobal executable
plparsecliglobal executable
plsercliglobal executable
plutilcliglobal executable
sfparsecliglobal executable
xmlparsecliglobal 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.31.1
manager updated2026-06-22
local dataok
upstreamnot checked
latest detectednot detected

https://github.com/gnustep/libs-base

install metadata

Package metadata

Package keybrew:gnustep-base
Version1.31.1
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/gnustep-base
Homepagehttps://www.gnustep.org/
Repositoryhttps://github.com/gnustep/libs-base
Upstream docshttps://www.gnustep.org/resources/documentation
LicenseGPL-2.0-or-later
Source archivehttps://github.com/gnustep/libs-base/releases/download/base-1_31_1/gnustep-base-1.31.1.tar.gz
Last updated2026-06-22T14:03:37-07:00
Pulseupdated
Dependenciesgmp, gnutls
Build dependenciesgnustep-make, pkgconf
Uses from macOSlibffi, libxml2, libxslt
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 Namegnustep-base
Version Scheme0
Revision3
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%

gnustep-base-common 1.31.1-3

GNUstep Base library - common files

http://gnustep.org

sudo apt install gnustep-base-common
  • Section: gnustep
  • Architecture: all
  • Source Package: gnustep-base
  • 3 dependencies
  • normalized package name match
  • Matched by: Gnustep Base
Debian stable package indexes · deb.debian.org · Debian stable package indexes: gnustep-base-common from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

gnustep-base-doc 1.31.1-3

Documentation for the GNUstep Base Library

http://gnustep.org

sudo apt install gnustep-base-doc
  • Section: doc
  • Architecture: all
  • Source Package: gnustep-base
  • 1 optional deps
  • normalized package name match
  • Matched by: Gnustep Base
Debian stable package indexes · deb.debian.org · Debian stable package indexes: gnustep-base-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

gnustep-base-runtime 1.31.1-3

GNUstep Base library - daemons and tools

http://gnustep.org

sudo apt install gnustep-base-runtime
  • Section: gnustep
  • Architecture: amd64
  • Source Package: gnustep-base
  • 7 dependencies
  • normalized package name match
  • Matched by: Gnustep Base
Debian stable package indexes · deb.debian.org · Debian stable package indexes: gnustep-base-runtime from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libgnustep-base-dev 1.31.1-3

GNUstep Base header files and development libraries

http://gnustep.org

sudo apt install libgnustep-base-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: gnustep-base
  • 6 dependencies
  • 1 provides
  • 1 optional deps
  • normalized package name match
  • Matched by: Gnustep Base
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libgnustep-base-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libgnustep-base1.31 1.31.1-3

GNUstep Base library

http://gnustep.org

sudo apt install libgnustep-base1.31
  • Section: libs
  • Architecture: amd64
  • Source Package: gnustep-base
  • 15 dependencies
  • 1 optional deps
  • normalized package name match
  • Matched by: Gnustep Base
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libgnustep-base1.31 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

gnustep-base

nix profile install nixpkgs#gnustep-base
  • normalized package name match
  • Matched by: Gnustep Base
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/gn/gnustep-base/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

gnustep-base-common 1.29.0-7ubuntu4

GNUstep Base library - common files

http://gnustep.org

sudo apt install gnustep-base-common
  • Section: universe/libs
  • Architecture: all
  • Source Package: gnustep-base
  • 3 dependencies
  • normalized package name match
  • Matched by: Gnustep Base
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: gnustep-base-common from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

gnustep-base-doc 1.29.0-7ubuntu4

Documentation for the GNUstep Base Library

http://gnustep.org

sudo apt install gnustep-base-doc
  • Section: universe/doc
  • Architecture: all
  • Source Package: gnustep-base
  • 1 optional deps
  • normalized package name match
  • Matched by: Gnustep Base
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: gnustep-base-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

gnustep-base-runtime 1.29.0-7ubuntu4

GNUstep Base library - daemons and tools

http://gnustep.org

sudo apt install gnustep-base-runtime
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: gnustep-base
  • 6 dependencies
  • normalized package name match
  • Matched by: Gnustep Base
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: gnustep-base-runtime from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libgnustep-base-dev 1.29.0-7ubuntu4

GNUstep Base header files and development libraries

http://gnustep.org

sudo apt install libgnustep-base-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: gnustep-base
  • 3 dependencies
  • 1 optional deps
  • normalized package name match
  • Matched by: Gnustep Base
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libgnustep-base-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libgnustep-base1.29 1.29.0-7ubuntu4

GNUstep Base library

http://gnustep.org

sudo apt install libgnustep-base1.29
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: gnustep-base
  • 13 dependencies
  • 1 optional deps
  • normalized package name match
  • Matched by: Gnustep Base
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libgnustep-base1.29 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
dnf95%

gnustep-base 1.31.0-9.fc45

GNUstep Base library package

https://www.gnustep.org/

sudo dnf install gnustep-base
  • License: GPL-3.0-or-later AND LGPL-2.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: gnustep-base
  • 7 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Gnustep Base
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: gnustep-base from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

gnustep-base-devel 1.31.0-9.fc45

Header of the GNUstep Base library packes

https://www.gnustep.org/

sudo dnf install gnustep-base-devel
  • License: GPL-3.0-or-later AND LGPL-2.0-or-later
  • Category: Unspecified
  • Architecture: i686
  • Source Package: gnustep-base
  • 3 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Gnustep Base
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: gnustep-base-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

gnustep-base-doc 1.31.0-9.fc45

Documentation for gnustep-base

https://www.gnustep.org/

sudo dnf install gnustep-base-doc
  • License: GPL-3.0-or-later AND LGPL-2.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: gnustep-base
  • 2 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Gnustep Base
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: gnustep-base-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

gnustep-base-libs 1.31.0-9.fc45

GNUStep Base Libraries

https://www.gnustep.org/

sudo dnf install gnustep-base-libs
  • License: GPL-3.0-or-later AND LGPL-2.0-or-later
  • Category: Unspecified
  • Architecture: i686
  • Source Package: gnustep-base
  • 14 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Gnustep Base
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: gnustep-base-libs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

gnustep-base 1.31.1-3

The GNUstep base package

http://www.gnustep.org/

sudo pacman -S gnustep-base
  • License: GPL-2.0-only AND GPL-3.0-only AND LGPL-2.1-only
  • Architecture: x86_64
  • 12 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Gnustep Base
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: gnustep-base from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.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