Skip to content

Commit 436e2d9

Browse files
authored
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>
1 parent a86fdc4 commit 436e2d9

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

docs/content/docs/overview.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,26 +51,35 @@ LocalAI is more than just a single tool - it's a complete ecosystem:
5151

5252
## Getting Started
5353

54-
The fastest way to get started is with our one-line installer:
55-
56-
```bash
57-
curl https://localai.io/install.sh | sh
58-
```
5954

6055
### macOS Download
6156

57+
You can use the DMG application for Mac:
58+
6259
<a href="https://github.com/mudler/LocalAI/releases/latest/download/LocalAI.dmg">
6360
<img src="https://img.shields.io/badge/Download-macOS-blue?style=for-the-badge&logo=apple&logoColor=white" alt="Download LocalAI for macOS"/>
6461
</a>
6562

66-
Or use Docker for a quick start:
63+
> 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
64+
65+
## Docker
66+
67+
You can use Docker for a quick start:
6768

6869
```bash
6970
docker run -p 8080:8080 --name local-ai -ti localai/localai:latest-aio-cpu
7071
```
7172

7273
For more detailed installation options and configurations, see our [Getting Started guide](/basics/getting_started/).
7374

75+
## One-liner
76+
77+
The fastest way to get started is with our one-line installer (Linux):
78+
79+
```bash
80+
curl https://localai.io/install.sh | sh
81+
```
82+
7483
## Key Features
7584

7685
- **Text Generation**: Run various LLMs locally

0 commit comments

Comments
 (0)