Installation
halguru installation is a straightforward process that can be completed in just a few steps.
For developing AI agents, we recommend using the Visual Studio Code editor, which can be downloaded from Microsoft's website. Next, you need to install the halguru application along with its extension for this editor.
Windows users#
Open PowerShell as a regular user. Copy and paste the following command to download and run the installation script:
irm https://docs.hal.guru/installation/install.ps1 | iex
After the installation, open a new terminal window and run the command halguru --install
to complete the setup and configure the Visual Studio Code editor for your AI agents.
More details: Windows installation tutorial.
MacOS and Linux users#
Open your terminal and execute the following command to download and run the installatio script:
sudo curl -sSL https://docs.hal.guru/installation/install.sh | bash
More details: MacOS and Linux installation tutorial.
Experienced users#
For a deeper understanding of the installation process, refer to the advanced users guide.