Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Latest commit

Β 

History

History
94 lines (69 loc) Β· 2.79 KB

File metadata and controls

94 lines (69 loc) Β· 2.79 KB

CommanderChris - Build and Run Guide πŸš€

Welcome to CommanderChris! This guide will walk you through the steps to build and run the application. πŸ› οΈ

demo

Description πŸ“–

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. πŸŒπŸ€–

Key Features πŸ”‘

  • 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. πŸ”’πŸ›‘οΈ

Prerequisites πŸ“‹

Before you begin, ensure the following prerequisites are installed on your system:

macOS 🍏

  • Open Terminal and run:
    brew install make cmake boost
    

Windows πŸ’»

Linux 🐧

  • Open Terminal and run:
    sudo add-apt-repository ppa:mhier/libboost-latest
    sudo apt update
    sudo apt-get install make cmake boost1.83
    

Getting Started 🌟

  1. Clone this repository to your local machine:

    git clone https://github.com/markorenic/CommanderChris.git
  2. Navigate to the project's root directory:

    cd CommanderChris

Build and Run πŸ—οΈ

  1. Create a build directory and move into it:

    mkdir build
    cd build
  2. Configure the project using CMake:

    cmake ..
  3. Build the project with multiple CPU cores (adjust the number as needed):

    make -j4
  4. Run CommanderChris:

    ./chris

Contributing πŸ’‘

Interested in contributing to CommanderChris? Open an issue or submit a pull request on GitHub.

License πŸ“„

[TBD]

Join the CommanderChris community today and elevate your command-line experience! πŸ’«πŸš€