Download the latest version for Windows

Download Orange 3.36.1

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.zip

No installation needed. Just extract the archive and open the shortcut in the extracted folder.

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

conda config --add channels conda-forge

and run

conda install pyqt
conda install orange3

Pip

Orange can also be installed from the Python Package Index:

pip install PyQt5 PyQtWebEngine
pip install orange3

Installing add-ons

Additional features can be added to Orange by installing add-ons. You can find add-on manager in Options menu.

Download archive

Download older versions from our archive.

Download the latest version for Mac

Not sure which installer to select? Click the Apple logo in the top-left corner of your screen, select About This Mac, and check the Chip or Processor field. If you see Apple, select the Orange for Apple Silicon installer. If you see Intel, select the Orange for Intel.

Orange for Apple silicon

Orange3-3.36.1-Python3.9.12-arm64.dmg

Orange for Intel

Orange3-3.36.1-Python3.9.12.dmg

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

conda config --add channels conda-forge

and run

conda install pyqt
conda install orange3

Pip

Orange can also be installed from the Python Package Index:

pip install PyQt5 PyQtWebEngine
pip install orange3

Installing add-ons

Additional features can be added to Orange by installing add-ons. You can find add-on manager in Options menu.

Download archive

Download older versions from our archive.

Linux / Source

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 pyqt
conda install orange3

Pip

Orange can also be installed from the Python Package Index. You may need additional system packages provided by your distribution.

pip install PyQt5 PyQtWebEngine
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

Installing add-ons

Additional features can be added to Orange by installing add-ons. You can find add-on manager in Options menu.