Skip to content

Q1CHENL/chAIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chAIt

A vibe coded simple ai chat wrapper using qt6 (primarily built for personal use)

chait

Run Development

  1. Install dependencies:

    pip install -r requirements.txt
  2. Run the application:

    make run # or: python -m chait

Installation (System-Wide Linux using Make)

  1. Prerequisites: Ensure make, python3, pip, and sudo privileges are available. Also ensure chait/assets/icon.png and chait/styles/style.css exist. The installation uses standard Fedora paths and commands. Cache updates require desktop-file-utils and gtk3 (or gtk4), which are typically pre-installed on Fedora Workstation.

  2. Install: Navigate to the chAIt directory in your terminal and run:

    make install
  3. Run: You should now find "chAIt" in your application menu, or you can run chait from the terminal.

Uninstallation

1 Navigate to the chAIt directory in your terminal and run:

make uninstall

Cleaning Build Files

To remove temporary build files created during installation:

make clean