All installation scripts rely on Chocolatey as the package manager. You’ll need to install it first using a shell with administrator privileges.
To install Chocolatey, run the following commands from this folder:
.\scripts\powershell\install_choco.ps1
# Test the installation (you may need to open a new shell)
choco -vWhile it may not be required for every Windows setup (depending on user permissions), it’s recommended to run installation scripts from an administrator shell.
To install and run llamactl successfully, make sure you have the following programs installed:
- Python (with
pip) uv- Node.js (with
npmandcorepack) - Git
You can either use the scripts in scripts/installation/ to install specific dependencies or run the main setup script to install everything at once (note: this may take some time):
.\setup.ps1Once you have all the dependencies installed, the usage flow for llamactl is the same across operating systems: refer to our documentation to get started with your first LlamaAgent!