Setup Your Environment

Get up and running in minutes with Docker.

Prerequisites

  • Docker Desktop (Required)
  • Git (Optional but recommended)
  • 16GB+ RAM (For smooth generation)
1

Clone the Repository

Start by getting the source code on your local machine.

git clone https://github.com/Amlan-109/LocalAI-master.git
cd LocalAI-master
2

Build the Image

Compile the specialized Docker image. This packages all dependencies including the Go backend and C++ bindings.

docker build -t localai-amlan .
Wait Time: This may take 5-15 minutes depending on your connection.
3

Run Container

Launch the service on port 8080.

docker run -p 8080:8080 --name local-ai-amlan -ti localai-amlan

To run in the background (detached mode), replace -ti with -d.

4

Verify Installation

Open your browser and navigate to:

Open Dashboard