An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# Yukari
[日本語](README.md) | English

Yukari is a desktop application for generative AI clients.
It is a WinUI 3 application compatible with Windows 10 / 11.

![](docs/Demo.gif)

## 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