Install LocalCloud on Windows

One command to get started with local AI development

📦 PowerShell (Recommended)

One-line installation using PowerShell

PS> iwr -useb https://localcloud.sh/install.ps1 | iex

Features:

  • ✅ Automatic architecture detection (x64/x86)
  • ✅ Adds LocalCloud to PATH automatically
  • ✅ Downloads latest stable release
  • ✅ Verifies installation

📁 Manual Download

Download and extract manually

  1. Download the latest release for Windows from GitHub Releases
  2. Extract the ZIP file
  3. Move localcloud.exe to a directory in your PATH
  4. Open PowerShell/Command Prompt and run localcloud --version

📦 Package Managers

Coming soon to official package managers

Winget (Coming Soon)

winget install localcloud

Chocolatey (Coming Soon)

choco install localcloud

🚀 Quick Start

After installation, get started with AI development:

AI Assistant Mode

localcloud setup my-ai-app --preset=ai-dev --yes

Perfect for Claude Code, Cursor, Gemini CLI

Interactive Setup

localcloud setup my-project

Step-by-step wizard for component selection

📋 Requirements

  • Windows 10/11 (x64 or x86)
  • PowerShell 5.0+ (included in Windows 10/11)
  • Docker Desktop for running services
  • 4GB+ RAM recommended for AI models