Docs website: English | 简体中文 🌐
KitX Project
is going to build a world that everything is connected.
KitX is an open, shared, connected and free tools platform.
After plugins developed by developers with their prefered languages and frameworks uploading to plugins market, users can download and combine plugins they like.
Every plugin contains atomized and platform independent functions, which will be connected with other functions by KitX.
For example:
- KitX is running on user's all devices
- User pressed
Ctrl + Alt + A
which has been assigned to 'Cast remote screenshot' function from plugin 'Screenshot' - This function asked KitX for a remote device and suspended to wait KitX's response
- User selected device 'DESKTOP-Bedroom' and KitX returned user's selection to function above
- Function then asked KitX to call 'Cast screenshot' function from plugin 'Screenshot' on device 'DESKTOP-Bedroom'
- Remote returned a screenshot and displayed on user's current device by local plugin
KitX uses a three-layer design
Plugin <-> Loader \
\
Plugin <-> Loader <-> Dashboard <-> User
/
Plugin <-> Loader /
The third party is responsible for referring to the documentation to implement the interface that the Plugin should implement.
How to implement the different frameworks of each language and the Loaders chosen to implement are different.
Each language or framework will have a corresponding Loader to achieve interoperability with Plugin, and Loader communicates with Dashboard through Socket, reporting the situation and passing commands.
Each of these three-layer designs can be replaced, and any layer can be customized or a third-party solution can be used.
In this way, plug-ins on other devices in the LAN can also be connected to the current device, so LAN interconnection can be achieved.
We strongly suggest you to configure your ssh environment, in order to use git link format like “git@github.com:Crequency/KitX.git” instead of "https://github.com/Crequency/KitX.git"
- Get source code
git clone git@github.com:Crequency/KitX.git
cd KitX
- Init submodules
git submodule update --init --recursive
- Setup
cheese setup --reference
Deprecated Versions
Version | Info | Code | Support | Term | Require | Runs on |
---|---|---|---|---|---|---|
Beta_10016 | Beta | This version has no code | ❌ | This version has no term | .Net Framework 4.8 | |
Beta_10213 | Beta | This version has no code | ❌ | This version has no term | .Net Framework 4.8 | |
Beta_10235 | Beta | This version has no code | ❌ | This version has no term | .Net Framework 4.8 | |
v1.0.0 | Release | This version has no code | ❌ | This version has no term | .Net Framework 4.8 | |
v1.0.4 | Release | This version has no code | ❌ | This version has no term | .Net Framework 4.8 | |
v1.0.5 | Release | This version has no code | ❌ | This version has no term | .Net Framework 4.8 | |
v1.1.0 | Release | This version has no code | ❌ | This version has no term | .Net Framework 4.8 | |
v1.1.1 | Release | This version has no code | ❌ | This version has no term | .Net Framework 4.8 | |
v1.1.2 | Release | This version has no code | ❌ | This version has no term | .Net Framework 4.8 | |
v1.1.4 | Release | This version has no code | ❌ | This version has no term | .Net Framework 4.8 | |
v1.1.5 | Release | This version has no code | ❌ | This version has no term | .Net Framework 4.8 | |
v1.2.0 | Release | This version has no code | ❌ | This version has no term | .Net Framework 4.8 | |
v1.2.1 | Release | This version has no code | ❌ | This version has no term | .Net Framework 4.8 | |
v1.2.2 | Release | This version has no code | ❌ | This version has no term | .Net Framework 4.8 | |
v1.2.4 | Preview | This version has no code | ❌ | This version has no term | .Net Framework 4.8 | |
v1.2.4 | Release | This version has no code | ❌ | This version has no term | .Net Framework 4.8 | |
v1.2.5 | Release | This version has no code | ❌ | This version has no term | .Net Framework 4.8 | |
v1.2.6 | Release | This version has no code | ❌ | This version has no term | .Net Framework 4.8 | |
v1.2.7 | Release | This version has no code | ❌ | This version has no term | .Net Framework 4.8 | |
v2.0.0 | Release | This version has no code | ❌ | This version has no term | .Net Framework 4.8 | |
v2.0.1 | Release | This version has no code | ❌ | This version has no term | .Net Framework 4.8 | |
v2.0.2 | Release | This version has no code | ❌ | This version has no term | .Net Framework 4.8 | |
v2.0.3 | Release | This version has no code | ❌ | This version has no term | .Net Framework 4.8 | |
v2.0.4 | Release | This version has no code | ❌ | This version has no term | .Net Framework 4.8 | |
v2.0.5 | Preview | This version has no code | ❌ | This version has no term | .Net Framework 4.8 |
Version | Info | Code | Support | Term | Require | Runs on |
---|---|---|---|---|---|---|
v3.0.6187.47831 | Preview | Fly | ❌ | 2022.04 -> 2023.04 | Desktop : .Net 6 (Also Self-Contained) Mobile : Native |
|
v3.22.04.6230 | Preview | Telegram | ❌ | 2022.04 -> 2023.04 | Desktop : .Net 6 (Also Self-Contained) Mobile : Native |
|
v3.22.04.6235 | Release | Break | ❌ | 2022.04 -> 2023.04 | Desktop : .Net 6 (Also Self-Contained) Mobile : Native |
|
v3.22.04.6287 | Release | Evolution | ❌ | 2022.04 -> 2023.04 | Desktop : .Net 6 (Also Self-Contained) Mobile : Native |
|
v3.23.04.6488 | Release | ToYou | ✅ | 2023.04 -> 2024.04 | Desktop : .Net 6 (Also Self-Contained) Mobile : Native |
|
v3.24.10.x | Release | - | developing | 2024.10 -> 2025.04 | Desktop : .Net 8 (Also Self-Contained) Mobile : Native |
See details in ChangeLog
Thanks to the great tools from JetBrains, we can turn our ideas into reality.