Currently, Xolo Pipeline officially supports Linux.
curl (for the automated installer)uv (will be installed automatically if using the installer)The repository includes an installer script that handles environment variables, uv installation, and CLI aliasing.
Linux:
git clone [https://github.com/ronnyascencio/ateru](https://github.com/ronnyascencio/ateru.git)
cd ateru
chmod +x scripts/setup_env.sh
./scripts/setup_env.sh
Windows:
git clone [https://github.com/ronnyascencio/ateru](https://github.com/ronnyascencio/ateru.git)
cd ateru
./scripts/set_up_windows.bat

uvIf you prefer to manage environments manually:
uv sync
on linux:
source scripts/setup_env.sh
on windows:
scripts/set_up_windows.bat
This sets
PIPELINE_ROOT,SYSTEM_ROOT, and modifies your shell rc so Xolo tools work as expected.
Restart your terminal so the new environment variables and PATH changes take effect.
ateru --help