Welcome to CommanderChris! This guide will walk you through the steps to build and run the application. 🛠️
CommanderChris is a cutting-edge CLI tool for Linux and MacOS, utilizing GPT-4 for intelligent, personalized command suggestions. Tailored to your system's specifics, it simplifies command-line operations, making it an invaluable tool for both beginners and experts. 🌐🤖
- Intuitive Interface: Ask any system-related question and receive an easy-to-understand answer. 🗣️👂
- Personalized Suggestions: Chris has a deep understanding of your system. 💻🔧
- Adaptive Learning: Improves over time based on your usage patterns. 📈🧠
- Cross-Platform Support: Works seamlessly on Linux and MacOS. 🍏🐧
- Privacy-Focused: Your data stays on your machine, ensuring security and privacy. 🔒🛡️
Before you begin, ensure the following prerequisites are installed on your system:
- Open Terminal and run:
brew install make cmake boost
- For CMake, download and install from CMake's official website. Add it to the system PATH.
- For Make and Boost:
- Install Chocolatey from Chocolatey's website.
- Open Command Prompt and run:
choco install make - Download Boost from Boost's official website, and extract the files to your desired directory.
- Open Terminal and run:
sudo add-apt-repository ppa:mhier/libboost-latest sudo apt update sudo apt-get install make cmake boost1.83
-
Clone this repository to your local machine:
git clone https://github.com/markorenic/CommanderChris.git
-
Navigate to the project's root directory:
cd CommanderChris
-
Create a build directory and move into it:
mkdir build cd build -
Configure the project using CMake:
cmake ..
-
Build the project with multiple CPU cores (adjust the number as needed):
make -j4
-
Run CommanderChris:
./chris
Interested in contributing to CommanderChris? Open an issue or submit a pull request on GitHub.
[TBD]
Join the CommanderChris community today and elevate your command-line experience! 💫🚀
