A vibe coded simple ai chat wrapper using qt6 (primarily built for personal use)
-
Install dependencies:
pip install -r requirements.txt
-
Run the application:
make run # or: python -m chait
-
Prerequisites: Ensure
make
,python3
,pip
, andsudo
privileges are available. Also ensurechait/assets/icon.png
andchait/styles/style.css
exist. The installation uses standard Fedora paths and commands. Cache updates requiredesktop-file-utils
andgtk3
(orgtk4
), which are typically pre-installed on Fedora Workstation. -
Install: Navigate to the
chAIt
directory in your terminal and run:make install
-
Run: You should now find "chAIt" in your application menu, or you can run
chait
from the terminal.
1 Navigate to the chAIt
directory in your terminal and run:
make uninstall
To remove temporary build files created during installation:
make clean