macOS
brew install unaclocal Homebrew formula metadata
sudo port install unacMacPorts ports tree · textproc/unac/Portfile · source: api.github.com
brew
C library and command that removes accents from a string. Version 1.8.0 via Homebrew; verified from local package data.
install
brew install unaclocal Homebrew formula metadata
sudo port install unacMacPorts ports tree · textproc/unac/Portfile · source: api.github.com
sudo apt install libunac1Debian stable package indexes · libunac1 · source: deb.debian.org
overview
C library and command that removes accents from a string
history
unac is a small C library and command-line utility for removing accents from text by converting through Unicode with iconv. Its package history is the classic Unix-library story: a narrow text-processing primitive, a manpage-driven CLI, and distribution through source tarballs and OS packages.
The official README describes unac as a C library plus the `unaccent` command. The code history on Savannah shows active early-2000s maintenance by Loic Dachary, with releases around Unicode data updates, iconv portability, bug fixes, and manual-page improvements.
The official NEWS file records version 1.8.0 upgrading to Unicode 4.0, version 1.7.0 fixing a Unicode 3.2 bug, and version 1.6.0 upgrading to Unicode 3.2.0. The ChangeLog records release activity from 2000 through 2004, which frames unac as mature legacy infrastructure rather than a fast-moving modern text stack.
The official project page announced Debian and RPM packages in the early 2000s, and the input package metadata lists Homebrew, MacPorts, Debian, and Ubuntu package names. That is the relevant adoption story: unac became a distro-packaged text-normalization dependency and command rather than a highly visible end-user tool.
The README says the input charset must be specified, after which unac converts text to UTF-16 with iconv, removes accents, and converts the result back. The `unaccent` command can process an input flow or a string argument, making it useful in shell pipelines and indexing/import scripts.
Package users reach for unac when they need a tiny native accent-folding tool without pulling in a larger application framework. The tradeoff is that it reflects older Unicode and iconv-era design assumptions.
unac is significant in the package-nerd niche because it preserves a focused pre-ICU style Unix component: a C library, manpages, autotools build, and a single CLI that does one text-normalization job.
It is not a major ecosystem pillar, but it is the sort of small dependency that matters when old software, search systems, or packaging recipes still expect `unaccent` behavior.
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 |
|---|---|---|---|
unaccent | 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://savannah.nongnu.org/projects/unac
install metadata
| Package key | brew:unac |
|---|---|
| Version | 1.8.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/unac |
| Homepage | https://savannah.nongnu.org/projects/unac |
| Repository | https://git.savannah.nongnu.org/cgit/unac.git |
| Upstream docs | https://www.nongnu.org/unac |
| License | GPL-2.0-or-later |
| Source archive | https://deb.debian.org/debian/pool/main/u/unac/unac_1.8.0.orig.tar.gz |
| Build dependencies | autoconf, automake, gettext, libtool |
| Bottle | available (on arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | unac |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
libunac1 1.8.0-10+b3
unac programming library - runtime version
sudo apt install libunac1libunac1-dev 1.8.0-10+b3
C programmer's library that removes accents from a string
sudo apt install libunac1-devunaccent 1.8.0-10+b3
Replace accented letters by their unaccented equivalent
sudo apt install unaccentlibunac1 1.8.0-10
unac programming library - runtime version
sudo apt install libunac1libunac1-dev 1.8.0-10
C programmer's library that removes accents from a string
sudo apt install libunac1-devunaccent 1.8.0-10
Replace accented letters by their unaccented equivalent
sudo apt install unaccentunac
sudo port install unacsource 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.