Automic VaultAutomic Vault

brew

Installer sonic avec Homebrew, apt, dnf, MacPorts, Nix, pacman

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de sonic pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install sonic

local Homebrew formula metadata

MacPortsvérifié · 94%
sudo port install sonic

MacPorts ports tree · audio/sonic/Portfile · Source: api.github.com

Linux

Debian aptvérifié · 92%
sudo apt install sonic

Debian stable package indexes · sonic · Source: deb.debian.org

Fedora dnfvérifié · 92%
sudo dnf install sonic

Fedora Rawhide package metadata · sonic · Source: dl.fedoraproject.org

Nixvérifié · 92%
nix profile install nixpkgs#sonic

nixpkgs package indexes · pkgs/by-name/so/sonic/package.nix · Source: api.github.com

Arch Linux pacmanvérifié · 92%
sudo pacman -S sonic

Arch Linux sync databases · sonic · Source: geo.mirror.pkgbuild.com

aperçu

Résumé du paquet

Fast, lightweight & schema-less search backend

Commandes et alias

  • sonic

historique

Historique du projet et usages

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.

Historique du projet

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.

Historique d'adoption

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.

Modes d'utilisation

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.

Pourquoi les passionnés de paquets s'y intéressent

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.

Chronologie

  • 2019: Public GitHub repository created and Sonic documented as running in Crisp search products.
  • 2024: Sonic v1.4.9 released on GitHub.
  • 2026: Sonic v1.7.0 released on GitHub.

Related projects

  • Elasticsearch is the heavier search backend explicitly used as Sonic's comparison point.
  • Redis is a useful operational comparison because the README describes Sonic Channel as the only interaction protocol and emphasizes simplicity.
  • Sonic Channel client libraries connect Sonic to Node.js, PHP, Rust, Python, Ruby, Go, Java, Elixir, and other ecosystems.

posture de sécurité

Niveau de risque : orange

formula declares a Homebrew service.

Classificateur de risque

risque orange · confiance moyen · infrastructure

Pourquoi

  • formula declares a Homebrew service

Signaux

  • metadata:service

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de formule déclarent un service ou daemon.
  • Les métadonnées de bottle Homebrew sont disponibles pour 6 plateformes.
  • Les métadonnées de compilation listent 1 dépendances de compilation.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
./config.cfg

exécutables

Exécutables installés

CommandeTypeExpositionNote
soniccliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-25
version du gestionnaire1.7.4
gestionnaire mis à jour2026-07-09
données localesOK
amontà jour
dernière version détectéev1.7.4

https://github.com/valeriansaliou/sonic

  • OKAucun avertissement de fraîcheur n'a été généré.

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:sonic
Version1.7.4
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/sonic
Page d'accueilhttps://github.com/valeriansaliou/sonic
Dépôthttps://github.com/valeriansaliou/sonic
Docs amonthttps://github.com/valeriansaliou/sonic#readme
LicenceMPL-2.0
Archive sourcehttps://github.com/valeriansaliou/sonic/archive/refs/tags/v1.7.4.tar.gz
Dernière mise à jour2026-07-09T22:53:16Z
Pulseupdated
Dépendances de compilationrust
Bouteilledisponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
post-install Homebrewnon défini
Servicedeclared

faits du registre

Détails de la base source

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namesonic
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Debian apt95%

libsonic-dev 0.2.0-13+b1

Header file for linking to libsonic

https://github.com/waywardgeek/sonic

sudo apt install libsonic-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: sonic
  • 1 Dépendances
  • 1 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Sonic
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libsonic-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libsonic-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-java
  • Section: java
  • Architecture: all
  • Source Package: sonic
  • normalized package name match
  • Correspondance par : Sonic
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libsonic-java from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libsonic0 0.2.0-13+b1

Simple library to speed up or slow down speech

https://github.com/waywardgeek/sonic

sudo apt install libsonic0
  • Section: libs
  • Architecture: amd64
  • Source Package: sonic
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Sonic
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libsonic0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

sonic 0.2.0-13+b1

Simple utility to speed up or slow down speech

https://github.com/waywardgeek/sonic

sudo apt install sonic
  • Section: sound
  • Architecture: amd64
  • Source Package: sonic
  • 2 Dépendances
  • normalized package name match
  • Correspondance par : Sonic
Debian stable package indexes · deb.debian.org · Debian stable package indexes: sonic from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

sonic

nix profile install nixpkgs#sonic
  • normalized package name match
  • Correspondance par : Sonic
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/so/sonic/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

libsonic-dev 0.2.0-13build1

Header file for linking to libsonic

https://github.com/waywardgeek/sonic

sudo apt install libsonic-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: sonic
  • 1 Dépendances
  • 1 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Sonic
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libsonic-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libsonic-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-java
  • Section: universe/java
  • Architecture: all
  • Source Package: sonic
  • normalized package name match
  • Correspondance par : Sonic
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libsonic-java from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libsonic0 0.2.0-13build1

Simple library to speed up or slow down speech

https://github.com/waywardgeek/sonic

sudo apt install libsonic0
  • Section: libs
  • Architecture: amd64
  • Source Package: sonic
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Sonic
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libsonic0 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

sonic 0.2.0-13build1

Simple utility to speed up or slow down speech

https://github.com/waywardgeek/sonic

sudo apt install sonic
  • Section: universe/sound
  • Architecture: amd64
  • 2 Dépendances
  • normalized package name match
  • Correspondance par : Sonic
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: sonic from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
dnf95%

libsonic 0.2.0^20210316gitba33141-1.fc45

Library package

https://github.com/waywardgeek/sonic

sudo dnf install libsonic
  • License: Apache-2.0
  • Category: Unspecified
  • Architecture: i686
  • Source Package: sonic
  • 2 Dépendances
  • 2 fournit
  • normalized package name match
  • Correspondance par : Sonic
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: libsonic from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

libsonic-devel 0.2.0^20210316gitba33141-1.fc45

Development files for sonic

https://github.com/waywardgeek/sonic

sudo dnf install libsonic-devel
  • License: Apache-2.0
  • Category: Unspecified
  • Architecture: i686
  • Source Package: sonic
  • 2 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Sonic
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: libsonic-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

sonic 0.2.0^20210316gitba33141-1.fc45

Library to speed up or slow down speech

https://github.com/waywardgeek/sonic

sudo dnf install sonic
  • License: Apache-2.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: sonic
  • 3 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Sonic
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: sonic from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

sonic 1.6.0-1

Fast, lightweight & schema-less search backend

https://github.com/valeriansaliou/sonic

sudo pacman -S sonic
  • License: MPL-2.0
  • Architecture: x86_64
  • 3 Dépendances
  • normalized package name match
  • Correspondance par : Sonic
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: sonic from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

sonic

sudo port install sonic
  • normalized package name match
  • Correspondance par : Sonic
MacPorts ports tree · api.github.com · MacPorts ports tree: audio/sonic/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment