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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,8 @@
111
111
112
112
## 💻 Quickstart
113
113
114
+
> ⚠️ **Note:** The `install.sh` script is currently experiencing issues due to the heavy changes currently undergoing in LocalAI and may produce broken or misconfigured installations. Please use Docker installation (see below) or manual binary installation until [issue #8032](https://github.com/mudler/LocalAI/issues/8032) is resolved.
Copy file name to clipboardExpand all lines: docs/content/installation/_index.en.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Choose the installation method that best suits your needs:
20
20
21
21
1.**[Docker](docker/)** ⭐ **Recommended** - Works on all platforms, easiest setup
22
22
2.**[macOS](macos/)** - Download and install the DMG application
23
-
3.**[Linux](linux/)** - Install on Linux using the one-liner script or binaries
23
+
3.**[Linux](linux/)** - Install on Linux using binaries (install.sh script currently has issues - see [issue #8032](https://github.com/mudler/LocalAI/issues/8032))
24
24
4.**[Kubernetes](kubernetes/)** - Deploy LocalAI on Kubernetes clusters
25
25
5.**[Build from Source](build/)** - Build LocalAI from source code
26
26
@@ -36,6 +36,6 @@ This will start LocalAI. The API will be available at `http://localhost:8080`. F
36
36
37
37
For other platforms:
38
38
-**macOS**: Download the [DMG](macos/)
39
-
-**Linux**: Use the `curl https://localai.io/install.sh | sh`[one-liner](linux/)
39
+
-**Linux**: See the [Linux installation guide](linux/) for installation options. **Note:** The `install.sh` script is currently experiencing issues - see [issue #8032](https://github.com/mudler/LocalAI/issues/8032) for details.
40
40
41
41
For detailed instructions, see the [Docker installation guide](docker/).
Copy file name to clipboardExpand all lines: docs/content/installation/linux.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,11 @@ url: '/installation/linux/'
6
6
---
7
7
8
8
9
-
## One-Line Installer (Recommended)
9
+
## One-Line Installer
10
+
11
+
{{% notice warning %}}
12
+
**The `install.sh` script is currently experiencing issues and may produce broken or misconfigured installations. Please use alternative installation methods (Docker or manual binary installation) until [issue #8032](https://github.com/mudler/LocalAI/issues/8032) is resolved.**
13
+
{{% /notice %}}
10
14
11
15
The fastest way to install LocalAI on Linux is with the installation script:
0 commit comments