# Install ulfius with Homebrew, apt, Nix, pacman, zypper, winget

HTTP Framework for REST Applications in C. Version 2.7.15 via Homebrew; verified from local package data.

## Install

```sh
sudo av install brew:ulfius
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install ulfius
```

  Evidence: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install libulfius-dev
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#ulfius
```

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

- pacman (92%):

```sh
sudo pacman -S ulfius
```

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

- zypper (92%):

```sh
sudo zypper install libulfius2_7
```

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

### Windows

- winget (92%):

```sh
winget install --id stuncloud.uwscr -e
```

  Evidence: Windows Package Manager source index: stuncloud.uwscr from https://cdn.winget.microsoft.com/cache/source.msix

## Package facts

- **Package key:** brew:ulfius
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/ulfius>
- **Version:** 2.7.15
- **Source summary:** HTTP Framework for REST Applications in C
- **Homepage:** <https://babelouest.github.io/ulfius/>
- **Repository:** <https://github.com/babelouest/ulfius>
- **Upstream docs:** <https://babelouest.github.io/ulfius>
- **License:** LGPL-2.1-only
- **Source archive:** <https://github.com/babelouest/ulfius/archive/refs/tags/v2.7.15.tar.gz>
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- uwsc (cli)
- uwsc (alias)

## Dependencies

- gnutls
- jansson
- libmicrohttpd
- orcania
- yder

## Build dependencies

- cmake

## Uses from macOS

- curl

## 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: 2.7.15
- Local data: ok
- Upstream repository: https://github.com/babelouest/ulfius
- Upstream latest detected: v2.7.15 (current)
- info: No package-manager update timestamp was available.
## Project history and usage

Ulfius is a C HTTP framework for building REST applications, web services, client requests, and websocket clients or servers with a small-memory-footprint design.

### Project history

The upstream README describes Ulfius as a REST-oriented HTTP framework in C, based on GNU libmicrohttpd for the backend web server, Jansson for JSON manipulation, and libcurl for HTTP and SMTP client APIs.

Official release metadata shows a stable 1.0 release in August 2016, a 2.0.0 release in May 2017, and continued 2.7.x releases through v2.7.15 in November 2023. The API documentation includes versioned sections describing changes from Ulfius 2.0 through 2.7.

The installation documentation treats Ulfius as part of the Babelouest C library stack with Orcania and Yder, and documents both Makefile and CMake builds, optional dependencies, static archives, embedded-system flags, and the uwsc websocket CLI.

### Adoption history

Ulfius adoption is visible in the official README's list of projects using the framework, including Glewlwyd, Le Biniou, Angharad, Hutch, Taliesin, and Taulas Raspberry Pi Serial interface. Those examples cluster around small services, authentication, media, home automation, and embedded or appliance-like applications.

The supplied package data records Ulfius in Homebrew, Nix, Arch/pacman, Debian, Ubuntu, openSUSE, and winget-related packaging for uwsc. The official INSTALL file also states that Ulfius is available as distribution packages and gives Debian examples for libulfius-dev and uwsc.

### How it is used

C developers use Ulfius by linking libulfius and registering HTTP endpoints with callbacks. The README's hello-world example initializes an instance, adds a GET endpoint, starts the framework, then stops and cleans the instance.

The framework covers server-side web services, streaming, websockets, client HTTP and SMTP requests, client websockets, JSON request and response handling, cookies, file upload, and memory-management hooks. The uwsc tool provides a packaged command-line websocket client built from the same project.

### Why package nerds care

Ulfius is significant to package-manager users because it packages a C-native web framework rather than another scripting-language web stack. That matters for embedded systems, small daemons, and projects that want REST or websocket APIs without leaving a C deployment model.

For maintainers, Ulfius also shows the usual C-library packaging concerns: optional features change dependencies, pkg-config and CMake metadata matter, shared and static builds are both documented, and the small uwsc executable gives users a visible CLI alongside the library.

### Timeline

- 2016: Stable 1.0 release published.
- 2017: Stable 2.0.0 release published.
- 2021: 2.7.x release series active.
- 2023: v2.7.15 release published.
- 2026: Official documentation site still presented Ulfius API documentation for REST applications in C.

### Related projects

- The README names GNU libmicrohttpd, Jansson, and libcurl as core libraries used by Ulfius.
- The INSTALL file documents Orcania and Yder as companion Babelouest libraries in the manual Makefile install path.
- The README lists Glewlwyd, Angharad, Hutch, Taliesin, and other Babelouest-adjacent applications as projects using Ulfius.

### Sources

- <https://api.github.com/repos/babelouest/ulfius/releases?per_page=100>
- <https://babelouest.github.io/ulfius/>
- <https://github.com/babelouest/ulfius>
- <https://raw.githubusercontent.com/babelouest/ulfius/master/INSTALL.md>
- <https://raw.githubusercontent.com/babelouest/ulfius/master/README.md>
- source_facts.executables
- source_facts.package-manager


## Security Notes

broad file, network, media, or database tool signal.

- **Geiger risk:** blue / medium
- broad file, network, media, or database tool signal

## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** ulfius
- **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

- Debian apt - libulfius-dev - 2.7.15-2.2+b2: normalized package name match | Debian stable package indexes: libulfius-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Web Framework for REST Applications in C - development | https://github.com/babelouest/ulfius
- Debian apt - libulfius2.7t64 - 2.7.15-2.2+b2: normalized package name match | Debian stable package indexes: libulfius2.7t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Web Framework for REST Applications in C | https://github.com/babelouest/ulfius
- Debian apt - uwsc - 2.7.15-2.2+b2: normalized package name match | Debian stable package indexes: uwsc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Ulfius WebSocket Client | https://github.com/babelouest/ulfius
- Nix - ulfius: normalized package name match | nixpkgs package indexes: pkgs/by-name/ul/ulfius/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - libulfius-dev - 2.7.15-2.2build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libulfius-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Web Framework for REST Applications in C - development | https://github.com/babelouest/ulfius
- Ubuntu apt - libulfius2.7t64 - 2.7.15-2.2build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libulfius2.7t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Web Framework for REST Applications in C | https://github.com/babelouest/ulfius
- Ubuntu apt - uwsc - 2.7.15-2.2build1: normalized package name match | Ubuntu 24.04 LTS package indexes: uwsc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Ulfius WebSocket Client | https://github.com/babelouest/ulfius
- pacman - ulfius - 2.7.15-1: normalized package name match | Arch Linux sync databases: ulfius from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | HTTP Framework for REST Applications in C | https://github.com/babelouest/ulfius
- zypper - libulfius2_7 - 2.7.15-1.7: normalized package name match | openSUSE Tumbleweed package metadata: libulfius2_7 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Web Framework for REST Applications in C | https://github.com/babelouest/ulfius
- zypper - ulfius-devel - 2.7.15-1.7: normalized package name match | openSUSE Tumbleweed package metadata: ulfius-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Header files for ulfius | https://github.com/babelouest/ulfius
- zypper - uwsc - 2.7.15-1.7: normalized package name match | openSUSE Tumbleweed package metadata: uwsc from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Ulfius WebSocket Client | https://github.com/babelouest/ulfius
- winget - stuncloud.uwscr: installed executable or alias match | Windows Package Manager source index: stuncloud.uwscr from https://cdn.winget.microsoft.com/cache/source.msix


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://www.automicvault.com/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [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.
- [gnutls](https://www.automicvault.com/pkg/brew/gnutls/) - Runtime dependency declared by Homebrew.
- [orcania](https://www.automicvault.com/pkg/brew/orcania/) - Runtime dependency declared by Homebrew.
- [cmake](https://www.automicvault.com/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [kore](https://www.automicvault.com/pkg/brew/kore/) - Shares av.db curated category or tags: c, cli, developer-tools, web-framework.
- [amber](https://www.automicvault.com/pkg/brew/amber/) - Shares av.db curated category or tags: cli, developer-tools, web-framework.
- [cot](https://www.automicvault.com/pkg/brew/cot/) - Shares av.db curated category or tags: cli, developer-tools, web-framework.
- [cppcms](https://www.automicvault.com/pkg/brew/cppcms/) - Shares av.db curated category or tags: cli, developer-tools, web-framework.
- [gf](https://www.automicvault.com/pkg/brew/gf/) - Shares av.db curated category or tags: cli, developer-tools, web-framework.
- [treefrog](https://www.automicvault.com/pkg/brew/treefrog/) - Shares av.db curated category or tags: cli, developer-tools, web-framework.
- [check](https://www.automicvault.com/pkg/brew/check/) - Shares av.db curated category or tags: c, cli, developer-tools, library.
- [cppunit](https://www.automicvault.com/pkg/brew/cppunit/) - Shares av.db curated category or tags: c, cli, developer-tools, library.

## Combined YAML source

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