Installation
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.
MacOS and Linux users#
Open your terminal and execute the following command to download and run the installation script:
curl -sSL https://docs.hal.guru/halguru-install.sh | bash
More details: macOS and Linux installation tutorial.
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/halguru-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.
Experienced users#
For a deeper understanding of the installation process, refer to the advanced users guide.