hound

Lightning fast code searching made easy (by hound-search)

Hound Alternatives

Similar projects and alternatives to hound

  1. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  2. Lunar

    194 hound VS Lunar

    Intelligent adaptive brightness for your external monitors

  3. sourcegraph

    Discontinued Code AI platform with Code Search & Cody

  4. quickwit

    73 hound VS quickwit

    Cloud-native search engine for observability. An open-source alternative to Datadog, Elasticsearch, Loki, and Tempo.

  5. tantivy

    55 hound VS tantivy

    Tantivy is a full-text search engine library inspired by Apache Lucene and written in Rust

  6. cody

    30 hound VS cody

    Type less, code more: Cody is an AI code assistant that uses advanced search and codebase context to help you write and fix code.

  7. paradedb

    28 hound VS paradedb

    Postgres for Search and Analytics

  8. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  9. septum

    Context-based code search tool

  10. opengrok

    12 hound VS opengrok

    OpenGrok is a fast and usable source code search and cross reference engine, written in Java

  11. mozsearch

    Mozilla code search website. (Please file bugs in bugzilla at https://mzl.la/2YtXmoN)

  12. lightningcss

    An extremely fast CSS parser, transformer, bundler, and minifier written in Rust.

  13. rust-cssparser

    Rust implementation of CSS Syntax Level 3

  14. livegrep

    11 hound VS livegrep

    Interactively grep source code. Source for http://livegrep.com/

  15. dropcss

    1 hound VS dropcss

    An exceptionally fast, thorough and tiny unused-CSS cleaner

  16. zoekt

    8 hound VS zoekt

    Fast trigram based code search (by sourcegraph)

  17. cs

    9 hound VS cs

    command line codespelunker or code search

  18. icss

    Interoperable CSS — a standard for loadable, linkable CSS (by css-modules)

  19. codesearch

    Discontinued Fast, indexed regexp search over large file trees

  20. sourcegraph-public-snapshot

    Discontinued Code AI platform with Code Search & Cody

  21. progscrape

    progscrape.com source

  22. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better hound alternative or higher similarity.

hound discussion

Log in or Post with

hound reviews and mentions

Posts with mentions or reviews of hound. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-12-17.
  • Ask HN: Hosted Tools at Work
    3 projects | news.ycombinator.com | 17 Dec 2024
    At work I host a couple of internal tools for myself and my coworkers that I expose with a web UI. Most of them are useful productivity tools. My favorite:

    - Hound for indexing and searching internal repos with RegEx https://github.com/hound-search/hound

  • Sourcegraph Went Dark
    9 projects | news.ycombinator.com | 20 Aug 2024
    For code search, I've heard Hound is pretty good but I haven't personally tried it yet. The UI is a bit clunky though. I'm wondering if one can port the old Apache-licensed Sourcegraph UI? https://github.com/hound-search/hound
  • Tantivy – full-text search engine library inspired by Apache Lucene
    9 projects | news.ycombinator.com | 27 May 2024
    Another resource is a trigram search index (in Go) used by etsy/hound[0] based on an article (and code) from Russ Cox: Regular Expression Matching with a Trigram Index[1].

    [0] https://github.com/hound-search/hound

    [1] http://swtch.com/~rsc/regexp/regexp4.html

    Different use-cases for alternatives to Lucene depending on your needs.

  • Code Search at Google: The Story of Han-Wen and Zoekt
    2 projects | news.ycombinator.com | 21 Nov 2023
    The same algorithm is also used in Hound (https://github.com/hound-search/hound) though I have to say the best implementation of code search by far that I've seen is https://grep.app

    You really should check it out if you haven't already. It's incredibly useful; I used it all the time. Not open source though.

  • Hound: Fast code searching made easy
    1 project | news.ycombinator.com | 21 Nov 2023
  • Sourcegraph is no longer Open Source
    26 projects | news.ycombinator.com | 4 Jul 2023
    There is also Hound [8].

    [8]: https://github.com/hound-search/hound

  • DockerHub replacement stratagy and options
    1 project | /r/HomeDataCenter | 20 Mar 2023
    Agreed, I already have Hound setup to search across all the different repos I pull from (bitbucket, gh, gitlab, gitea etc) but now I need to find a docker equivalent.
  • Gitlab to lay off 7% of staff
    4 projects | /r/programming | 9 Feb 2023
    i know you're looking for first-party tools that is part of the whole package, but hound does this fantastically and is extremely easy to setup, and is ridiculously fast.
  • Ask HN: How do you search large code-base before adding a feature or fixing bug?
    5 projects | news.ycombinator.com | 27 Mar 2022
    Especially if this is long term, this is a great tool:

    https://github.com/hound-search/hound#hound

    It would be great if someone integrated this with tree-sitter plus something to make the search semantics a bit smarter about usages of X:

    https://www.etsy.com/codeascraft/announcing-hound-a-lightnin...

    Screenshots:

    https://jaxenter.com/hound-go-react-code-search-engine-15008...

    Another trick I use for Java: javap all the Enums out of the compiled artifacts; these indicate weird things like "modes" that you can use to start asking questions relevant to the domain. Like "why are there four ways to reprice an invoice" or finding the "types" of fees or w/e in a billing system. (assuming enum classes are used)

  • Parcel CSS: A new CSS parser, compiler, and minifier
    12 projects | news.ycombinator.com | 12 Jan 2022
    Nice too that it's a compiled language, so you get the end tool in a nice static binary. As a non-Node dev, I hate the experience of hacking on some project and having to install a giant pool of NPM stuff just run some minifier or linter. Hound is an example of this— the guts of the project are golang, but it has a frontend that uses webpack, jest, etc: https://github.com/hound-search/hound

    Which is fine, I guess; definitely use the right tool for the job. And maybe Node developers hate finding my Python projects and needing to set up a virtualenv to run them in. But all the same, I approve a direction where more of this kind of tooling is available without a build-time Node dependency.

  • A note from our sponsor - SaaSHub
    www.saashub.com | 28 Mar 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic hound repo stats
13
5,744
0.0
8 months ago

hound-search/hound is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of hound is JavaScript.


Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?