This is the Linux app named Zoekt whose latest release can be downloaded as zoektsourcecode.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named Zoekt with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS:
Zoekt
DESCRIPTION:
zoekt is a fast, scalable code search engine written in Go that builds compressed indexes (shards) for source repositories and serves low-latency regex and substring queries. It optimizes for developer workflows: refresh indexes from Git, search across many repos instantly, and jump into hits with surrounding context and file navigation. The indexer uses efficient n-gram dictionaries and posting lists to keep query latency low, while storing metadata (branch, language, repo) for precise filtering. A built-in web UI and JSON API enable both interactive exploration and integration into editors and other tools. It supports ranking heuristics such as path weighting and symbol awareness to surface likely matches first, even in monorepos. Incremental and parallel indexing let it keep up with active codebases, making it suitable for both local deployments and multi-tenant service setups.
Features
- High-throughput indexer with incremental Git integration
- Fast regex, substring, and word-boundary queries over many repos
- Rich filters by repo, branch, language, and file path
- Web UI and JSON API for interactive and programmatic use
- Relevance ranking with path weighting and symbol awareness
- Sharded, parallel architecture for horizontal scale and low tail latency
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/zoekt.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.