https://github.com/aprilnea/chatgpui
A blazingly fast, GPU-accelerated native LLM chat client built with GPUI — the same rendering engine that powers @zed-industries.
https://github.com/aprilnea/chatgpui
ai chat gpui
Last synced: 4 months ago
JSON representation
A blazingly fast, GPU-accelerated native LLM chat client built with GPUI — the same rendering engine that powers @zed-industries.
- Host: GitHub
- URL: https://github.com/aprilnea/chatgpui
- Owner: AprilNEA
- License: other
- Created: 2026-01-18T10:11:45.000Z (5 months ago)
- Default Branch: canary
- Last Pushed: 2026-01-19T00:38:25.000Z (5 months ago)
- Last Synced: 2026-01-19T01:19:40.381Z (5 months ago)
- Topics: ai, chat, gpui
- Language: Rust
- Homepage:
- Size: 785 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# ChatGPUI
A blazingly fast, GPU-accelerated native LLM chat client built with [GPUI](https://github.com/zed-industries/zed/tree/main/crates/gpui) — the same rendering engine that powers [Zed](https://zed.dev).
[](LICENSE)
[](https://www.rust-lang.org/)
[](https://github.com/zed-industries/zed)
[](https://github.com/aprilnea/chatgpui)
[Features](#features) • [Installation](#installation) • [Configuration](#configuration) • [Development](#development) • [License](#license)
---
## Features
- **GPU-Accelerated Rendering** - Leverages Metal/Vulkan for buttery-smooth 120fps UI with minimal CPU usage
- **Streaming Responses** - Real-time streaming output from LLM providers
- **Multi-Provider Support** - Connect to various LLM providers:
- Anthropic (Claude)
- OpenAI (GPT-4, GPT-4o)
- Azure OpenAI
- DeepSeek
- Google AI (Gemini)
- Groq
- Mistral
- Ollama (Local)
- OpenRouter
- **Modern UI** - Clean, macOS-native interface with smooth animations
- **Collapsible Sidebar** - Chat history sidebar with animated toggle
- **Persistent Settings** - Configuration saved locally
- **i18n Support** - Internationalization ready
### Tech Stack
- **[GPUI](https://github.com/zed-industries/zed)** - GPU-accelerated UI framework
- **[gpui-component](https://github.com/longbridge/gpui-component)** - UI component library
- **[Tokio](https://tokio.rs/)** - Async runtime
- **[reqwest](https://docs.rs/reqwest)** - HTTP client
- **[serde](https://serde.rs/)** - Serialization
## License
This project is dual-licensed:
- **Open Source**: [AGPL-3.0](LICENSE) - Free for open-source projects
- **Commercial**: [Commercial License](LICENSES/LicenseRef-Commercial.txt) - For proprietary use
For commercial licensing inquiries, please contact [license@aprilnea.com](mailto:license@aprilnea.com).
---
Made with ❤️ by [AprilNEA](https://github.com/anthropics)