macOS
brew install tinysearchlocal Homebrew formula metadata
安装
brew install tinysearchlocal Homebrew formula metadata
概览
Tiny, full-text search engine for static websites built with Rust and Wasm
历史
tinysearch is a lightweight Rust and WebAssembly full-text search engine for static websites. Its README frames it as a small-browser-payload alternative to heavier JavaScript search libraries for blogs and other small to medium static sites.
The public GitHub repository was created in January 2018. The official README says tinysearch is a Rust/WASM port of Python code from the article 'Writing a full-text search engine using Bloom filters' and later uses an Xor Filter data structure for compact approximate membership tests.
The README documents installation from crates.io, optional WebAssembly optimization with Binaryen, Docker images, a GitHub Action for deployment pipelines, and examples for static site generators such as Jekyll, Hugo, Zola, Cobalt, and Pelican. It also lists several websites using tinysearch, including Matthias Endler's blog, OutOfCheeseError, and the Museum of Warsaw Archdiocese.
Users provide a JSON index, optionally add tinysearch.toml beside that index to choose indexed and metadata fields, and run the CLI to generate a dependency-free WebAssembly search module. The README includes development and release modes, optimization flags, Docker usage, and library usage for Rust callers.
tinysearch is a package-nerd tool because it turns static-site search into a build artifact rather than a hosted service. It appeals to users of static site generators, Rust tooling, WebAssembly, Cargo, Homebrew, Docker, and CI pipelines who want search without a backend or a large JavaScript dependency.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
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.
tinysearch.toml (same directory as the JSON index file)可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
tinysearch | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:tinysearch |
|---|---|
| 版本 | 0.10.0 |
| 软件包管理器 | Homebrew |
| 主页 | https://github.com/tinysearch/tinysearch |
| 仓库 | https://github.com/tinysearch/tinysearch |
| 最后更新 | 2026-07-17T22:47:12+09:00 |
| Pulse | updated |
| Bottle | 未记录 |
| 服务 | 未声明 |
来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.