https://github.com/himeyama/yukari
生成 AI クライアントのデスクトップアプリ / Yukari is a desktop application for generative AI clients.
https://github.com/himeyama/yukari
ai chatgpt csharp dotnet fluentui microsoft-ui-xaml openai-api windows-app-sdk windowsappsdk winui3
Last synced: about 2 months ago
JSON representation
生成 AI クライアントのデスクトップアプリ / Yukari is a desktop application for generative AI clients.
- Host: GitHub
- URL: https://github.com/himeyama/yukari
- Owner: Himeyama
- License: mit
- Created: 2024-11-03T10:29:22.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-03-29T09:53:20.000Z (about 2 months ago)
- Last Synced: 2025-03-29T10:30:33.701Z (about 2 months ago)
- Topics: ai, chatgpt, csharp, dotnet, fluentui, microsoft-ui-xaml, openai-api, windows-app-sdk, windowsappsdk, winui3
- Language: C#
- Homepage:
- Size: 5.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.en.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Yukari
[日本語](README.md) | EnglishYukari is a desktop application for generative AI clients.
It is a WinUI 3 application compatible with Windows 10 / 11.
## Download
- [Yukari](https://github.com/Himeyama/yukari/releases) (*required)
- [WebView2](https://developer.microsoft.com/en-us/microsoft-edge/webview2#download) (If the WebView2 runtime is not installed, install the x64 Evergreen Standalone Installer)
- [Visual C++ Redistributable](https://www.microsoft.com/en-us/download/details.aspx?id=48145) (if you get an error stating that vcruntime140.dll is missing)Yukari is a combination of the following two projects:
- yukari
- [yukari-ui](https://github.com/himeyama/yukari-ui)## yukari
- Desktop application using WinUI 3
- The main application that users interact with## [yukari-ui](https://github.com/himeyama/yukari-ui)
- A React application that consists of the UI components of the desktop application
- Provides the user interface and is integrated into Yukari