Windows
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.
System Requirements#
- Windows operating system
- PowerShell
- Internet connection
Linux and MacOS users should use MacOS and Linux tutorial
Installation Steps#
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
The script will automatically:
- Download the latest version of halguru
- Install it in your user profile directory
- Add the installation directory to your PATH
- Display a success message upon completion
After installation, you'll need to open a new terminal window and run the command:
halguru install
to complete the setup and configure Visual Studio Code Editor for your AI Agents.
Notes#
- The installer automatically detects your system architecture (x64 or arm64)
- The installation is performed on a per-user basis, no administrator privileges required
- All files are installed in the
.halguru
directory in your user profile - Complete install.ps1 script file.
If you encounter any problems during installation, the script will display an error message explaining what went wrong.
More details at Experienced users guide