Automic VaultAutomic Vault

brew

使用 Homebrew, apt, dnf, MacPorts, Nix, pacman 安装 sonic

查看 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

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • 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