You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<imgsrc="https://img.shields.io/badge/Download-macOS-blue?style=for-the-badge&logo=apple&logoColor=white"alt="Download LocalAI for macOS"/>
64
61
</a>
65
62
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:
67
68
68
69
```bash
69
70
docker run -p 8080:8080 --name local-ai -ti localai/localai:latest-aio-cpu
70
71
```
71
72
72
73
For more detailed installation options and configurations, see our [Getting Started guide](/basics/getting_started/).
73
74
75
+
## One-liner
76
+
77
+
The fastest way to get started is with our one-line installer (Linux):
0 commit comments