YaCy
Peer-to-peer search engine From Wikipedia, the free encyclopedia
YaCy (pronounced “ya see”) is a free distributed search engine built on the principles of peer-to-peer (P2P) networks, created by Michael Christen in 2003.[4][5] The engine is written in Java and distributed on several hundred computers, as of September 2006[update][needs update], so-called YaCy-peers.
![]() | This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
![]() | |
![]() | |
Original author(s) | Michael Christen |
---|---|
Developer(s) | YaCy community |
Initial release | 2003[1] |
Stable release | |
Repository | github |
Written in | Java |
Operating system | Cross-platform |
Size | 104-113 MB |
Type | Overlay network, Search engine |
License | GPL-2.0-or-later |
Website | yacy |
Each YaCy-peer independently crawls through the Internet, analyzes and indexes found web pages, and stores indexing results in a common database (so-called index) which is shared with other YaCy-peers using principles of peer-to-peer. This decentralized approach ensures privacy and eliminates the need for a central server.[6]
Compared to semi-distributed search engines, the YaCy network has a distributed architecture. All YaCy-peers are equal and no central server exists. It can be run either in a crawling mode or as a local proxy server, indexing web pages visited by the person running YaCy on their computer. Several mechanisms are provided to protect the user's privacy. Search functions are accessed by a locally run web server which provides a search box to enter search terms, and returns search results in a format similar to popular search engines.[7]
System components
YaCy search engine is based on four elements:[8]
- Crawler[9]
- A search robot that traverses between web pages, analyzing their content.[10]: The crawler is responsible for fetching web pages from the internet. Each peer in the YaCy network can crawl and index websites. The crawling process involves:
- Discovery: Finding new web pages to index by following links.
- Fetching: Downloading the content of web pages.
- Parsing: Extracting relevant information such as text, metadata, and links from the downloaded pages.
- Indexer
- It creates a reverse word index (RWI), i.e., each word from the RWI has its list of relevant URLs and ranking information. Words are saved as word hashes.[11]
- Search and administration interface
- Made as a web interface provided by a local HTTP servlet with a servlet engine.[12]
- Data storage
- Used to store the reverse word index database utilizing a distributed hash table.

Search-engine technology

- YaCy is a complete search appliance with user interface, index, administration, and monitoring.
- YaCy harvests web pages with a web crawler. Documents are then parsed, and indexed and the search index is stored locally. If your peer is part of a peer network, then your local search index is also merged into the shared index for that network.
- A search is started, then the local index contributes with a global search index from peers in the YaCy search network.
- The YaCy Grid is a second-generation implementation of the YaCy peer-to-peer search. A YaCy Grid installation comprises microservices that communicate using the Master Connect Program (MCP).
- The YaCy Parser is a microservice that can be deployed using Docker. When the Parser Component is started, it searches for and connects to an MCP. By default, the local host is searched for an MCP, but you can configure one yourself.
YaCy platform architecture

YaCy uses a combination of techniques for the networking, administration, and maintenance of indexing the search engine, including blacklisting, moderation, and communication with the community. Here is how YaCy performs these operations:
- Community components
- Web forum[13]
- Statistics
- XML API
- Maintenance
- Web Server
- Indexing
- Crawler with Balancer
- Peer-to-Peer Server Communication
- Content organization
- Blacklisting and Filtering
- Search interface
- Bookmarks
- Monitoring search results
Distribution
YaCy is available in packages for Linux, Windows, and Macintosh, and also as a Docker image; it can also be installed on other operating systems either by manually building it, or using a tarball. YaCy requires Java 11, Temurin 11 is recommended.[14]
The Debian package can be installed from a repository available at the subdomain of the project's website,[15][16] but is not yet maintained in the official Debian package repository.[17]
See also
- Dooble – an open-source web browser with an integrated YaCy Search Engine Tool Widget
- List of search engines
- Comparison of search engines
- Seeks
References
Further reading
External links
Wikiwand - on
Seamless Wikipedia browsing. On steroids.