Files
2025-10-23 21:48:49 +02:00

1.3 KiB
Raw Permalink Blame History

Set Up llamactl on Windows

Prerequisites

Package Manager

All installation scripts rely on Chocolatey as the package manager. Youll 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 -v

Dependencies

While it may not be required for every Windows setup (depending on user permissions), its 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 npm and corepack)
  • 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.ps1

Using llamactl

Once 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!