https://github.com/nomic-ai/gpt4all
GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
https://github.com/nomic-ai/gpt4all
ai-chat llm-inference
Last synced: 9 months ago
JSON representation
GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
- Host: GitHub
- URL: https://github.com/nomic-ai/gpt4all
- Owner: nomic-ai
- License: mit
- Created: 2023-03-27T18:49:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-19T23:33:36.000Z (about 1 year ago)
- Last Synced: 2025-05-05T13:56:28.435Z (about 1 year ago)
- Topics: ai-chat, llm-inference
- Language: C++
- Homepage: https://nomic.ai/gpt4all
- Size: 42.8 MB
- Stars: 73,252
- Watchers: 659
- Forks: 7,986
- Open Issues: 713
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Roadmap: roadmap.md
Awesome Lists containing this project
- awesome-local-llms - gpt4all - source and available for commercial use. | 73,293 | 7,993 | 713 | 114 | 38 | MIT License | 52 days, 22 hrs, 42 mins | (Open-Source Local LLM Projects)
- awesome-instruction-dataset - (nomic-ai/gpt4all)|437k|EN|MT|COL
- awesome-generative-ai - gpt4all - A chatbot trained on a massive collection of clean assistant data including code, stories and dialogue. (Coding / Developer tools)
- Awesome-Reasoning-Foundation-Models - [Code
- awesome-instruction-datasets - GPT4all - ai/gpt4all-j-prompt-generations](https://huggingface.co/datasets/nomic-ai/gpt4all-j-prompt-generations) | nomic-ai | 806199 | EN | MT | COL | code, storys and dialogs | distillation from GPT-3.5-turbo | [download](https://huggingface.co/datasets/QingyiSi/Alpaca-CoT/tree/main/GPT4all) | (Statistics)
- awesome-foundation-models - [code
- awesome-colab-project - GPT4All
- awesome - nomic-ai/gpt4all - GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use. (C++)
- Awesome-LLM - https://github.com/nomic-ai/gpt4all
- fucking-Awesome-Linux-Software - |GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.| (Repos)
- Self-Hosting-Guide - GPT4All - source chatbots trained on a massive collections of clean assistant data including code, stories and dialogue based on [LLaMa](https://github.com/facebookresearch/llama). (Tools for Self-Hosting / Running Locally on Windows, MacOS, and Linux:)
- awesome_open_llms - gpt4all
- awesome-open-chatgpt - nomic-ai/gpt4all - style large language model with ~800k GPT-3.5-Turbo Generations based on LLaMA. ([TavernAI/TavernAI](https://github.com/TavernAI/TavernAI) / 数据)
- my-awesome-starred - nomic-ai/gpt4all - GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use. (C++)
- awesome-local-ai - gpt4all - A chatbot trained on a massive collection of clean assistant data including code, stories and dialogue. (Developer tools)
- awesome-starred - nomic-ai/gpt4all - GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use. (C++)
- awesome-ai - nomic-ai/gpt4all
- awesome-chatgpt-summary - gpt4all
- awesome-projects - gpt4all - to-use LLM chatbots for everyone (search engine / collection)
- stars - nomic-ai/gpt4all - gpt4all: run open-source LLMs anywhere (C++)
- awesome-totally-open-chatgpt - nomic-ai/gpt4all - style large language model with ~800k GPT-3.5-Turbo Generations based on LLaMA. ([tatsu-lab/stanford_alpaca](https://github.com/tatsu-lab/stanford_alpaca) / Other LLaMA-derived projects:)
- jimsghstars - nomic-ai/gpt4all - GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use. (C++)
- fucking-awesome-ai-tools - gpt4all - A chatbot trained on a massive collection of clean assistant data including code, stories, and dialogue. (Text / Developer tools)
- awesome-ai - gpt4all - source large language models that run locally on your CPU and nearly any GPU. |  | (LLMs Backend)
- awesome - nomic-ai/gpt4all - GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use. (<a name="C%2B%2B"></a>C++)
- my-awesome - nomic-ai/gpt4all - chat,llm-inference pushed_at:2025-05 star:77.4k fork:8.3k GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use. (C++)
- awesome-llm-tools - GPT4All - first desktop app; curated model library, no GPU required | llama.cpp | ✅ Native | (8. Inference Engines / Desktop / Local)
- awesome-rainmana - nomic-ai/gpt4all - GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use. (C++)
- awesome-genai - GPT4ALL
- awesome-linux-software -  for more details.

Flathub (community maintained)
## Install GPT4All Python
`gpt4all` gives you access to LLMs with our Python client around [`llama.cpp`](https://github.com/ggerganov/llama.cpp) implementations.
Nomic contributes to open source software like [`llama.cpp`](https://github.com/ggerganov/llama.cpp) to make LLMs accessible and efficient **for all**.
```bash
pip install gpt4all
```
```python
from gpt4all import GPT4All
model = GPT4All("Meta-Llama-3-8B-Instruct.Q4_0.gguf") # downloads / loads a 4.66GB LLM
with model.chat_session():
print(model.generate("How can I run LLMs efficiently on my laptop?", max_tokens=1024))
```
## Integrations
:parrot::link: [Langchain](https://python.langchain.com/v0.2/docs/integrations/providers/gpt4all/)
:card_file_box: [Weaviate Vector Database](https://github.com/weaviate/weaviate) - [module docs](https://weaviate.io/developers/weaviate/modules/retriever-vectorizer-modules/text2vec-gpt4all)
:telescope: [OpenLIT (OTel-native Monitoring)](https://github.com/openlit/openlit) - [Docs](https://docs.openlit.io/latest/integrations/gpt4all)
## Release History
- **July 2nd, 2024**: V3.0.0 Release
- Fresh redesign of the chat application UI
- Improved user workflow for LocalDocs
- Expanded access to more model architectures
- **October 19th, 2023**: GGUF Support Launches with Support for:
- Mistral 7b base model, an updated model gallery on our website, several new local code models including Rift Coder v1.5
- [Nomic Vulkan](https://blog.nomic.ai/posts/gpt4all-gpu-inference-with-vulkan) support for Q4\_0 and Q4\_1 quantizations in GGUF.
- Offline build support for running old versions of the GPT4All Local LLM Chat Client.
- **September 18th, 2023**: [Nomic Vulkan](https://blog.nomic.ai/posts/gpt4all-gpu-inference-with-vulkan) launches supporting local LLM inference on NVIDIA and AMD GPUs.
- **July 2023**: Stable support for LocalDocs, a feature that allows you to privately and locally chat with your data.
- **June 28th, 2023**: [Docker-based API server] launches allowing inference of local LLMs from an OpenAI-compatible HTTP endpoint.
[Docker-based API server]: https://github.com/nomic-ai/gpt4all/tree/cef74c2be20f5b697055d5b8b506861c7b997fab/gpt4all-api
## Contributing
GPT4All welcomes contributions, involvement, and discussion from the open source community!
Please see CONTRIBUTING.md and follow the issues, bug reports, and PR markdown templates.
Check project discord, with project owners, or through existing issues/PRs to avoid duplicate work.
Please make sure to tag all of the above with relevant project identifiers or your contribution could potentially get lost.
Example tags: `backend`, `bindings`, `python-bindings`, `documentation`, etc.
## Citation
If you utilize this repository, models or data in a downstream project, please consider citing it with:
```
@misc{gpt4all,
author = {Yuvanesh Anand and Zach Nussbaum and Brandon Duderstadt and Benjamin Schmidt and Andriy Mulyar},
title = {GPT4All: Training an Assistant-style Chatbot with Large Scale Data Distillation from GPT-3.5-Turbo},
year = {2023},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/nomic-ai/gpt4all}},
}
```
Windows Installer