This repo has left the building
A C++ chat UI that got folded back into its parent project, leaving only a forwarding address.

What it does
This was the standalone Qt-based chat interface for GPT4All-J, a locally runnable large language model. It let you have a conversation with an AI on your own hardware without calling OpenAI. The code has since been merged into the main gpt4all repository under the gpt4all-chat subdirectory.
The interesting bit
The README is admirably direct: no ghost town, no broken links, just a clear signpost to where the action moved. It’s the digital equivalent of leaving a forwarding address when you move apartments.
Key highlights
- C++ Qt application for local LLM inference
- 1,262 stars at time of archival
- Development continues in the monorepo at
nomic-ai/gpt4all - Read-only archive; issues and PRs won’t be accepted here
Verdict
If you’re looking for the chat UI, head to the main repo. If you’re studying repository migration patterns, this is a clean example of how to sunset a project without orphaning your users.