logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install Light-Heart-Labs/DreamServer. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

Light-Heart-Labs/DreamServer Installation Guide

How to install Light-Heart-Labs/DreamServer. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for Light-Heart-Labs/DreamServer. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i Light-Heart-Labs/DreamServer
or

Install via npx

npx @hexmos/ipm i Light-Heart-Labs/DreamServer

Prerequisites

Docker Desktop

software

Version: with WSL2 backend enabled (for Windows and macOS)

Git

software

PowerShell

software

Version: for Windows installation

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Universal Installer (Linux, macOS, Windows)

curl -fsSL https://raw.githubusercontent.com/Light-Heart-Labs/DreamServer/main/dream-server/get-dream-server.sh | bash

Manual Install (Linux)

git clone https://github.com/Light-Heart-Labs/DreamServer.git

cd DreamServer/dream-server

./install.sh

Windows Install (PowerShell)

Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass

git clone https://github.com/Light-Heart-Labs/DreamServer.git

cd DreamServer

.\install.ps1

macOS Install (Apple Silicon)

git clone https://github.com/Light-Heart-Labs/DreamServer.git

cd DreamServer/dream-server

./install.sh

Cloud Mode Install (No GPU)

curl -fsSL https://raw.githubusercontent.com/Light-Heart-Labs/DreamServer/main/dream-server/get-dream-server.sh | bash --cloud

Post Installation Steps

  • Open http://localhost:3000 in your browser to access the Dream Server Dashboard.
  • The API endpoint for llama-server is available at http://localhost:11434 (Linux Docker) or http://localhost:8080 (macOS/Windows native).
  • Manage your stack using the `dream` CLI (e.g., `dream status`, `dream logs llm`, `dream model swap T3`).