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

helix-editor/nucleo

A fast and convenient fuzzy matcher library for rust observed · 2026-08-28

github.com/helix-editor/nucleo · Rust · MPL-2.0 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

59/100

  • Activity 89
  • Release rhythm 8
  • Longevity 80
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: 1133
  • days_rel: n/a
  • days_push: 70
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1492 stars · 61 forks observed · 2026-08-28

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

Nucleo is a high-performance fuzzy matcher library for Rust, filling the same role as fzf and skim but with a faster matching algorithm and better Unicode handling. It offers both a fully managed fuzzy picker (nucleo) and a standalone matcher crate (nucleo-matcher), and powers the Helix editor.

Use cases

  • fuzzy find files in a terminal picker
  • filter large lists with low-selectivity patterns quickly
  • replace fzf or fuzzy-matcher in a Rust application
  • fuzzy match non-ASCII and emoji text correctly
  • highlight matched grapheme indices in a fuzzy search UI
  • build a command palette with fzf-compatible ranking

When to choose

  • you need fzf-quality scoring as an embeddable Rust library
  • you match patterns against very large item sets where speed matters
  • you need correct Unicode grapheme handling and case insensitivity
  • you want a plug-and-play picker like the one in Helix

When to avoid

  • you need a standalone CLI tool rather than a library
  • you require a stable 1.0 API for the high-level crate
  • your project is not in Rust and you cannot use FFI

Facets

library · maturity active

search-engine parser developer-tools text-editors performance rust cross-platform fuzzy-matching fuzzy-finder fzf-alternative smith-waterman unicode-aware helix-editor algorithms

2 sources

Member repositories

RepositoryRoleHealth v2
helix-editor/nucleomain59

For agents

markdown · JSON · MCP: product_card(name="helix-editor/nucleo")

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