From 44d78b4d15e8da92f3616c98119e39b9b8a8265d Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Wed, 14 Jan 2026 22:08:48 +0100 Subject: [PATCH] chore(doc): put alert on install.sh until is fixed (#8042) See: https://github.com/mudler/LocalAI/issues/8032 Signed-off-by: Ettore Di Giacinto --- README.md | 2 ++ docs/content/installation/_index.en.md | 4 ++-- docs/content/installation/linux.md | 6 +++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f19e6b68b..c69b8890e 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,8 @@ ## 💻 Quickstart +> ⚠️ **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. + Run the installer script: ```bash diff --git a/docs/content/installation/_index.en.md b/docs/content/installation/_index.en.md index 4f04ebd95..1e3f4ab18 100644 --- a/docs/content/installation/_index.en.md +++ b/docs/content/installation/_index.en.md @@ -20,7 +20,7 @@ Choose the installation method that best suits your needs: 1. **[Docker](docker/)** ⭐ **Recommended** - Works on all platforms, easiest setup 2. **[macOS](macos/)** - Download and install the DMG application -3. **[Linux](linux/)** - Install on Linux using the one-liner script or binaries +3. **[Linux](linux/)** - Install on Linux using binaries (install.sh script currently has issues - see [issue #8032](https://github.com/mudler/LocalAI/issues/8032)) 4. **[Kubernetes](kubernetes/)** - Deploy LocalAI on Kubernetes clusters 5. **[Build from Source](build/)** - Build LocalAI from source code @@ -36,6 +36,6 @@ This will start LocalAI. The API will be available at `http://localhost:8080`. F For other platforms: - **macOS**: Download the [DMG](macos/) -- **Linux**: Use the `curl https://localai.io/install.sh | sh` [one-liner](linux/) +- **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. For detailed instructions, see the [Docker installation guide](docker/). diff --git a/docs/content/installation/linux.md b/docs/content/installation/linux.md index 75952f142..351b669d8 100644 --- a/docs/content/installation/linux.md +++ b/docs/content/installation/linux.md @@ -6,7 +6,11 @@ url: '/installation/linux/' --- -## One-Line Installer (Recommended) +## One-Line Installer + +{{% notice warning %}} +**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.** +{{% /notice %}} The fastest way to install LocalAI on Linux is with the installation script: