Skip to content

Setup guide for llamactl on Windows

run-llama/llamactl-windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Set Up llamactl on Windows

Prerequisites

Package Manager

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 -v

Dependencies

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

About

Setup guide for llamactl on Windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published