macOS
brew install soniclocal Homebrew formula metadata
sudo port install sonicMacPorts ports tree · audio/sonic/Portfile · source: api.github.com
brew
Fast, lightweight & schema-less search backend. Version 1.7.3 via Homebrew; verified 2026-07-07.
install
brew install soniclocal Homebrew formula metadata
sudo port install sonicMacPorts ports tree · audio/sonic/Portfile · source: api.github.com
sudo apt install libsonic-devDebian stable package indexes · libsonic-dev · source: deb.debian.org
sudo dnf install libsonicFedora Rawhide package metadata · libsonic · source: dl.fedoraproject.org
nix profile install nixpkgs#sonicnixpkgs package indexes · pkgs/by-name/so/sonic/package.nix · source: api.github.com
sudo pacman -S sonicArch Linux sync databases · sonic · source: geo.mirror.pkgbuild.com
overview
Fast, lightweight & schema-less search backend
history
Sonic is a Rust search backend packaged as a small server and CLI-oriented service rather than a large search platform. Its README frames it as a lightweight, schema-less alternative to heavier systems such as Elasticsearch for identifier-based search, autocomplete, typo correction, and low-resource indexing.
Sonic was created by Valerian Saliou and the official repository says the project was initially announced on the author's journal. GitHub repository metadata records the public repository as created in February 2019, matching the README's early emphasis on using Sonic at Crisp for production search workloads.
The design centers on the Sonic Channel protocol rather than an HTTP API. That made Sonic feel more like Redis-style infrastructure to package and run: a daemon, a TOML-like configuration file, a TCP port, and client libraries for applications that need to push identifiers into an index and query them later.
The official README lists Crisp and Scrumpy as users and describes Crisp using Sonic for search across messages, conversations, contacts, and helpdesk articles. It also documents official packages for Debian-based systems, Cargo installation, Docker images, and non-official Homebrew packaging.
The package-manager metadata in this batch shows Sonic available beyond Homebrew, including Debian, Ubuntu, Fedora, Arch, MacPorts, and Nix. That spread is notable because Sonic is a niche search daemon, not a general-purpose library.
Operators run Sonic with a configuration file, commonly the sample `config.cfg` or a path supplied with `-c` or `--config`. Applications interact with it through Sonic Channel to push, pop, flush, query, and suggest identifiers.
Sonic is commonly attractive for small and medium products that want fast full-text-ish lookup without operating a larger search stack. It stores search terms and identifiers, leaving document storage and enrichment to the caller's database.
For package-manager users, Sonic is interesting because it turns a search backend into one installable daemon with modest runtime expectations. It is the kind of package that appeals to people who like replacing a large service dependency with a single binary plus a small config file.
Its continued releases through 2026, including split core/client/server release artifacts, also show a Rust infrastructure tool maturing while still keeping a Unix-friendly operational shape.
security posture
formula declares a Homebrew service.
orange risk · medium confidence · infrastructure
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
./config.cfgexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
sonic | 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/valeriansaliou/sonic
install metadata
| Package key | brew:sonic |
|---|---|
| Version | 1.7.3 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/sonic |
| Homepage | https://github.com/valeriansaliou/sonic |
| Repository | https://github.com/valeriansaliou/sonic |
| Upstream docs | https://github.com/valeriansaliou/sonic#readme |
| License | MPL-2.0 |
| Source archive | https://github.com/valeriansaliou/sonic/archive/refs/tags/v1.7.3.tar.gz |
| Last updated | 2026-07-07T20:34:45Z |
| Pulse | updated |
| Build dependencies | rust |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | sonic |
| 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.
libsonic-dev 0.2.0-13+b1
Header file for linking to libsonic
https://github.com/waywardgeek/sonic
sudo apt install libsonic-devlibsonic-java 0.2.0-13
Simple library to speed up or slow down speech - Java bindings
https://github.com/waywardgeek/sonic
sudo apt install libsonic-javalibsonic0 0.2.0-13+b1
Simple library to speed up or slow down speech
https://github.com/waywardgeek/sonic
sudo apt install libsonic0sonic 0.2.0-13+b1
Simple utility to speed up or slow down speech
https://github.com/waywardgeek/sonic
sudo apt install sonicsonic
nix profile install nixpkgs#soniclibsonic-dev 0.2.0-13build1
Header file for linking to libsonic
https://github.com/waywardgeek/sonic
sudo apt install libsonic-devlibsonic-java 0.2.0-13build1
Simple library to speed up or slow down speech - Java bindings
https://github.com/waywardgeek/sonic
sudo apt install libsonic-javalibsonic0 0.2.0-13build1
Simple library to speed up or slow down speech
https://github.com/waywardgeek/sonic
sudo apt install libsonic0sonic 0.2.0-13build1
Simple utility to speed up or slow down speech
https://github.com/waywardgeek/sonic
sudo apt install soniclibsonic 0.2.0^20210316gitba33141-1.fc45
Library package
https://github.com/waywardgeek/sonic
sudo dnf install libsoniclibsonic-devel 0.2.0^20210316gitba33141-1.fc45
Development files for sonic
https://github.com/waywardgeek/sonic
sudo dnf install libsonic-develsonic 0.2.0^20210316gitba33141-1.fc45
Library to speed up or slow down speech
https://github.com/waywardgeek/sonic
sudo dnf install sonicsonic 1.6.0-1
Fast, lightweight & schema-less search backend
https://github.com/valeriansaliou/sonic
sudo pacman -S sonicsonic
sudo port install sonicsource 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.