Apps which allows to chat with AI (local ollama, network service)
KAIChat supports the following features:
- Export chat as Json/Text/Markdown
- Increase/Decrease global font by using CTRL++/CTRL+- shortcut
You can get kaichat from:
- https://github.com/KDE/kaichat[https://github.com/KDE/kaichat]
- git clone [email protected]
- git clone https://invent.kde.org/utilities/kaichat.git
Extra plugins tools can be found in kaichat-addons repository
- [git clone https//invent.kde.org/utilities/kaichat-addons.git] (https//invent.kde.org/utilities/kaichat-addons.git)
cmake, cmake-extra-tools,
kwidgetaddons, ki18n, kcrash, kcoreaddons,
iconthemes, xmlgui, ktextaddons
mkdir build
cd build
cmake ..
make
make installor using CMakePresets support (need cmake > 3.20)
cmake --preset dev && cmake --build --preset dev
or (using mold linker)
cmake --preset dev-mokd && cmake --build --preset dev-moldWe can use sanitizers.supp file example: LSAN_OPTIONS=suppressions=../sanitizers.supp ./bin/kaichat
KAIChat can build with cmake unity support
cmake --preset unity && cmake --build --preset unityContributions are welcome. We use https://invent.kde.org/
The KDE Community Code of Conduct is applied.
This project is licensed under the GPL-2.0-or-later.
More information can be found in the LICENSES folder.
- Laurent Montel [email protected]
