[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-10859":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":23,"hasPages":23,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":39,"readmeContent":40,"aiSummary":41,"trendingCount":16,"starSnapshotCount":16,"syncStatus":42,"lastSyncTime":43,"discoverSource":44},10859,"yacy_search_server","yacy\u002Fyacy_search_server","yacy","Distributed Peer-to-Peer Web Search Engine and Intranet Search Appliance","http:\u002F\u002Fyacy.net",null,"Java",3958,483,108,206,0,1,4,46,3,68.65,"Other",false,"master",[26,27,28,29,30,31,32,33,34,35,36,37,38],"decentralized","intranet-search","intranet-search-engine","p2p","p2p-network","privacy","privacy-protection","search-engine","searchengine","web","web-search-engine","websearch","webseearch-engine","2026-06-12 04:00:52","\u003Cdiv align=\"center\">\n\u003Ch1 align=\"center\">YaCy\u003C\u002Fh1>\n\nSearch Engine Software\n\n\n[![YaCy Home Page](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FYaCy%20Home%20Page-5090D0)](https:\u002F\u002Fyacy.net)\n[![YaCy Discourse Forums](https:\u002F\u002Fimg.shields.io\u002Fdiscourse\u002Fstatus?server=https%3A%2F%2Fcommunity.searchlab.eu%2F&label=YaCy%20Discourse%20Forums)](https:\u002F\u002Fcommunity.searchlab.eu\u002F)\n[![become a Github Sponsor](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FBecome_a_Github_Sponsor-for_YaCy-green)](https:\u002F\u002Fgithub.com\u002Fsponsors\u002FOrbiter)\n[![become a Patreon Member](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FBecome_a_Patreon_Member-for_YaCy-green)](https:\u002F\u002Fwww.patreon.com\u002FbePatron?u=185903)\n[![Build Status](https:\u002F\u002Fgithub.com\u002Fyacy\u002Fyacy_search_server\u002Factions\u002Fworkflows\u002Fant-build-selfhosted.yaml\u002Fbadge.svg)](https:\u002F\u002Fgithub.com\u002Fyacy\u002Fyacy_search_server\u002Factions\u002Fworkflows\u002Fant-build-selfhosted.yaml)\n[![Install Link](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Finstall-stable-blue.svg)](https:\u002F\u002Fyacy.net\u002Fdownload_installation\u002F)\n\n![Web Search](.\u002Fscreenshots\u002Fscreenshot_web_search.png)\n![Crawl Start](.\u002Fscreenshots\u002Fscreenshot_expert_crawl_start.png)\n![Index Browser](.\u002Fscreenshots\u002Fscreenshot_index_browser.png)\n\u003C\u002Fdiv>\n\n\n## What is YaCy?\n\nYaCy is a full search engine application containing a server hosting a search index,\na web application to provide a nice user front-end for searches and index creation\nand a production-ready web crawler with a scheduler to keep a search index fresh.\n\nYaCy search portals can also be placed in an intranet environment, making\nit a replacement for commercial enterprise search solutions. A network\nscanner makes it easy to discover all available HTTP, FTP and SMB servers.\n\nRunning a personal Search Engine is a great tool for privacy; indeed YaCy\nwas created with the privacy aspect as priority motivation for the project.\n\nYou can also use YaCy with a customized search page in your own web applications.\n\n## Large-Scale Web Search with a Peer-to-Peer Network\n\nEach YaCy peer can be part of a large search network where search indexes can be\nexchanged with other YaCy installation over a built-in peer-to-peer network protocol.\n\nThis is the default operation that enables new users to instantly access\na large-scale search cluster, operated only by YaCy users.\n\nYou can opt-out from the YaCy cluster operation by choosing a different operation\nmode in the web interface. You can also opt-out from the network in individual searches,\nturning the use of YaCy a completely privacy-aware tool - in this operation mode search\nresults are computed from the local index only.\n\n## Installation\n\nWe recommend to compile YaCy yourself and install it from the git sources.\nPre-compiled YaCy packages exist but are not generated on a regular basis.\nAutomaticaly built latest developer release is available at\n[release.yacy.net](https:\u002F\u002Frelease.yacy.net\u002F).\nTo get a ready-to-run production package, run YaCy from Docker.\n\n### Compile and run YaCy from git sources\n\nYou need Java 11 or later to run YaCy and ant to build YaCy.\nThis would install the requirements on debian:\n\n```\nsudo apt-get install openjdk-11-jdk-headless ant\n```\n\nThen clone the repository and build the application:\n\n```\ngit clone --depth 1 https:\u002F\u002Fgithub.com\u002Fyacy\u002Fyacy_search_server.git\ncd yacy_search_server\nant clean all\n```\n\nTo start YaCy, run\n\n```\n.\u002FstartYACY.sh\n```\n\nThe administration interface is then available in your web browser at `http:\u002F\u002Flocalhost:8090`.\nSome of the web pages are protected and need an administration account; these pages are usually\nalso available without a password from the localhost, but remote access needs a log-in.\nThe default admin account name is `admin` and the default password is `yacy`.\nPlease change it after installation using the ``http:\u002F\u002F\u003Cserver-address>:8090\u002FConfigAccounts_p.html`` service.\n\nStop YaCy on the console with\n```\n.\u002FstopYACY.sh\n```\n\n### Build the Windows installer\n\nWindows installers are built with NSIS and require the release payload produced by Ant.\nInstall NSIS (`makensis`) and then run:\n\n```\nant distWinInstaller\n```\n\nThis runs the full build, stages files into `RELEASE\u002FMAIN`, and produces the installer\nin `RELEASE\u002F` as `yacy_v\u003Cversion>_*.exe`.\n\nIf you want it in two steps, you can run:\n\n```\nant copyMain4Dist\nmakensis RELEASE\u002FWINDOWS\u002Fbuild.nsi\n```\n\n### Run YaCy using Docker\n\nThe Official YaCy Image is `yacy\u002Fyacy_search_server:latest`. It is hosted on Dockerhub at [https:\u002F\u002Fhub.docker.com\u002Fr\u002Fyacy\u002Fyacy_search_server](https:\u002F\u002Fhub.docker.com\u002Fr\u002Fyacy\u002Fyacy_search_server)\n\nTo install YaCy in intel-based environments, run:\n\n```\ndocker run -d --name yacy_search_server -p 8090:8090 -p 8443:8443 -v yacy_search_server_data:\u002Fopt\u002Fyacy_search_server\u002FDATA --restart unless-stopped --log-opt max-size=200m --log-opt max-file=2 yacy\u002Fyacy_search_server:latest\n```\nthen open http:\u002F\u002Flocalhost:8090 in your web-browser.\n\nFor building Docker image from latest sources, see [docker\u002FReadme.md](docker\u002FReadme.md).\n\n\n## Help develop YaCy\n\n- clone https:\u002F\u002Fgithub.com\u002Fyacy\u002Fyacy_search_server.git using build-in Eclipse features (File -> Import -> Git) \n- or download source from this site (download button \"Code\" -> download as Zip -> and unpack)\n- Open Help -> Install New Software -> add.. -> add archived IvyDE Updatesite \"https:\u002F\u002Farchive.apache.org\u002Fdist\u002Fant\u002Fivyde\u002Fupdatesite\u002F\" -> Install \"Apache IvyDE\"\n- right-click on the YaCy project in the package explorer -> Ivy -> resolve\n\nThis will build YaCy in Eclipse. To run YaCy:\n- Package Explorer -> YaCy: navigate to source -> net.yacy\n- right-click on yacy.java -> Run as -> Java Application\n\nJoin our development community, got to https:\u002F\u002Fcommunity.searchlab.eu\n\nSend pull requests to https:\u002F\u002Fgithub.com\u002Fyacy\u002Fyacy_search_server\n\n## APIs and attaching software\n\nYaCy has many built-in interfaces, and they are all based on HTTP\u002FXML and\nHTTP\u002FJSON. You can discover these interfaces if you notice the orange \"API\" icon in\nthe upper right corner of some web pages in the YaCy web interface. Click it, and\nyou will see the XML\u002FJSON version of the respective webpage.\nYou can also use the shell script provided in the \u002Fbin subdirectory.\nThe shell scripts also call the YaCy web interface. By cloning some of those\nscripts you can easily create more shell API access methods.\n\n## License\n\nThis project is available as open source under the terms of the GPL 2.0 or later. However, some elements are being licensed under GNU Lesser General Public License. For accurate information, please check individual files. As well as for accurate information regarding copyrights.\nThe (GPLv2+) source code used to build YaCy is distributed with the package (in \u002Fsource and \u002Fhtroot).\n\n## Contact\n\n[Visit the international YaCy forum](https:\u002F\u002Fcommunity.searchlab.eu)\nwhere you can start a discussion there in your own language.\n\nQuestions and requests for paid customization and integration into enterprise solutions.\ncan be sent to the maintainer, Michael Christen per e-mail (at mc@yacy.net)\nwith a meaningful subject including the word 'YaCy' to prevent it getting stuck in the spam filter.\n\n- Michael Peter Christen\n","YaCy 是一个分布式点对点的网络搜索引擎和内网搜索设备。它使用 Java 语言开发，具备完整的搜索索引服务器、用户友好的前端界面以及生产级的网页爬虫。YaCy 的核心功能包括支持大规模的 P2P 网络搜索，能够与其它 YaCy 节点交换索引数据，同时也允许用户选择退出网络以实现完全隐私保护的本地搜索。此外，YaCy 还提供了网络扫描工具，方便发现局域网内的 HTTP、FTP 和 SMB 服务器。该项目特别适合需要高隐私保护的企业内部搜索或个人网站搜索场景。",2,"2026-06-11 03:30:32","top_topic"]