AI Skill Hub 强烈推荐:LocalAI 本地AI推理服务 是一款优质的AI工具。在 GitHub 上收获超过 46.3k 颗 Star,AI 综合评分 8.5 分,在同类工具中表现稳健。如果你正在寻找可靠的AI工具解决方案,这是一个值得深入了解的选择。
LocalAI 本地AI推理服务 是一款基于 Go 开发的开源工具,专注于 开源AI、模型推理、本地部署 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
LocalAI 本地AI推理服务 是一款基于 Go 开发的开源工具,专注于 开源AI、模型推理、本地部署 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:go install(推荐) go install github.com/mudler/LocalAI@latest # 方式二:从源码编译 git clone https://github.com/mudler/LocalAI cd LocalAI go build -o localai . # 方式三:下载预编译二进制 # 访问 Releases 页面下载对应平台二进制文件 # https://github.com/mudler/LocalAI/releases
# 查看帮助 localai --help # 基本运行 localai [options] <input> # 详细使用说明请查阅文档 # https://github.com/mudler/LocalAI
# localai 配置说明 # 查看配置选项 localai --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export LOCALAI_CONFIG="/path/to/config.yml"
<p align="center"> <a href="https://github.com/go-skynet/LocalAI/stargazers" target="blank"> <img src="https://img.shields.io/github/stars/go-skynet/LocalAI?style=for-the-badge" alt="LocalAI stars"/> </a> <a href='https://github.com/go-skynet/LocalAI/releases'> <img src='https://img.shields.io/github/release/go-skynet/LocalAI?&label=Latest&style=for-the-badge'> </a> <a href="LICENSE" target="blank"> <img src="https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge" alt="LocalAI License"/> </a> </p>
<p align="center"> <a href="https://twitter.com/LocalAI_API" target="blank"> <img src="https://img.shields.io/badge/X-%23000000.svg?style=for-the-badge&logo=X&logoColor=white&label=LocalAI_API" alt="Follow LocalAI_API"/> </a> <a href="https://discord.gg/uJAeKSAGDy" target="blank"> <img src="https://img.shields.io/badge/dynamic/json?color=blue&label=Discord&style=for-the-badge&query=approximate_member_count&url=https%3A%2F%2Fdiscordapp.com%2Fapi%2Finvites%2FuJAeKSAGDy%3Fwith_counts%3Dtrue&logo=discord" alt="Join LocalAI Discord Community"/> </a> </p>
<p align="center"> <a href="https://trendshift.io/repositories/5539" target="_blank"><img src="https://trendshift.io/api/badge/repositories/5539" alt="mudler%2FLocalAI | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a> </p>
<p align="center"> <a href="https://zdoc.app/de/mudler/LocalAI">Deutsch</a> | <a href="https://zdoc.app/es/mudler/LocalAI">Español</a> | <a href="https://zdoc.app/fr/mudler/LocalAI">français</a> | <a href="https://zdoc.app/ja/mudler/LocalAI">日本語</a> | <a href="https://zdoc.app/ko/mudler/LocalAI">한국어</a> | <a href="https://zdoc.app/pt/mudler/LocalAI">Português</a> | <a href="https://zdoc.app/ru/mudler/LocalAI">Русский</a> | <a href="https://zdoc.app/zh/mudler/LocalAI">中文</a> </p>
LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image, video - on any hardware. No GPU required.
A small core, not a bundle. Each backend wraps a best-in-class engine (llama.cpp, vLLM, whisper.cpp, stable-diffusion, MLX...) in its own image, pulled only when a model needs it. You install nothing you don't use.

Created by Ettore Di Giacinto and maintained by the LocalAI team.
:book: Documentation | :speech_balloon: Discord | 💻 Quickstart | 🖼️ Models | ❓FAQ
llama.cpp, transformers, vllm ... and more)Already ran LocalAI before? Use docker start -i local-ai to restart an existing container.
docker run -ti --name local-ai -p 8080:8080 localai/localai:latest
```bash
local-ai run oci://localai/phi-2:latest
To test a running LocalAI server from the terminal, open an interactive chat session from another shell. Inside the prompt, `/models` lists installed models and `/model <name>` switches between them.
bash
https://github.com/user-attachments/assets/08cbb692-57da-48f7-963d-2e7b43883c18
<details>
<summary> Click to see more! </summary>
https://github.com/user-attachments/assets/228fa9ad-81a3-4d43-bfb9-31557e14a36c
https://github.com/user-attachments/assets/6270b331-e21d-4087-a540-6290006b381a
https://github.com/user-attachments/assets/cbb03379-23b4-4e3d-bd26-d152f057007f
https://github.com/user-attachments/assets/5ba4ace9-d3df-4795-b7d4-b0b404ea71ee
https://github.com/user-attachments/assets/ed88e34c-fed3-4b83-8a67-4716a9feeb7b
</details>
local-ai run llama-3.2-1b-instruct:q4_k_m
local-ai run https://gist.githubusercontent.com/.../phi-2.yaml
高质量开源项目,提供完整的本地AI推理方案。46k星标反映广泛认可,Go语言保证高效性能,支持多模态是亮点,生态完善值得推荐。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
总体来看,LocalAI 本地AI推理服务 是一款质量优秀的AI工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | LocalAI |
| 原始描述 | 开源MCP工具:LocalAI is the open-source AI engine. Run any model - LLMs, vision, voice, image。⭐46.3k · Go |
| Topics | 开源AI模型推理本地部署多模态API服务 |
| GitHub | https://github.com/mudler/LocalAI |
| License | MIT |
| 语言 | Go |
收录时间:2026-05-18 · 更新时间:2026-05-30 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。