# Install neon with Homebrew, apk, dnf, MacPorts, Nix, pacman, zypper

HTTP and WebDAV client library with a C interface. Version 0.37.1 via Homebrew; verified 2026-06-22.

## Install

```sh
sudo av install brew:neon
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install neon
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install neon
```

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

### Linux

- apk (92%):

```sh
sudo apk add neon
```

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

- dnf (92%):

```sh
sudo dnf install neon
```

  Evidence: Fedora Rawhide package metadata: neon 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#neon
```

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

- pacman (92%):

```sh
sudo pacman -S neon
```

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

- zypper (92%):

```sh
sudo zypper install libneon-devel
```

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

## Package facts

- **Package key:** brew:neon
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/neon>
- **Version:** 0.37.1
- **Source summary:** HTTP and WebDAV client library with a C interface
- **Homepage:** <https://notroj.github.io/neon/>
- **Repository:** <https://github.com/notroj/neon>
- **Upstream docs:** <https://notroj.github.io/neon-docs>
- **License:** LGPL-2.0-or-later
- **Source archive:** <https://notroj.github.io/neon/neon-0.37.1.tar.gz>
- **Last updated:** 2026-06-22T14:05:36-07:00
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- neon-config (cli)
- neon-config (alias)

## Dependencies

- openssl@3

## Build dependencies

- pkgconf
- xmlto

## Uses from macOS

- libxml2

## 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: 0.37.1
- Package-manager updated: 2026-06-22
- Local data: ok
- Upstream repository: https://notroj.github.io/neon/
- info: Release/tag comparison is only available for GitHub repositories.
## Project history and usage

neon is a C library for HTTP/1.1 and WebDAV clients. Its README describes high-level HTTP/WebDAV methods, lower-level request handling, persistent connections, Basic and Digest authentication, Kerberos/SSPI/NTLM support, proxy support, TLS via OpenSSL or GnuTLS, WebDAV 207 XML handling, WebDAV locking/ACL support, and autoconf macros for embedding.

### Project history

The official documentation carries a 2001-2026 Joe Orton copyright line, and the GitHub mirror/repository was created on 2019-03-07. The README states that neon's API and ABI keep backwards compatibility from 0.27 through 1.0.0, with semantic versioning intended from 1.0.0 onward.

### Adoption history

neon mattered historically because it was an early Unix C library for WebDAV-heavy clients. Apache Subversion's WebDAV notes describe the Subversion client side interfacing with Neon to generate WebDAV requests, and cite Joe Orton of Neon among the HTTP library implementors involved in that ecosystem.

### How it is used

Package users usually do not run neon directly except for neon-config; they install it because another source build or package needs the C library, headers, pkg-config/autoconf metadata, and TLS/XML dependencies. Homebrew packages it as a library with OpenSSL and libxml2 support, and the 2026-07-01 formula API snapshot reported 5,364 installs over 365 days, with 3,231 install-on-request events.

### Why package nerds care

neon is a classic dependency package: quiet, old, and most visible when some WebDAV or legacy HTTP client still expects its ABI. For package databases, its history is more about downstream consumers and compatibility than about an end-user command.

### Timeline

- 2001: Earliest year in the official documentation copyright range.
- 2002-01-25: Apache Subversion WebDAV note last modified, documenting client-side use of Neon.
- 2019-03-07: notroj/neon GitHub repository created.
- 2026-07-01: Homebrew API snapshot listed stable version 0.37.1.

### Related projects

- WebDAV
- HTTP/1.1
- Apache Subversion
- cadaver
- OpenSSL
- GnuTLS
- libxml2

### Sources

- <https://api.github.com/repos/notroj/neon>
- <https://formulae.brew.sh/api/formula/neon.json>
- <https://github.com/notroj/neon>
- <https://notroj.github.io/neon-docs/>
- <https://svn.apache.org/repos/asf/subversion/trunk/notes/http-and-webdav/webdav-usage.html>


## Security Notes

library-like package without higher-risk signals.

- **Geiger risk:** green / low
- library-like package without higher-risk signals

## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** neon
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Other Package-Manager Records

- Nix - neon: normalized package name match | nixpkgs package indexes: pkgs/by-name/ne/neon/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - neon - 0.36.0-r0: normalized package name match | Alpine Linux edge package indexes: neon from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | HTTP and WebDAV client library with a C interface | https://notroj.github.io/neon/
- apk - neon-dev - 0.36.0-r0: normalized package name match | Alpine Linux edge package indexes: neon-dev from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | HTTP and WebDAV client library with a C interface (development files) | https://notroj.github.io/neon/
- apk - neon-doc - 0.36.0-r0: normalized package name match | Alpine Linux edge package indexes: neon-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | HTTP and WebDAV client library with a C interface (documentation) | https://notroj.github.io/neon/
- dnf - neon - 0.37.1-1.fc45: normalized package name match | Fedora Rawhide package metadata: neon from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | An HTTP and WebDAV client library | https://notroj.github.io/neon/
- dnf - neon-devel - 0.37.1-1.fc45: normalized package name match | Fedora Rawhide package metadata: neon-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Development libraries and C header files for the neon library | https://notroj.github.io/neon/
- pacman - neon - 0.37.1-1: normalized package name match | Arch Linux sync databases: neon from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | HTTP/1.1 and WebDAV client library | https://notroj.github.io/neon/
- zypper - libneon-devel - 0.37.1-1.2: normalized package name match | openSUSE Tumbleweed package metadata: libneon-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | An HTTP and WebDAV Client Library | https://notroj.github.io/neon/
- zypper - libneon27 - 0.37.1-1.2: normalized package name match | openSUSE Tumbleweed package metadata: libneon27 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | An HTTP and WebDAV Client Library | https://notroj.github.io/neon/
- zypper - libneon27-32bit - 0.37.1-1.2: normalized package name match | openSUSE Tumbleweed package metadata: libneon27-32bit from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | An HTTP and WebDAV Client Library | https://notroj.github.io/neon/
- MacPorts - neon: normalized package name match | MacPorts ports tree: www/neon/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 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.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Web development packages](https://www.automicvault.com/pkg/web-dev-tools/) - Matched web development metadata.
- [openssl@3](https://www.automicvault.com/pkg/brew/openssl-3/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [xmlto](https://www.automicvault.com/pkg/brew/xmlto/) - Build dependency declared by Homebrew.
- [audacious](https://www.automicvault.com/pkg/brew/audacious/) - Popular package that depends on this formula.
- [cadaver](https://www.automicvault.com/pkg/brew/cadaver/) - Popular package that depends on this formula.
- [far2l-tty](https://www.automicvault.com/pkg/brew/far2l-tty/) - Popular package that depends on this formula.
- [flactag](https://www.automicvault.com/pkg/brew/flactag/) - Popular package that depends on this formula.
- [proxygen](https://www.automicvault.com/pkg/brew/proxygen/) - Shares av.db curated category or tags: cli, http, library, networking.
- [getparty](https://www.automicvault.com/pkg/brew/getparty/) - Shares av.db curated category or tags: cli, http, networking.
- [httpflow](https://www.automicvault.com/pkg/brew/httpflow/) - Shares av.db curated category or tags: cli, http, networking.
- [httping](https://www.automicvault.com/pkg/brew/httping/) - Shares av.db curated category or tags: cli, http, networking.
- [httpry](https://www.automicvault.com/pkg/brew/httpry/) - Shares av.db curated category or tags: cli, http, networking.
- [ldns](https://www.automicvault.com/pkg/brew/ldns/) - Shares av.db curated category or tags: c-library, cli, library, networking.
- [nghttp2](https://www.automicvault.com/pkg/brew/nghttp2/) - Shares av.db curated category or tags: c-library, cli, http, networking.

## Combined YAML source

View the package source record on GitHub. [combined/neon.yml](https://github.com/automic-vault/db/blob/main/combined/neon.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
