🤖 The free, Open Source alternative to OpenAI, Claude and others. Self-hosted and local-first. Drop-in replacement for OpenAI, running on consumer-grade hardware. No GPU required. Runs gguf, transformers, diffusers and many more models architectures. Features: Generate Text, Audio, Video, Images, Voice Cloning, Distributed, P2P inference
Go to file
Ettore Di Giacinto 1ffee9989f
README: update sponsors list (#2476)
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
2024-06-04 15:23:00 +02:00
.github ci: pin build-time protoc (#2461) 2024-06-01 18:59:15 +02:00
.vscode
aio
backend bugfix: CUDA acceleration not working (#2475) 2024-06-03 22:41:42 +02:00
configuration
core feat(webui): enhance card visibility (#2473) 2024-06-03 17:07:26 +02:00
custom-ca-certs
docs docs: fix p2p commands (#2472) 2024-06-03 16:58:53 +02:00
embedded
examples
gallery models(gallery): add new poppy porpoise versions (#2471) 2024-06-03 15:44:52 +02:00
internal
models
pkg feat(functions): allow response_regex to be a list (#2447) 2024-05-31 22:52:02 +02:00
prompt-templates
swagger feat(swagger): update swagger (#2464) 2024-06-01 22:04:01 +00:00
tests
.dockerignore
.editorconfig
.env
.gitattributes
.gitignore
.gitmodules
.yamllint
assets.go
CONTRIBUTING.md
docker-compose.yaml
Dockerfile ci: pin build-time protoc (#2461) 2024-06-01 18:59:15 +02:00
Dockerfile.aio
Earthfile
Entitlements.plist
entrypoint.sh
go.mod toil: bump grpc version (#2480) 2024-06-04 08:39:19 +02:00
go.sum toil: bump grpc version (#2480) 2024-06-04 08:39:19 +02:00
LICENSE
main.go
Makefile ⬆️ Update ggerganov/llama.cpp (#2477) 2024-06-03 23:09:24 +00:00
README.md README: update sponsors list (#2476) 2024-06-04 15:23:00 +02:00
renovate.json
SECURITY.md



LocalAI

LocalAI forks LocalAI stars LocalAI pull-requests

LocalAI Docker hub LocalAI Quay.io

Follow LocalAI_API Join LocalAI Discord Community

💡 Get help - FAQ 💭Discussions 💬 Discord 📖 Documentation website

💻 Quickstart 📣 News 🛫 Examples 🖼️ Models 🚀 Roadmap

testsBuild and Releasebuild container imagesBump dependenciesArtifact Hub

LocalAI is the free, Open Source OpenAI alternative. LocalAI act as a drop-in replacement REST API thats compatible with OpenAI (Elevenlabs, Anthropic... ) API specifications for local AI inferencing. It allows you to run LLMs, generate images, audio (and not only) locally or on-prem with consumer grade hardware, supporting multiple model families. Does not require GPU. It is created and maintained by Ettore Di Giacinto.

screen

docker run -ti --name local-ai -p 8080:8080 localai/localai:latest-aio-cpu
# Alternative images:
# - if you have an Nvidia GPU:
# docker run -ti --name local-ai -p 8080:8080 --gpus all localai/localai:latest-aio-gpu-nvidia-cuda-12
# - without preconfigured models
# docker run -ti --name local-ai -p 8080:8080 localai/localai:latest
# - without preconfigured models for Nvidia GPUs
# docker run -ti --name local-ai -p 8080:8080 --gpus all localai/localai:latest-gpu-nvidia-cuda-12 

💻 Getting started

🔥🔥 Hot topics / Roadmap

Roadmap

Hot topics (looking for contributors):

If you want to help and contribute, issues up for grabs: https://github.com/mudler/LocalAI/issues?q=is%3Aissue+is%3Aopen+label%3A%22up+for+grabs%22

🚀 Features

💻 Usage

Check out the Getting started section in our documentation.

🔗 Community and integrations

Build and deploy custom containers:

WebUIs:

Model galleries

Other:

🔗 Resources

📖 🎥 Media, Blogs, Social

Citation

If you utilize this repository, data in a downstream project, please consider citing it with:

@misc{localai,
  author = {Ettore Di Giacinto},
  title = {LocalAI: The free, Open source OpenAI alternative},
  year = {2023},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/go-skynet/LocalAI}},

❤️ Sponsors

Do you find LocalAI useful?

Support the project by becoming a backer or sponsor. Your logo will show up here with a link to your website.

A huge thank you to our generous sponsors who support this project covering CI expenses, and our Sponsor list:


🌟 Star history

LocalAI Star history Chart

📖 License

LocalAI is a community-driven project created by Ettore Di Giacinto.

MIT - Author Ettore Di Giacinto mudler@localai.io

🙇 Acknowledgements

LocalAI couldn't have been built without the help of great software already available from the community. Thank you!

🤗 Contributors

This is a community project, a special thanks to our contributors! 🤗