Download

Windows
Standalone installer (default)
Orange3-$3.36.1-Miniconda-x86_64.exe (64 bit)Can be used without administrative priviledges.
Portable Orange
Orange3-3.36.1.zipNo installation needed. Just extract the archive and open the shortcut in the extracted folder.
Other platforms
Anaconda
If you are using python provided by Anaconda distribution, you are almost ready to go. Add conda-forge to the list of channels you can install packages from (and make it default)
conda config --add channels conda-forge conda config --set channel_priority strict
and run
conda install orange3
A universal bundle with everything packed in and ready to use.
Pip
Orange can also be installed from the Python Package Index. You may need additional system packages provided by your distribution.
pip install orange3
Installing from source
Clone our repository from GitHub or download the source code tarball. Then follow the instructions in README.md
To run Orange Canvas run
python -m Orange.canvas