· 2 min read
Install PearAI on Linux: Simple Guide for All Distros
By Maximiliano Farfán
GuidePearAILinux
Download PearAI on Linux
- Download the compressed PearAI installation file: Download PearAI
-
Extract the contents by running the following command:
tar -xvf PearAI.tar.gz
-
Navigate to the extracted folder:
cd PearAI/
-
Run the installation script with superuser permissions:
sudo ./pearai_manager.sh
-
Select your desired option:
1. Install PearAI 2. Uninstall PearAI 3. Exit
-
Add the following alias to your
~/.bashrc
or~/.zshrc
to run PearAI from any directory:
After adding the alias, runalias pearai='PearAI'
source ~/.bashrc
orsource ~/.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!