MacOS and Linux
halguru can be easily installed on macOS and Linux systems using a simple shell script.
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#
- macOS or Linux operating system
curl
command-line toolunzip
utilitysudo
privileges- Internet connection
Windows users should use Windows tutorial
Installation Steps#
Open your terminal window and execute the following command to download and run the installation script:
sudo curl -sSL https://docs.hal.guru/installation/install.sh | bash
The script will automatically:
- Download the latest version of HAL.guru
- Install it in your home directory under
.halguru
- Create a symbolic link in
/usr/local/bin
- Set appropriate permissions
- Run initial setup
halguru install
After successful installation, you can start using halguru immediately by typing halguru
in your terminal
Notes#
- The installer automatically detects your:
- Operating system (macOS or Linux)
- System architecture (x64 or arm64)
- The installation requires sudo privileges to create the symbolic link
- Primary installation location is in the
.halguru
directory in your home folder - Complete install.sh bash script file.
If any errors occur during installation, the script will display appropriate error messages and exit.
See the Experienced Users Guide for more details.