# Install uriparser with Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper

URI parsing library (strictly RFC 3986 compliant). Version 1.0.2 via Homebrew; verified 2026-05-09.

## Install

```sh
sudo av install brew:uriparser
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install uriparser
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install uriparser
```

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

### Linux

- apk (92%):

```sh
sudo apk add liburiparser
```

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

- Debian apt (92%):

```sh
sudo apt install liburiparser-dev
```

  Evidence: Debian stable package indexes: liburiparser-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install mingw32-uriparser
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#uriparser
```

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

- pacman (92%):

```sh
sudo pacman -S uriparser
```

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

- zypper (92%):

```sh
sudo zypper install liburiparser1
```

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

## Package facts

- **Package key:** brew:uriparser
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/uriparser>
- **Version:** 1.0.2
- **Source summary:** URI parsing library (strictly RFC 3986 compliant)
- **Homepage:** <https://uriparser.github.io/>
- **Repository:** <https://github.com/uriparser/uriparser>
- **Upstream docs:** <https://uriparser.github.io/>
- **License:** BSD-3-Clause
- **Source archive:** <https://github.com/uriparser/uriparser/releases/download/uriparser-1.0.2/uriparser-1.0.2.tar.bz2>
- **Last updated:** 2026-05-09T19:50:55Z
- **Generated:** 2026-07-08T18:08:21+00:00

## Executables

- uriparse (cli)
- uriparse (alias)

## Build dependencies

- cmake

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

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

uriparser is a C99 URI parsing and handling library focused on strict RFC 3986 compliance. Its README emphasizes cross-platform support, `char` and `wchar_t` APIs, CMake integration, and an optional `uriparse` command-line tool.

### Project history

The ChangeLog reaches back to the 0.2.1 release in 2006 and shows the library maturing quickly in 2007: version 0.3.0 introduced a new API, wide-string support, Doxygen documentation, tests, and BSD licensing for the library; 0.3.4 added shared-library support through libtool; and 0.4.x/0.5.x releases added reference resolution, string conversion, normalization, escaping, and Visual Studio project support.

### Adoption history

uriparser's package adoption follows from being a small C library with stable ABI concerns. The ChangeLog records pkg-config support in 0.7.5 and long-running soname updates, while the batch input lists packages for Homebrew, Debian, Ubuntu, Alpine, Fedora, Arch, MacPorts, Nix, and openSUSE.

### How it is used

Developers use uriparser from C or C++ build systems when they need RFC 3986 parsing, normalization, composition, file-URI conversion, and URI component handling without pulling in a larger framework. The README shows CMake consumers using `find_package(uriparser ... CONFIG REQUIRED char wchar_t)` and linking `uriparser::uriparser`.

### Why package nerds care

uriparser is a package-nerd library because it is small, ABI-sensitive, widely packaged, and security-relevant. Its recent ChangeLog entries include fuzzing, sanitizer, CI, mutation-testing, CVE, and C99 baseline work, which are exactly the kinds of maintenance details distro and Homebrew maintainers watch.

### Timeline

- 2006: ChangeLog records release 0.2.1.
- 2007: 0.3.0 introduced a new API, wide strings, Doxygen docs, tests, and BSD library licensing.
- 2007: 0.3.4 added shared-library support.
- 2009: 0.7.5 added a pkg-config file.
- 2018: GitHub repository metadata says the project moved from SourceForge to GitHub.
- 2025: 1.0.0 began requiring a C99 compiler and fixed a parser stack-overflow CVE.
- 2026: 1.0.1 and 1.0.2 fixed additional CVEs and memory-safety issues.

### Related projects

- The README ties uriparser to RFC 3986 and to CMake package consumers. The ChangeLog mentions OSS-Fuzz, GoogleTest, Doxygen, Qt compressed help, pkg-config, Visual Studio, and platform packaging work.

### Sources

- <https://github.com/uriparser/uriparser/blob/master/ChangeLog>
- <https://github.com/uriparser/uriparser/blob/master/README.md>
- <https://uriparser.github.io/>
- input source_facts.package-manager


## Security Notes

No matching local secret-handling manifest was found for uriparser. 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:** uriparser
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Other Package-Manager Records

- Debian apt - liburiparser-dev - 0.9.8+dfsg-2: normalized package name match | Debian stable package indexes: liburiparser-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | development files for uriparser | https://uriparser.github.io/
- Debian apt - liburiparser-doc - 0.9.8+dfsg-2: normalized package name match | Debian stable package indexes: liburiparser-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | documentation files for uriparser | https://uriparser.github.io/
- Debian apt - liburiparser1 - 0.9.8+dfsg-2: normalized package name match | Debian stable package indexes: liburiparser1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | URI parsing library compliant with RFC 3986 | https://uriparser.github.io/
- Nix - uriparser: normalized package name match | nixpkgs package indexes: pkgs/by-name/ur/uriparser/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - liburiparser-dev - 0.9.7+dfsg-2build1: normalized package name match | Ubuntu 24.04 LTS package indexes: liburiparser-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | development files for uriparser | http://uriparser.sourceforge.net
- Ubuntu apt - liburiparser-doc - 0.9.7+dfsg-2build1: normalized package name match | Ubuntu 24.04 LTS package indexes: liburiparser-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | documentation files for uriparser | http://uriparser.sourceforge.net
- Ubuntu apt - liburiparser1 - 0.9.7+dfsg-2build1: normalized package name match | Ubuntu 24.04 LTS package indexes: liburiparser1 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | URI parsing library compliant with RFC 3986 | http://uriparser.sourceforge.net
- apk - liburiparser - 1.0.2-r0: normalized package name match | Alpine Linux edge package indexes: liburiparser from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | strictly RFC 3986 compliant URI parsing and handling library (libraries) | https://uriparser.github.io/
- apk - uriparser - 1.0.2-r0: normalized package name match | Alpine Linux edge package indexes: uriparser from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | strictly RFC 3986 compliant URI parsing and handling library | https://uriparser.github.io/
- apk - uriparser-dev - 1.0.2-r0: normalized package name match | Alpine Linux edge package indexes: uriparser-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | strictly RFC 3986 compliant URI parsing and handling library (development files) | https://uriparser.github.io/
- dnf - mingw32-uriparser - 1.0.2-1.fc45: normalized package name match | Fedora Rawhide package metadata: mingw32-uriparser from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | MinGW Windows uriparser library | https://uriparser.github.io/
- dnf - mingw64-uriparser - 1.0.2-1.fc45: normalized package name match | Fedora Rawhide package metadata: mingw64-uriparser from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | MinGW Windows uriparser library | https://uriparser.github.io/
- dnf - uriparser - 1.0.2-1.fc45: normalized package name match | Fedora Rawhide package metadata: uriparser from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | URI parsing library - RFC 3986 | https://uriparser.github.io/
- dnf - uriparser-devel - 1.0.2-1.fc45: normalized package name match | Fedora Rawhide package metadata: uriparser-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Development files for uriparser | https://uriparser.github.io/
- dnf - uriparser-doc - 1.0.2-1.fc45: normalized package name match | Fedora Rawhide package metadata: uriparser-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | HTML documentation for uriparser | https://uriparser.github.io/
- pacman - uriparser - 1.0.2-1: normalized package name match | Arch Linux sync databases: uriparser from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | uriparser is a strictly RFC 3986 compliant URI parsing library. uriparser is cross-platform, fast, supports Unicode | https://github.com/uriparser/uriparser


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [cmake](https://www.automicvault.com/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [freerdp](https://www.automicvault.com/pkg/brew/freerdp/) - Popular package that depends on this formula.
- [gdal](https://www.automicvault.com/pkg/brew/gdal/) - Popular package that depends on this formula.
- [libkml](https://www.automicvault.com/pkg/brew/libkml/) - Popular package that depends on this formula.
- [libxspf](https://www.automicvault.com/pkg/brew/libxspf/) - Popular package that depends on this formula.
- [flickcurl](https://www.automicvault.com/pkg/brew/flickcurl/) - Shares av.db curated category or tags: c, cli, developer-tools, libraries, library.
- [glib](https://www.automicvault.com/pkg/brew/glib/) - Shares av.db curated category or tags: c, cli, developer-tools, libraries, library.
- [gwenhywfar](https://www.automicvault.com/pkg/brew/gwenhywfar/) - Shares av.db curated category or tags: c, cli, developer-tools, libraries, library.
- [hidapi](https://www.automicvault.com/pkg/brew/hidapi/) - Shares av.db curated category or tags: c, cli, developer-tools, libraries, library.
- [json-glib](https://www.automicvault.com/pkg/brew/json-glib/) - Shares av.db curated category or tags: c, cli, developer-tools, libraries, library.
- [libcmph](https://www.automicvault.com/pkg/brew/libcmph/) - Shares av.db curated category or tags: c, cli, developer-tools, libraries, library.
- [libdatrie](https://www.automicvault.com/pkg/brew/libdatrie/) - Shares av.db curated category or tags: c, cli, developer-tools, libraries, library.
- [libdeflate](https://www.automicvault.com/pkg/brew/libdeflate/) - Shares av.db curated category or tags: c, cli, developer-tools, libraries, library.
- [ada-url](https://www.automicvault.com/pkg/brew/ada-url/) - Local package facts share a topical domain. Shared terms: cli, compliant, developer, developer-tools, libraries.
- [btparse](https://www.automicvault.com/pkg/brew/btparse/) - Local package facts share a topical domain. Shared terms: cli, developer, developer-tools, libraries, library.
- [expat](https://www.automicvault.com/pkg/brew/expat/) - Local package facts share a topical domain. Shared terms: cli, developer, developer-tools, libraries, parser.

## Combined YAML source

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


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
