Ross ROSS = Recommend OSS · open-source software intelligence for agents

tantaraio/voy

🕸️🦀 A WASM vector similarity search written in Rust observed · 2026-08-28

github.com/tantaraio/voy · homepage · Rust · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

31/100

  • Activity 0
  • Release rhythm 35
  • Longevity 93

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 1314
  • days_rel: n/a
  • days_push: 1078
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1070 stars · 41 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Voy is a tiny vector similarity search engine written in Rust and compiled to WebAssembly, using a k-d tree index for fast nearest-neighbor search. It ships as an npm package (voy-search) designed for browser and CDN edge deployments, with a portable, resumable embeddings index.

Use cases

  • run vector similarity search entirely in the browser
  • add semantic search to a static site without a backend
  • deploy a small vector search index to CDN edge servers
  • search embeddings client-side with Web Workers
  • build a portable embeddings index that can be shared and reloaded
  • do nearest-neighbor search over embeddings in JavaScript via WASM

When to choose

  • you need lightweight in-browser or edge vector search without a server
  • bundle size matters and you want a tree-shakable ~75KB library
  • your dataset is small-to-medium and a k-d tree index suffices
  • you want a portable index file you can rebuild or move anywhere

When to avoid

  • you need a stable API - Voy is pre-1.0 with possible breaking changes
  • you need large-scale vector search with frequent index updates without full rebuilds
  • you need built-in text embedding generation - Voy relies on external libraries like transformers.js
  • you need server-side ANN at scale (consider dedicated vector databases like FAISS, Qdrant, or pgvector)

Facets

library · maturity experimental

search-engine vector-database wasm machine-learning web-development developer-tools browser wasm rust k-d-tree nearest-neighbor-search similarity-search vector-search embeddings client-side-search edge-deployment rust-wasm search nodejs web-server

1 source

Member repositories

RepositoryRoleHealth v2
tantaraio/voymain31

For agents

markdown · JSON · MCP: product_card(name="tantaraio/voy")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem