Download and Installation of YaCy

YaCy is available as packages for Windows, Macintosh and Debian packages. You can also install YaCy on any other operation system using a tarball. YaCy needs Java 8, we recommend to run Openjdk 8.

Download

YaCy is free software - licensed under GPL-2. We provide downloads free of charge, but we ask for a donation:

Private User

Please donate a small one-time fee


   5 €   25 €   50 € 

Commercial Users

..Universities and generous private users:
please subscribe to

Github Sponsors or

You may also download and try out YaCy first and come back later to donate. Please help!

Windows Installer

http://latest.yacy.net/yacy_v1.922_20191014_9966.exe

Mac Application

http://latest.yacy.net/yacy_v1.922_20191013_9964.dmg

Generic Tarball

http://latest.yacy.net/yacy_v1.922_20191013_9964.tar.gz

Get the Source Code

The source code is inside the generic tarball. We recommend that you clone our git repository at https://github.com/yacy/yacy_search_server

Development builds

Automatic builds can be obtained from http://latest.yacy.net/

Installation

This is an easy process and everyone should be able to do this. Windows and Macintosh users should be able to install YaCy in the same way as they install any other application.

On Windows

On Macintosh

On Linux and any other Operation Systems

If you know how to install Java on your computer and how to start a shell script, the process is very simple:

This can be done by running in a terminal:

sudo apt-get update
sudo dpkg --configure -a
sudo apt-get install -y openjdk-8-jdk
wget http://latest.yacy.net/yacy_v1.922_20191013_9964.tar.gz
tar xfz http://latest.yacy.net/yacy_v1.922_20191013_9964.tar.gz
cd yacy
./startYACY.sh

Compile YaCy yourself

You can download and build your own YaCy with these simple steps. You need:

then do:

git clone https://github.com/yacy/yacy_search_server.git
cd yacy_search_server
ant clean all dist

The compiled tarball in then in the RELEASE folder.