macOS
brew install libiconvlocal Homebrew formula metadata
sudo port install libiconvMacPorts ports tree · textproc/libiconv/Portfile · source: api.github.com
brew
Conversion library. Version 1.19 via Homebrew; verified from local package data.
install
brew install libiconvlocal Homebrew formula metadata
sudo port install libiconvMacPorts ports tree · textproc/libiconv/Portfile · source: api.github.com
nix profile install nixpkgs#libiconvnixpkgs package indexes · libiconv · source: raw.githubusercontent.com
sudo pacman -S libiconvArch Linux sync databases · libiconv · source: geo.mirror.pkgbuild.com
scoop install main/iconvScoop official bucket manifest trees · bucket/iconv.json · source: api.github.com
overview
Conversion library
history
GNU libiconv is the GNU character-set conversion library for systems that lack a usable iconv implementation or lack Unicode-capable conversions.
The GNU project page frames libiconv around the internet-era problem of moving text among Unicode and older language- or country-dependent encodings. It provides both the iconv() library interface and an iconv command-line program.
GNU libiconv's long-term role has been portability rather than novelty: it supplies consistent conversion support on platforms where libc iconv is absent, incomplete, or not compatible with the encodings an application needs.
The package became common in Unix packaging because many projects use Autoconf tests for iconv and need a fallback on macOS, BSD, Windows ports, or older commercial Unix systems.
The GNU documentation explicitly calls out GNU gettext integration and the circular first-install relationship between gettext and libiconv on some systems, which is why packagers often care about bootstrap order.
Developers link against libiconv through iconv_open, iconv, and iconv_close, while users can call the iconv program to convert files or streams between encodings. Build systems commonly surface it through LIBICONV or LTLIBICONV substitutions.
libiconv is one of the classic portability packages: invisible when libc has enough charset support, essential when it does not. It also exposes subtle packaging choices around libc replacement, gettext, locale charsets, and whether a dependency should use the system iconv or GNU's implementation.
For package maintainers, it is a reminder that text encoding is infrastructure. A tiny mismatch in iconv availability can decide whether internationalized software builds or produces correct output.
security posture
library-like package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
iconv | cli | global executable |
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.
https://www.gnu.org/software/libiconv/
install metadata
| Package key | brew:libiconv |
|---|---|
| Version | 1.19 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/libiconv |
| Homepage | https://www.gnu.org/software/libiconv/ |
| Repository | https://git.savannah.gnu.org/git/libiconv.git |
| Upstream docs | https://www.gnu.org/software/libiconv |
| License | GPL-3.0-or-later AND LGPL-2.0-or-later |
| Source archive | https://ftpmirror.gnu.org/gnu/libiconv/libiconv-1.19.tar.gz |
| Build dependencies | autoconf, automake |
| Uses from macOS | gperf |
| Bottle | available (on arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | libiconv |
| Version Scheme | 0 |
| Revision | 0 |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | yes |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
libiconv
nix profile install nixpkgs#libiconvlibiconv 1.19-1
GNU charset conversion library
http://www.gnu.org/software/libiconv/
sudo pacman -S libiconvlibiconv
sudo port install libiconviconv
nix profile install nixpkgs#iconvmain/iconv
scoop install main/iconvsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.