# tinysearch を Homebrew でインストール

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

## インストール

```sh
sudo av install brew:tinysearch
```

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

### macOS

- Homebrew (100%):

```sh
brew install tinysearch
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:tinysearch
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.10.0
- **ソース概要:** Tiny, full-text search engine for static websites built with Rust and Wasm
- **ホームページ:** <https://github.com/tinysearch/tinysearch>
- **リポジトリ:** <https://github.com/tinysearch/tinysearch>
- **最終更新:** 2026-07-17T22:47:12+09:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- tinysearch (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.10.0
## プロジェクトの歴史と使われ方

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.

### タイムライン

- 2018: Public GitHub repository created.
- 2019: The README-linked maintainer blog became one of the documented users of tinysearch.
- 2026: Repository metadata still showed active packaging interest and thousands of GitHub stars.

### Related projects

- tinysearch is related to lunr.js and elasticlunr as lighter alternatives in the same static-site search niche, and to Jekyll, Hugo, Zola, Cobalt, and Pelican as target site generators.

### ソース

- <https://api.github.com/repos/tinysearch/tinysearch>
- <https://github.com/tinysearch/tinysearch#readme>
- source_facts.package-manager


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals


## 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

- Unix: tinysearch.toml (same directory as the JSON index file)

## Combined YAML source

View the package source record on GitHub. [combined/tinysearch.yml](https://github.com/mxcl/pkgdb/blob/main/combined/tinysearch.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
