Discover our
resources
The software is designed to operate without an Internet connection (except for license activation and updates).
It does, however, require a wifi connection (recommended) or Bluetooth to communicate with the robot.
If you haven't purchased a license yet, you can take advantage of a 60-day trial version!
Windows installation
Please note: the video was made on our old website, but the principle remains the same.
- Download the software
- Launch the installation program
- Follow the instructions, then launch the software!
This screen appears once the software has been downloaded:
.png)
System requirements:
- Windows 8.1 minimum
- 4 GB RAM
- 2 GB hard disk space
- OpenGL version ≥ 2.1
- Internet access (during installation only for license retrieval)
* Windows 7 is not supported by Python 3.9, so our software cannot be installed on it. Please contact us for installation assistance.
Mac installation
Go to the download and follow the instructions.
System requirements:
- Mac OS
- 4 GB RAM
- 2 GB hard disk space
- OpenGL version ≥ 2.1
- Internet access (during installation only for license retrieval)
In case of difficulty, please refer to the FAQ page.
Linux installation
- AlphAI is compiled to work with python 3.9 (ideally python 3.9.13). If you have a python 3.9 environment, you can use this one. If not, you can download python 3.9.13 from
https://www.python.org/downloads/release/python-3913/.
In the following instructions, the python3 command refers to this python 3.9 environment. - Download a version of AlphAI software: Download the installation script.
- Unzip the downloaded folder to the location where you want to install AlphAI.
- Open a terminal and navigate to the newly created folder, for example using the command: cd AlphAI-1.8.10.11.
- In the terminal, run the command: python3 -m pip install -r requirements-mac.txt. This should install all the python libraries needed to run the software.
- Finally, to launch the software, enter the command: sudo python3 Start_Alphai.pyc, then enter your user password. Please note that python3 must be replaced by an explicit path to the python interpreter, e.g. ./python3 or ~/Documents/AlphAI/alphaienv/bin/python3, otherwise the default interpreter will be launched.
System requirements:
- Ubuntu 18
- 4 GB RAM
- 2 GB hard disk space
- OpenGL version ≥ 2.1
- Internet access (during installation only for license retrieval)
In case of difficulty, please refer to the FAQ page.