macOS
brew install ulfiuslocal Homebrew formula metadata
brew
HTTP Framework for REST Applications in C. Version 2.7.15 via Homebrew; verified from local package data.
install
brew install ulfiuslocal Homebrew formula metadata
sudo apt install libulfius-devDebian stable package indexes · libulfius-dev · source: deb.debian.org
nix profile install nixpkgs#ulfiusnixpkgs package indexes · pkgs/by-name/ul/ulfius/package.nix · source: api.github.com
sudo pacman -S ulfiusArch Linux sync databases · ulfius · source: geo.mirror.pkgbuild.com
sudo zypper install libulfius2_7openSUSE Tumbleweed package metadata · libulfius2_7 · source: download.opensuse.org
winget install --id stuncloud.uwscr -eWindows Package Manager source index · stuncloud.uwscr · source: cdn.winget.microsoft.com
overview
HTTP Framework for REST Applications in C
history
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.
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.
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.
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.
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.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
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 |
|---|---|---|---|
uwsc | 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://github.com/babelouest/ulfius
install metadata
| Package key | brew:ulfius |
|---|---|
| Version | 2.7.15 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/ulfius |
| 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 |
| Dependencies | gnutls, jansson, libmicrohttpd, orcania, yder |
| Build dependencies | cmake |
| Uses from macOS | curl |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
libulfius-dev 2.7.15-2.2+b2
Web Framework for REST Applications in C - development
https://github.com/babelouest/ulfius
sudo apt install libulfius-devlibulfius2.7t64 2.7.15-2.2+b2
Web Framework for REST Applications in C
https://github.com/babelouest/ulfius
sudo apt install libulfius2.7t64uwsc 2.7.15-2.2+b2
Ulfius WebSocket Client
https://github.com/babelouest/ulfius
sudo apt install uwsculfius
nix profile install nixpkgs#ulfiuslibulfius-dev 2.7.15-2.2build1
Web Framework for REST Applications in C - development
https://github.com/babelouest/ulfius
sudo apt install libulfius-devlibulfius2.7t64 2.7.15-2.2build1
Web Framework for REST Applications in C
https://github.com/babelouest/ulfius
sudo apt install libulfius2.7t64uwsc 2.7.15-2.2build1
Ulfius WebSocket Client
https://github.com/babelouest/ulfius
sudo apt install uwsculfius 2.7.15-1
HTTP Framework for REST Applications in C
https://github.com/babelouest/ulfius
sudo pacman -S ulfiuslibulfius2_7 2.7.15-1.7
Web Framework for REST Applications in C
https://github.com/babelouest/ulfius
sudo zypper install libulfius2_7ulfius-devel 2.7.15-1.7
Header files for ulfius
https://github.com/babelouest/ulfius
sudo zypper install ulfius-develuwsc 2.7.15-1.7
Ulfius WebSocket Client
https://github.com/babelouest/ulfius
sudo zypper install uwscstuncloud.uwscr
winget install --id stuncloud.uwscr -esource 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.