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/DreamServeror
Install via npx
npx @hexmos/ipm i Light-Heart-Labs/DreamServerPrerequisites
Docker Desktop
softwareVersion: with WSL2 backend enabled (for Windows and macOS)
Git
softwarePowerShell
softwareVersion: 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 | bashManual Install (Linux)
git clone https://github.com/Light-Heart-Labs/DreamServer.git
cd DreamServer/dream-server
./install.shWindows Install (PowerShell)
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
git clone https://github.com/Light-Heart-Labs/DreamServer.git
cd DreamServer
.\install.ps1macOS Install (Apple Silicon)
git clone https://github.com/Light-Heart-Labs/DreamServer.git
cd DreamServer/dream-server
./install.shCloud Mode Install (No GPU)
curl -fsSL https://raw.githubusercontent.com/Light-Heart-Labs/DreamServer/main/dream-server/get-dream-server.sh | bash --cloudPost 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`).
