Source

You can also download the source from git and free to compile the project in your own machines.

# install dependencies 
apt-get install default-jre
apt-get install ant

# clone from git
cd /opt
sudo git clone https://github.com/s4n7h0/Halcyon-IDE.git

# compile the source 
cd Halcyon-IDE/
ant -f build.xml package-for-store
java -cp /opt/Halcyon-IDE/src/lib/autocomplete.jar:/opt/Halcyon-IDE/src/lib/rsyntaxtextarea.jar:/opt/Halcyon-IDE/dist/Halcyon_IDE_vx.x.x.jar halcyon.ide.HalcyonIDE