deploy-windows

Automate Windows deployment of Mesh LLM via PowerShell install.ps1.

3.1k|376|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/Mesh-LLM/mesh-llm --skill deploy-windows
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-windows
Source: https://github.com/Mesh-LLM/mesh-llm/tree/main/.skills/deploy-windows
Command: npx skills add https://github.com/Mesh-LLM/mesh-llm --skill deploy-windows

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate the end-to-end deployment of Mesh LLM on Windows, reducing manual setup and configuration effort.

Core Features & Use Cases

  • PowerShell install via install.ps1: One-click script to install and set up the mesh-llm runtime.
  • Flavor selection: Automatically detects or allows explicit choice among CUDA, ROCm, Vulkan, or CPU builds.
  • Source builds and contrib tooling: Guides and scripts for building from source and leveraging helper scripts for development and troubleshooting.

Quick Start

Run the Windows deployment script to install Mesh LLM and verify it is serving.

Frequently Asked Questions about deploy-windows

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Mesh LLM deployment on Windows using PowerShell?

To automate Mesh LLM deployment on Windows, run the install.ps1 PowerShell script to execute the installer, configure the environment, start the service, and verify the setup automatically.

How do I select the right build flavor for Windows LLM deployment?

Windows LLM deployment supports automatic detection or manual selection among CUDA, ROCm, Vulkan, and CPU build flavors to match your specific hardware acceleration capabilities.

Can I build Mesh LLM from source on Windows?

Yes, you can build Mesh LLM from source on Windows. The deployment process provides guidance and contrib helper scripts to assist with source compilation and development troubleshooting.

How do I verify my Windows LLM installation is serving correctly?

To verify your Windows LLM installation is serving, the deployment process includes post-install verification steps that check the service startup and confirm the runtime is active.

What do I do if my Mesh LLM PowerShell install fails on Windows?

If your Mesh LLM PowerShell install fails, use the included contrib helper scripts and troubleshooting guidance to diagnose environment preparation, flavor detection, or service startup issues.

Does the Mesh LLM Windows installer support ROCm and Vulkan?

Yes, the Mesh LLM Windows installer supports ROCm and Vulkan, alongside CUDA and CPU flavors, allowing explicit choice or automatic detection based on your system configuration.