Clelia (Astra) Bertelli 3ffc39f0a6 Merge pull request #2 from run-llama/docs/readme-reduction
docs: reduce readme and point to official documentation
2025-10-23 21:49:58 +02:00
2025-10-18 16:53:18 +02:00
2025-10-18 16:53:18 +02:00

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!

S
Description
Setup guide for llamactl on Windows
Readme 42 KiB
Languages
PowerShell 100%