patent at a glance
As of 2026-06-02, release day

patent (r14dd/patent, MIT OR Apache-2.0, v0.1.0) is a Rust CLI/TUI released June 2 that takes a plain-English description of a dev-tool idea and searches 11 package registries concurrently using a local AllMiniLM-L6-V2 embedding model, returning an Open / Crowded / Saturated prior-art verdict. Hit r/rust with 555 upvotes at 94% positive on day one. Install: cargo install patent.

fkill? Or kill-port? There's also portk, cross-port-killer..." Ten tools doing the same thing. You just didn't know.patent is a Rust CLI/TUI released June 2 by Riad Mukhtarov (r14dd) that runs this prior-art check for you before you start. You describe your idea in plain English, and it concurrently searches 11 package registries — crates.io, npm, PyPI, GitHub, Go, Maven, NuGet, RubyGems, Docker Hub, VS Code Marketplace, and Hacker News — then ranks results by semantic similarity and returns a verdict: Open, Crowded, or Saturated. 1 2~/.cache/patent on Linux or ~/Library/Caches/patent on macOS). Cosine similarity scores each match; results land in an interactive TUI where you scroll, filter, and open any entry directly. 1--fast mode skips LLM inference entirely, working from cosine similarity scores alone — so the tool runs offline and without any model setup beyond the initial embedding download. If Ollama isn't installed or a model isn't pulled, --fast activates automatically as a graceful fallback. 1not reached, not clear. 1cargo install patentGITHUB_TOKEN to lift the GitHub Search API rate limit from 10 to 30 requests/minute.patent "interactive cli to kill whatever is on a port"Saturated verdict with a similarity-ranked table. The top hit, kill-port on npm (score 0.77), is the exact thing you were about to build. 2
patent "my idea description" --json | jq '.verdict'patent completions <shell>. 1"Neural networks are only really good at finding things, not making things. Good job at using an LLM for something it's actually good at." — duckofdeath87, r/rust 4
"It's an AI tool that actually seems both useful and ethical. That's a rare breed." — stumpychubbins, r/rust 4
--fast and zero LLM involvement. 5 The project includes GitHub Actions CI, enforced clippy lints, and wiremock integration tests. 2--fast mode makes this a non-issue for most users, but it's a gap.cargo install patent
围绕这条内容继续补充观点或上下文。