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

monochromegane/the_platinum_searcher

A code search tool similar to ack and the_silver_searcher(ag). It supports multi platforms and multi encodings. observed · 2026-08-28

github.com/monochromegane/the_platinum_searcher · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

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

  • gap_med: n/a
  • age_days: 4626
  • days_rel: n/a
  • days_push: 1128
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2818 stars · 144 forks observed · 2026-08-28

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

The Platinum Searcher (pt) is a fast command-line code search tool similar to ack and the_silver_searcher, written in Go. It recursively searches files while respecting .gitignore, supports multiple encodings (UTF-8, EUC-JP, Shift_JIS), and ships binaries for macOS, Windows, and Linux.

Use cases

  • search code in a project from the terminal faster than grep
  • grep alternative that respects gitignore
  • search files with Japanese encodings like Shift_JIS or EUC-JP
  • integrate a fast searcher into vim or emacs
  • find a pattern across a large codebase quickly

When to choose

  • you want ack/ag-like search with multi-encoding support
  • you need a single static binary across macOS, Windows, and Linux
  • you use Vim or Emacs and want a fast grep backend

When to avoid

  • you already use ripgrep, which is more actively maintained
  • you need IDE-integrated search rather than a CLI tool
  • you need content indexing or fuzzy file finding rather than literal pattern search

Facets

cli-tool · maturity maintenance

search-engine cli developer-tools developer-tools windows cli go code-search grep-alternative ack-alternative silver-searcher multi-encoding command-line search macos linux

1 source

Member repositories

RepositoryRoleHealth v2
monochromegane/the_platinum_searchermain23

For agents

markdown · JSON · MCP: product_card(name="monochromegane/the_platinum_searcher")

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