{"id":15206985,"url":"https://github.com/fazers/llm-chat","last_synced_at":"2026-03-11T14:36:50.139Z","repository":{"id":251105682,"uuid":"836407310","full_name":"FaZeRs/llm-chat","owner":"FaZeRs","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-29T15:00:25.000Z","size":2245,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T04:15:37.266Z","etag":null,"topics":["chatgpt","cpp","llm","qml","qt"],"latest_commit_sha":null,"homepage":"https://fazers.github.io/llm-chat/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FaZeRs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-31T19:30:13.000Z","updated_at":"2024-12-29T15:00:28.000Z","dependencies_parsed_at":"2024-10-24T17:42:02.932Z","dependency_job_id":"0f0d0391-62c2-48e0-b184-7a38239b2320","html_url":"https://github.com/FaZeRs/llm-chat","commit_stats":{"total_commits":184,"total_committers":1,"mean_commits":184.0,"dds":0.0,"last_synced_commit":"60479c8a93e434a0474c023babaf4bff9c212a3e"},"previous_names":["fazers/llm-chat"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FaZeRs%2Fllm-chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FaZeRs%2Fllm-chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FaZeRs%2Fllm-chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FaZeRs%2Fllm-chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FaZeRs","download_url":"https://codeload.github.com/FaZeRs/llm-chat/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242144583,"owners_count":20078970,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chatgpt","cpp","llm","qml","qt"],"created_at":"2024-09-28T06:05:12.055Z","updated_at":"2025-12-04T15:05:20.437Z","avatar_url":"https://github.com/FaZeRs.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LLM Chat\n\nA modern desktop chat application built with Qt 6 for interacting with Large Language Models through Ollama.\n\n![Screenshot](docs/screenshot.png)\n\n## Features\n\n- 🎨 Modern Material Design UI\n- 💬 Chat interface with message history\n- 🔄 Real-time streaming responses\n- 🌙 Dark mode\n- ⚡ High-performance C++ backend\n- ⚙️ Customizable settings\n- 🔍 Full-text search capabilities\n- 🖥️ Cross-platform support (Windows, Linux)\n\n## Prerequisites\n\n- Qt 6.8.0 or higher\n- CMake 3.27 or higher\n- C++17 compatible compiler\n- Ollama server running locally\n\n## Build Instructions\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/FaZeRs/llm-chat.git\n```\n\n2. Build the project:\n\n```bash\ncmake -E make_directory build \u0026\u0026 cd build\ncmake ..\nmake\n```\n\n3. Run the tests:\n\n```bash\nctest --output-on-failure\n```\n\n4. Install the application:\n\n```bash\ncmake --install .\n```\n\n## Development Setup\n\nThe project includes a complete development environment using Dev Containers. To use it:\n\n1. Install Docker and VS Code with the Dev Containers extension\n2. Open the project in VS Code\n3. Click \"Reopen in Container\" when prompted\n\nThe container includes all necessary development tools:\n- GCC 14 / Clang 18\n- CMake\n- Qt 6.8.0\n- Code analysis tools (clang-tidy, cppcheck)\n- Formatting tools (clang-format, cmake-format)\n\n## Project Structure\n\n- `src/` - Source code\n  - `core/` - Core application functionality\n  - `chat/` - Chat backend and models\n  - `quick/` - Qt Quick UI components\n  - `qml/` - QML UI files\n- `tests/` - Unit tests\n- `cmake/` - CMake modules and configuration\n- `.github/` - CI/CD workflows\n\n## Contributing\n\n1. Fork the repository\n2. Create a feature branch\n3. Commit your changes\n4. Push to the branch\n5. Create a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Acknowledgments\n\n- Qt Framework\n- Ollama\n- Catch2 Testing Framework\n- CPM.cmake\n- Material Design\n- Font Awesome Icons\n\n## Contact\n\nNauris Linde - [@FaZeRs](https://github.com/FaZeRs)\n\nProject Link: https://github.com/FaZeRs/llm-chat\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffazers%2Fllm-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffazers%2Fllm-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffazers%2Fllm-chat/lists"}