A ChatGPT C# client for graphical user interface runs on MacOS, Windows, Linux, Android, iOS and Browser. Powered by Avalonia UI framework.
To make the app work, you need to set the OpenAI API key as the OPENAI_API_KEY
environment variable or set API key directly in app settings.
You can try client using browser version here.
- Ctrl+Shift+A - Toggle between transparent and acrylic blur window style.
- Ctrl+Shift+S - Toggle between visible and hidden window state.
- Enter - Send prompt.
- Escape - Cancel edit.
- F2 - Edit prompt.
- Shift+Enter, Alt+Enter - Insert new line.
- Install .NET 7.0
- Run
dotnet workload install ios android wasm-tools
command dotnet publish -c Release
command inside project directory (mobile/desktop) ordotnet run
for desktop to just run
- Avalonia
- Markdown.Avalonia
- Avalonia.HtmlRenderer
- CommunityToolkit.Mvvm
- Microsoft.Extensions.DependencyInjection
- ChatGPT - An OpenAI api library for .NET.
- ChatGPT.Core - An OpenAI client core library for .NET.
- ChatGPT.UI - An OpenAI client user interface library for .NET.
ChatGPT is licensed under the MIT license.