mirror of
https://github.com/mudler/LocalAI.git
synced 2026-02-09 03:28:59 -06:00
Enhance overview with Docker and installer details
Added Docker instructions and clarified one-liner installer for Linux. Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
a86fdc4087
commit
436e2d91d0
@@ -51,19 +51,20 @@ LocalAI is more than just a single tool - it's a complete ecosystem:
|
||||
|
||||
## Getting Started
|
||||
|
||||
The fastest way to get started is with our one-line installer:
|
||||
|
||||
```bash
|
||||
curl https://localai.io/install.sh | sh
|
||||
```
|
||||
|
||||
### macOS Download
|
||||
|
||||
You can use the DMG application for Mac:
|
||||
|
||||
<a href="https://github.com/mudler/LocalAI/releases/latest/download/LocalAI.dmg">
|
||||
<img src="https://img.shields.io/badge/Download-macOS-blue?style=for-the-badge&logo=apple&logoColor=white" alt="Download LocalAI for macOS"/>
|
||||
</a>
|
||||
|
||||
Or use Docker for a quick start:
|
||||
> Note: the DMGs are not signed by Apple as quarantined. See https://github.com/mudler/LocalAI/issues/6268 for a workaround, fix is tracked here: https://github.com/mudler/LocalAI/issues/6244
|
||||
|
||||
## Docker
|
||||
|
||||
You can use Docker for a quick start:
|
||||
|
||||
```bash
|
||||
docker run -p 8080:8080 --name local-ai -ti localai/localai:latest-aio-cpu
|
||||
@@ -71,6 +72,14 @@ docker run -p 8080:8080 --name local-ai -ti localai/localai:latest-aio-cpu
|
||||
|
||||
For more detailed installation options and configurations, see our [Getting Started guide](/basics/getting_started/).
|
||||
|
||||
## One-liner
|
||||
|
||||
The fastest way to get started is with our one-line installer (Linux):
|
||||
|
||||
```bash
|
||||
curl https://localai.io/install.sh | sh
|
||||
```
|
||||
|
||||
## Key Features
|
||||
|
||||
- **Text Generation**: Run various LLMs locally
|
||||
|
||||
Reference in New Issue
Block a user