macOS
brew install sordprovider-native install command
brew / rank 5176
C library for storing RDF data in memory. Version 0.16.22 via Homebrew; verified from local package data.
install
brew install sordprovider-native install command
overview
C library for storing RDF data in memory
history
Sord is a lightweight C library for storing RDF statements in memory. Homebrew packages it with small command-line utilities such as `sordi` and `sord_validate`, but its core identity is as a reusable RDF model library.
The official README identifies Sord as a David Robillard project and describes it as a lightweight C library for storing RDF statements in memory. The generated API documentation describes the library as an RDF model that stores triples or quads and can search them by indexed patterns.
The GitLab project metadata records the public repository as created in April 2019, while the README carries earlier copyright years. Public releases continued through the 0.16 series, including 0.16.22 in 2026.
Sord is specialized infrastructure for RDF and Semantic Web tooling, so its adoption is quieter than a developer-facing CLI. The package-manager metadata in this batch nevertheless shows it packaged across Homebrew, Alpine, Debian, Ubuntu, Fedora, Arch, MacPorts, Nix, and openSUSE.
That distribution pattern is typical for C libraries that become plumbing: users may install them directly for `sordi` or `sord_validate`, but many encounters happen through dependent RDF or audio/metadata tooling in Unix package graphs.
Library users create a Sord world and model, add RDF nodes and quads, and search by subject, predicate, object, or graph patterns. The official docs emphasize indexed storage and functions for reading, writing, iterating, and querying models.
CLI users generally use the packaged utilities for RDF conversion or validation tasks, while developers link against the C library for in-memory RDF storage.
Sord matters to package nerds because it is small, C-based Semantic Web plumbing: easy to ship, useful to link, and often noticed only when a dependency tree needs RDF support.
Its presence in many Unix package managers also reflects a long-running open-source pattern: narrow C libraries with stable ABIs become shared infrastructure for higher-level tools.
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 |
|---|---|---|---|
sord_validate | executable | indexed executable | Discovered from the local executable index. |
sordi | executable | indexed executable | Discovered from the local executable index. |
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.
install metadata
| Package key | brew:sord |
|---|---|
| Version | 0.16.22 |
| Package manager | Homebrew |
| Homepage | https://drobilla.net/software/sord.html |
| Bottle | not recorded |
| Service | none declared |
source 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.