-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
alexandre MONNIN edited this page Feb 18, 2026
·
1 revision
This page describes the different methods to install and run ALIG on your system.
For Windows users, ALIG is distributed as a standalone executable. This version does not require a Python installation on your machine, as all necessary dependencies are bundled within the package.
- Navigate to the Releases section of the GitHub repository.
- Download the latest version:
ALIG_vX.XXXX.exe. - Move the executable to a dedicated folder (e.g.,
C:\CNC_Tools\ALIG). - Run the
.exefile. On the first launch, the application will automatically create an/assetsfolder in the same directory to store your configurations and thumbnails.
If you are running Linux or macOS, or if you prefer to run the software directly via Python, you must build the environment manually.
- Python 3.10 or higher.
- pip (Python package installer).
-
Clone the repository:
git clone [https://github.com/MoMo830/AliG.git](https://github.com/MoMo830/AliG.git) cd AliG -
Create a virtual environment (Recommended): python -m venv venv source venv/bin/activate
-
Install dependencies: pip install -r requirements.txt
-
Run the application: python main.py
Post-Installation Notes: Permissions: Ensure the application has write permissions in its folder to save alig_config.json