LocalAI binaries are available for both Linux and MacOS platforms and can be executed directly from your command line. These binaries are continuously updated and hosted on our GitHub Releases page. This method also supports Windows users via the Windows Subsystem for Linux (WSL).

macOS Download

Download LocalAI for macOS

Use the following one-liner command in your terminal to download and run LocalAI on Linux or MacOS:

  curl -Lo local-ai "https://github.com/mudler/LocalAI/releases/download/v3.5.0/local-ai-$(uname -s)-$(uname -m)" && chmod +x local-ai && ./local-ai
  

Otherwise, here are the links to the binaries:

OSLink
Linux (amd64)Download
Linux (arm64)Download
MacOS (arm64)Download

Last updated 09 Sep 2025, 00:19 +0200 . history