1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108
|
<!--
SPDX-FileCopyrightText: 2016 Linus Jahn <lnj@kaidan.im>
SPDX-License-Identifier: CC0-1.0
-->
# Kaidan - Modern Chat App for Every Device
[](https://i.kaidan.im/#kaidan@muc.kaidan.im?join)
[](https://api.reuse.software/info/invent.kde.org/network/kaidan)
[](https://liberapay.com/kaidan)
![Kaidan screenshot][kaidan-screenshot]
<!-- markdownlint-disable MD033 -->
<a href="https://repology.org/project/kaidan/versions">
<img src="https://repology.org/badge/vertical-allrepos/kaidan.svg" alt="Packaging status" align="right">
</a>
<!-- markdownlint-enable MD033 -->
## About
[Kaidan][kaidan-website] is a simple, user-friendly and modern chat client. It
uses the open communication protocol [XMPP (Jabber)][xmpp]. The user interface
makes use of [Kirigami][kirigami-website] and [QtQuick][qtquick], while the
back-end of Kaidan is entirely written in C++ using [Qt][qt] and the Qt-based
XMPP library [QXmpp][qxmpp]. The credentials are stored using [QtKeychain][qtkeychain].
Kaidan runs on mobile and desktop systems including Linux, Windows, macOS,
Android, Plasma Mobile and Ubuntu Touch.
Unfortunately, we are not able to provide builds for all platforms at the moment
due to little developer resources.
Kaidan does *not* have all basic features yet and has still some stability
issues. Do not expect it to be as good as the currently dominating instant
messaging clients.
If you are interested in the technical features, you can have a
look at Kaidan's [overview page][overview] including XEPs and RFCs.
## Using and Building Kaidan
Downloadable builds are available on [Kaidan's download page][downloads].
Instructions for using ready-made (nightly / stable) builds and for building
Kaidan yourself can be found in our [Wiki][wiki].
## Required Dependencies
The following dependencies are needed by Kaidan:
* [Qt][qt-build-sources] >= 6.7.0 - Core | Concurrent | Qml | Quick | Svg | Sql | QuickControls2 | Xml | Multimedia | Positioning | Location | Qt6GuiPrivate (since Qt 6.10.0)
* [KDE Frameworks][kf] >= 6.11.0 - [ECM (extra-cmake-modules)][ecm] | [KIconThemes][kiconthemes] (for Windows) [KWindowSystem][kwindowsystem] | [KNotifications][knotifications] (`-DUSE_KNOTIFICATIONS=OFF` to disable) | [KIO][kio] | [Kirigami][kirigami-repo] | [Prison][prison]
* [KDSingleApplication][kdsingleapplication]
* [Kirigami Addons][kirigami-addons] >= 1.8.0
* [KQuickImageEditor][kquickimageeditor] >= 0.5.0
* [ICU (International Components for Unicode)][icu] >= 61
* [QXmpp][qxmpp] (with OMEMO, GStreamer) >= 1.14.0
* [QtKeychain][qtkeychain] >= 0.15
## Optional Dependencies
The following dependencies can improve the user experience:
* [KDE Frameworks][kf] >= 6.11.0 - [KCrash][kcrash]
* [FFmpeg Thumbnailer][ffmpegthumbs]
## Contributing
If you are interested in contributing to Kaidan, please have a look at our
[contribution guidelines][contributing]. If you want to improve Kaidan's
website, feel free to visit its [project site][kaidan-website-repo].
## Security Contact
If you have found a security issue in Kaidan or related projects, you can find
information on how to proceed in our [security.txt][securitytxt] or at the
[KDE Security website][kdesecurity].
[contributing]: CONTRIBUTING.md
[downloads]: https://www.kaidan.im/download/
[ecm]: https://api.kde.org/ecm/manual/ecm.7.html
[ffmpegthumbs]: https://apps.kde.org/de/ffmpegthumbs/
[icu]: https://icu.unicode.org
[kaidan-screenshot]: https://www.kaidan.im/images/screenshots/screenshot-horizontal.png
[kaidan-website]: https://kaidan.im
[kaidan-website-repo]: https://invent.kde.org/websites/kaidan-im
[kcrash]: https://api.kde.org/frameworks/kcrash/html/index.html
[kdesecurity]: https://kde.org/info/security/
[kdsingleapplication]: https://github.com/KDAB/KDSingleApplication
[kf]: https://develop.kde.org/products/frameworks/
[kiconthemes]: https://api.kde.org/kiconthemes-index.html
[kio]: https://api.kde.org/frameworks/kio/html/index.html
[kirigami-addons]: https://invent.kde.org/libraries/kirigami-addons
[kirigami-repo]: https://invent.kde.org/frameworks/kirigami
[kirigami-website]: https://kde.org/products/kirigami/
[knotifications]: https://api.kde.org/frameworks/knotifications/html/index.html
[kquickimageeditor]: https://invent.kde.org/libraries/kquickimageeditor
[kwindowsystem]: https://api.kde.org/frameworks/kwindowsystem/html/index.html
[overview]: https://xmpp.org/software/clients/kaidan/
[prison]: https://api.kde.org/frameworks/prison/html/index.html
[qt]: https://www.qt.io/
[qt-build-sources]: https://doc.qt.io/qt-6/build-sources.html
[qtquick]: https://wiki.qt.io/Qt_Quick
[qxmpp]: https://invent.kde.org/libraries/qxmpp
[qtkeychain]: https://github.com/frankosterfeld/qtkeychain
[securitytxt]: https://www.kaidan.im/.well-known/security.txt
[wiki]: https://invent.kde.org/network/kaidan/-/wikis/home
[xmpp]: https://xmpp.org
|