macOS
brew install mtbllocal Homebrew formula metadata
brew / rank 13908
Immutable sorted string table library. Version 1.7.1 via Homebrew; verified from local package data. Also installable with debian: sudo apt install libmtbl-dev.
install
brew install mtbllocal Homebrew formula metadata
sudo apt install libmtbl-devDebian stable package indexes · libmtbl-dev · source: deb.debian.org
overview
Immutable sorted string table library
history
mtbl is a Farsight Security C library that packages the Sorted String Table idea as a small Unix-style library rather than as a full database. Its README describes the design as based on the SSTable implementation in Google LevelDB: immutable files map sorted byte-string keys to byte-string values, with an index at the end for lookup. The project deliberately leaves database duties such as update handling, deletion, and coordinating search results across tables to the caller, exposing primitives for creating, searching, and merging SSTable files instead.
In practice mtbl is used where a program wants compact, immutable, searchable key-value files and wants to control the surrounding data-management workflow itself. Writers accept already sorted, duplicate-free key-value pairs and write in a single sequential pass; readers support exact-key, prefix, and range iteration; sorter and merger interfaces support bulk-load and multi-table merge workflows with caller-provided duplicate-key merge logic. The file format changed at version 1.0.0, with newer releases retaining read support for older files.
Its ecosystem role is clearest in Farsight/Internet-measurement software. CAIDA slides from ISC described mtbl alongside dnstable as an SSTable implementation for scalable, compact, sequential-I/O construction. FreeBSD's 2015 addition of dnstable records dnstable as a passive-DNS encoding library and utilities that store records in SSTable files and depend on libmtbl. For package managers, mtbl is a low-level C dependency rather than an end-user application; Homebrew exposes the companion utilities mtbl_dump, mtbl_info, mtbl_merge, and mtbl_verify for inspecting, merging, and checking table files.
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 |
|---|---|---|---|
mtbl_dump | executable | indexed executable | Discovered from the local executable index. |
mtbl_info | executable | indexed executable | Discovered from the local executable index. |
mtbl_merge | executable | indexed executable | Discovered from the local executable index. |
mtbl_verify | 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:mtbl |
|---|---|
| Version | 1.7.1 |
| Package manager | Homebrew |
| Homepage | https://github.com/farsightsec/mtbl |
| Repository | https://github.com/farsightsec/mtbl |
| Bottle | not recorded |
| Service | none declared |
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
libmtbl-dev 1.6.1-1+b1
immutable sorted string table library (development files)
sudo apt install libmtbl-devlibmtbl1 1.6.1-1+b1
immutable sorted string table library
sudo apt install libmtbl1mtbl-bin 1.6.1-1+b1
immutable sorted string table library (utilities)
sudo apt install mtbl-binlibmtbl-dev 1.3.0-1
immutable sorted string table library (development files)
sudo apt install libmtbl-devlibmtbl1 1.3.0-1
immutable sorted string table library
sudo apt install libmtbl1mtbl-bin 1.3.0-1
immutable sorted string table library (utilities)
sudo apt install mtbl-binsource 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.