gpt4all: an ecosystem of open-source chatbots trained on a massive collections of clean assistant data including code, stories and dialogue
Go to file
2025-03-19 19:33:23 -04:00
.circleci WIP: remove bindings and all references to them 2025-02-25 12:00:47 -05:00
.github WIP: remove bindings and all references to them 2025-02-25 12:00:47 -05:00
common enable color diagnostics with ninja 2025-02-25 12:00:48 -05:00
deps WIP: need to run rr on a real computer since this bug is confusing 2025-03-17 13:11:55 -04:00
docs WIP (clang is crashing) 2025-03-11 13:33:06 -04:00
gpt4all-backend WIP: provider page in the "add models" view 2025-03-19 10:49:39 -04:00
gpt4all-backend-old WIP: update llama.cpp submodule for -Werror workaround 2025-02-25 12:09:49 -05:00
gpt4all-backend-test stuff is working now 2025-02-27 18:35:33 -05:00
gpt4all-chat WIP: provider types are recongized properly in qml 2025-03-19 19:33:23 -04:00
gpt4all-training WIP: remove bindings and all references to them 2025-02-25 12:00:47 -05:00
.codespellrc WIP (clang is crashing) 2025-03-11 13:33:06 -04:00
.gitignore Implement the first real test of gpt4all-chat (#3116) 2024-10-20 11:38:04 -04:00
.gitmodules WIP (clang is crashing) 2025-03-11 13:33:06 -04:00
CONTRIBUTING.md [DATALAD RUNCMD] run codespell throughout 2023-05-16 11:33:59 -04:00
gpt4all-lora-demo.gif GIF 2023-03-28 15:54:44 -04:00
LICENSE.txt Add MIT license. 2023-04-06 11:28:59 -04:00
MAINTAINERS.md WIP: remove bindings and all references to them 2025-02-25 12:00:47 -05:00
mkdocs.yml WIP: remove bindings and all references to them 2025-02-25 12:00:47 -05:00
README.md WIP: remove bindings and all references to them 2025-02-25 12:00:47 -05:00
requirements-docs.txt WIP: remove bindings and all references to them 2025-02-25 12:00:47 -05:00
roadmap.md pt-BR translations (#2733) 2024-07-25 09:18:44 -04:00

GPT4All

Now with support for DeepSeek R1 Distillations

WebsiteDocumentationDiscordYouTube Tutorial

GPT4All runs large language models (LLMs) privately on everyday desktops & laptops.

No API calls or GPUs required - you can just download the application and get started.

Read about what's new in our blog.

Subscribe to the newsletter

https://github.com/nomic-ai/gpt4all/assets/70534565/513a0f15-4964-4109-89e4-4f9a9011f311

GPT4All is made possible by our compute partner Paperspace.

Windows Installer

Windows ARM Installer

macOS Installer

Ubuntu Installer

The Windows and Linux builds require Intel Core i3 2nd Gen / AMD Bulldozer, or better.

The Windows ARM build supports Qualcomm Snapdragon and Microsoft SQ1/SQ2 processors.

The Linux build is x86-64 only (no ARM).

The macOS build requires Monterey 12.6 or newer. Best results with Apple Silicon M-series processors.

See the full System Requirements for more details.



Get it on Flathub
Flathub (community maintained)

Integrations

🦜🔗 Langchain 🗃️ Weaviate Vector Database - module docs 🔭 OpenLIT (OTel-native Monitoring) - Docs

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 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 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.

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, 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}},
}