https://github.com/eryajf/kite-desktop
kite 桌面版
https://github.com/eryajf/kite-desktop
Last synced: about 1 month ago
JSON representation
kite 桌面版
- Host: GitHub
- URL: https://github.com/eryajf/kite-desktop
- Owner: eryajf
- License: apache-2.0
- Created: 2026-04-04T01:43:41.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-04T03:22:57.000Z (2 months ago)
- Last Synced: 2026-04-04T04:04:30.403Z (2 months ago)
- Language: TypeScript
- Size: 2.81 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ops - eryajf/kite-desktop - 3.0|188|2026-04-04|2026-04-26 | 一个基于 Wails v3 打造、面向桌面端的 K8S 多集群管理工具,支持Mac与Windows系统 | (K8S-Cluster-Manage)
README
English | [简体中文](./README_zh.md)

Kite Desktop
[](https://github.com/eryajf)
[](https://github.com/eryajf/kite-desktop)
[](https://github.com/eryajf/kite-desktop)
[](https://github.com/eryajf/kite-desktop)
[](https://github.com/eryajf/kite-desktop/stargazers)
[](https://github.com/eryajf/kite-desktop)
[](https://github.com/eryajf/kite-desktop/blob/main/LICENSE)
[](https://github.com/eryajf/kite-desktop/commits/main)
🪁 A Wails v3-based desktop tool for multi-cluster K8S management 🪁
## Acknowledgement
This project is based on the original open source project [Kite](https://github.com/kite-org/kite).
First, thanks to the original Kite authors and all contributors. The upstream project already provided a very solid foundation, including Kubernetes resource management, cluster management workflows, backend capabilities, and the overall product direction. The desktop transformation in this repository is built directly on top of those results.
## Why This Repository Exists
`Kite Desktop` is not a simple mirror of the original repository, nor is it just a thin shell around it.
This project is the result of a substantial desktop-oriented rework based on the original Kite. The goal is to gradually reshape what was originally more Web / Server oriented into a truly installable, distributable, locally usable desktop Kubernetes management tool. At the same time, the project will explore deeper integration with AI capabilities.
For users in mainland China, the mirror repository is recommended:
## Tech Stack
The current desktop edition is built on the following core stack:
- `Go` for backend logic and Kubernetes integration
- `React` for the application UI
- `Wails v3` for desktop runtime, native windowing, system integration, and desktop packaging
Among them, `Wails v3` is the key infrastructure behind this transformation. Many future desktop capabilities will be built on top of it, such as:
- native window behavior adaptations
- local file access
- system file pickers
- external link handling with the system browser
- desktop package building and release workflows
## Project Direction
From now on, this repository will gradually separate from the original Kite repository and continue evolving independently around desktop use cases.
That means:
- desktop-native capabilities will continue to be enhanced
- interaction flows and feature boundaries will be adjusted for desktop usage scenarios
- parts that are no longer suitable for desktop will be trimmed, refactored, or replaced
- new capabilities with stronger desktop value will be introduced
- a dedicated release, installation, and upgrade system for the desktop app will be built
## Development
Install dependencies:
```bash
make deps
```
Run the desktop app in development mode:
```bash
make dev
```
Build the desktop app:
```bash
make build
```
## Release Targets
The project will primarily be delivered as desktop installation packages, with gradual support for the following platforms:
- macOS Intel
- macOS Apple Silicon
- Windows x64
- Windows ARM64
## ☕ Sponsorship & Support
If you find this software useful and want to support its continued development, you can sponsor it here:
| Ko-fi *outside mainland China* | | WeChat donation *mainland China* |
|--------------------------------------------------------------------------------------------------------------|-----|--------------------------------------------------|
| [
](https://ko-fi.com/eryajf) | or |
|
## Analytics Privacy
If you need the privacy notice for desktop analytics, see:
- [Desktop Analytics Privacy Notice](./docs/desktop-analytics-privacy-notice.md)
## License
This repository is licensed under `AGPL-3.0-only`. See [LICENSE](./LICENSE) for details.
> Note: this repository is a deeply modified derivative of the upstream `Kite` project. It may still contain code inherited from upstream under `Apache-2.0`, along with the corresponding attribution obligations. See [NOTICE](./NOTICE) and [licenses/Apache-2.0.txt](./licenses/Apache-2.0.txt).
