Automic VaultAutomic Vault

brew

sonic を Homebrew, apt, dnf, MacPorts, Nix, pacman でインストール

sonic のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install sonic

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install sonic

MacPorts ports tree · audio/sonic/Portfile · ソース: api.github.com

Linux

Debian apt確認済み · 92%
sudo apt install sonic

Debian stable package indexes · sonic · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install sonic

Fedora Rawhide package metadata · sonic · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#sonic

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

Arch Linux pacman確認済み · 92%
sudo pacman -S sonic

Arch Linux sync databases · sonic · ソース: geo.mirror.pkgbuild.com

概要

パッケージ概要

Fast, lightweight & schema-less search backend

コマンドとエイリアス

  • sonic

履歴

プロジェクトの歴史と使われ方

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.

タイムライン

  • 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.

セキュリティ状態

リスクレベル: orange

formula declares a Homebrew service.

リスク分類器

リスク orange · 信頼度 中 · infrastructure

理由

  • formula declares a Homebrew service

信号

  • metadata:service

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • formula メタデータがサービスまたはデーモンブロックを宣言しています。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

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

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
soniccliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版1.7.4
マネージャ更新日2026-07-09
ローカルデータOK
上流最新
検出された最新v1.7.4

https://github.com/valeriansaliou/sonic

  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:sonic
バージョン1.7.4
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/sonic
ホームページhttps://github.com/valeriansaliou/sonic
リポジトリhttps://github.com/valeriansaliou/sonic
上流ドキュメントhttps://github.com/valeriansaliou/sonic#readme
ライセンスMPL-2.0
ソースアーカイブhttps://github.com/valeriansaliou/sonic/archive/refs/tags/v1.7.4.tar.gz
最終更新2026-07-09T22:53:16Z
Pulseupdated
ビルド依存関係rust
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービスdeclared

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

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 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: 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
  • 一致条件: 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 依存関係
  • normalized package name match
  • 一致条件: 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 依存関係
  • normalized package name match
  • 一致条件: 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
  • 一致条件: 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 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: 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
  • 一致条件: 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 依存関係
  • normalized package name match
  • 一致条件: 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 依存関係
  • normalized package name match
  • 一致条件: 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 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: 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 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: 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 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: 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 依存関係
  • normalized package name match
  • 一致条件: 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
  • 一致条件: 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

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • 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