· 2 min read

Install PearAI on Linux: Simple Guide for All Distros

By Maximiliano Farfán
Install PearAI on Linux: Simple Guide for All Distros
GuidePearAILinux

Download PearAI on Linux

  1. Download the compressed PearAI installation file: Download PearAI
  2. Extract the contents by running the following command:
    tar -xvf PearAI.tar.gz
  3. Navigate to the extracted folder:
    cd PearAI/
  4. Run the installation script with superuser permissions:
    sudo ./pearai_manager.sh
  5. Select your desired option:
    1. Install PearAI
    2. Uninstall PearAI
    3. Exit
  6. Add the following alias to your ~/.bashrc or ~/.zshrc to run PearAI from any directory:
    alias pearai='PearAI'
    After adding the alias, run source ~/.bashrc or source ~/.zshrc to apply the changes.

Notes

Once the installation is complete, PearAI will be ready to use! If you have any questions or run into issues, feel free to join our community and get support through our official Discord server.

This installation method has been tested on multiple Linux distributions, including Arch Linux, Ubuntu 24, and Fedora 40. It was compiled using GCC 14, so most distributions with this or an older version should be able to run PearAI without any issues.

We're thrilled to bring PearAI to the Linux community, stay tuned for more exciting updates and features on the horizon!