This commit is contained in:
Colby Callahan 2026-03-03 09:34:00 -08:00 committed by GitHub
commit e8cbf34e4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -257,6 +257,7 @@ When using cloud-based AI services, the data you input is often collected and st
#### ChatGPT
- [Jan](https://github.com/janhq/jan) - Jan is an open source alternative to ChatGPT that runs 100% offline on your computer.
- [LazyFish](https://lazyfish.app) - Browser-based AI chat that runs LLMs entirely client-side via WebGPU. No installation, no accounts, no data uploads.
- [llama.cpp](https://github.com/ggerganov/llama.cpp) - Inference of Facebook's LLaMA model in pure C/C++ so it can run locally on a CPU.
- [LocalAI](https://github.com/go-skynet/LocalAI) - Self-hosted, community-driven simple local OpenAI-compatible API written in go. Can be used as a drop-in replacement for OpenAI, running on CPU with consumer-grade hardware.
- [ollama](https://github.com/jmorganca/ollama) - Get up and running with Llama 2 and other large language models locally.