{"id":25569641,"url":"https://github.com/clarkmcc/chitchat","last_synced_at":"2025-09-05T21:47:38.992Z","repository":{"id":182888486,"uuid":"669264502","full_name":"clarkmcc/chitchat","owner":"clarkmcc","description":"A simple LLM chat front-end that makes it easy to find, download, and mess around with models on your local machine.","archived":false,"fork":false,"pushed_at":"2023-08-27T15:48:18.000Z","size":348,"stargazers_count":65,"open_issues_count":4,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-24T16:51:43.445Z","etag":null,"topics":["gpu","llama","llm","rust","tauri"],"latest_commit_sha":null,"homepage":"https://www.clarkmccauley.com/projects/chitchat","language":"JavaScript","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/clarkmcc.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":"2023-07-21T18:55:41.000Z","updated_at":"2025-08-15T10:08:08.000Z","dependencies_parsed_at":"2024-08-03T07:49:18.931Z","dependency_job_id":"03aff661-8f72-4e34-a59c-b65b8062bd87","html_url":"https://github.com/clarkmcc/chitchat","commit_stats":{"total_commits":57,"total_committers":1,"mean_commits":57.0,"dds":0.0,"last_synced_commit":"a755ac269b65cd2f929b7be99266252bf72acc1b"},"previous_names":["clarkmcc/chitchat"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/clarkmcc/chitchat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarkmcc%2Fchitchat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarkmcc%2Fchitchat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarkmcc%2Fchitchat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarkmcc%2Fchitchat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clarkmcc","download_url":"https://codeload.github.com/clarkmcc/chitchat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clarkmcc%2Fchitchat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272509767,"owners_count":24946838,"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","status":"online","status_checked_at":"2025-08-28T02:00:10.768Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["gpu","llama","llm","rust","tauri"],"created_at":"2025-02-21T00:02:32.837Z","updated_at":"2025-09-05T21:47:38.980Z","avatar_url":"https://github.com/clarkmcc.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"[![Banner-Dark](https://github.com/clarkmcc/chitchat/assets/6639685/4638912f-5093-473d-8b08-39b0136052fa#gh-dark-mode-only)](https://github.com/clarkmcc/chitchat/assets/6639685/4638912f-5093-473d-8b08-39b0136052fa#gh-dark-mode-only)\n[![Banner-Light](https://github.com/clarkmcc/chitchat/assets/6639685/d61035a6-edeb-4cc3-ba37-f90be5f10a02#gh-light-mode-only)](https://github.com/clarkmcc/chitchat/assets/6639685/d61035a6-edeb-4cc3-ba37-f90be5f10a02#gh-light-mode-only)\n\n![](https://media.githubusercontent.com/media/clarkmcc/chitchat/main/assets/demo.gif)\n\nA simple LLM chat front-end that makes it easy to find, download, and mess around with LLM models on your local machine.\nThis is a very early-stage project, so expect bugs and missing features. On the bright side, here's what it supports\ntoday:\n\n* Easily download and run built-in LLM models\n* Load your own models\n* GPU support\n* Statically compiled\n* Cross-platform\n* Dark and light modes\n* Warm-up prompting\n* Upload files (.pdf, .txt, .html) and chat about the file contents\n* Chat-style context\n* Prompt templates\n\n## Downloads\n\nSee [releases](https://github.com/clarkmcc/chitchat/releases) for more downloads.\n\n- [macOS (M1)](https://github.com/clarkmcc/chitchat/releases/download/v0.3.0/Chitchat_0.3.0_aarch64.dmg)\n- [macOS (Intel)](https://github.com/clarkmcc/chitchat/releases/download/v0.3.0/Chitchat_0.3.0_x64.dmg)\n- [Windows (64-bit)](https://github.com/clarkmcc/chitchat/releases/download/v0.3.0/Chitchat_0.3.0_x64_en-US.msi)\n\n## Custom Models\n\nAll models are downloaded and loaded from the `~/.chitchat/models` directory. You can drop the `.bin` files in here.\nCurrently, this project only supports ggml models.\n\nTo download models that aren't supported natively in this project, check out the following links.\n\n* [r/LocalLLaMA](https://www.reddit.com/r/LocalLLaMA/wiki/models/)\n* [huggingface.co/localmodels](https://huggingface.co/localmodels)\n\n## How does it work?\n\nThis is just a Tauri frontend on the incredible [rustformers/llm](https://github.com/rustformers/llm) project. This\nmeans that any bugs in model execution or performance should be taken up in that project.\n\n## Troubleshooting\n\nSee [troubleshooting](TROUBLESHOOTING.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclarkmcc%2Fchitchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclarkmcc%2Fchitchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclarkmcc%2Fchitchat/lists"}