Local AI Hub is a Windows desktop application for installing, launching, monitoring, repairing, and organizing local AI tools from one place. It is designed to make tools such as ComfyUI, Ollama, Automatic1111, InvokeAI, and related model workflows easier to manage, while keeping local workloads and files on the user's own PC.
Download the latest release | Browse all releases
Local AI Hub is under active development. Hardware support and tool behavior vary, and some features listed near the end of this README have not yet been validated with real hardware or provider accounts.
Local AI Hub provides a single Windows interface for:
Local AI Hub is intended for Windows users who want to explore local AI without manually coordinating every installer, virtual environment, model folder, and launch command. It is especially useful for people working with mid-range or older GPUs who need clear readiness guidance, but it does not remove the hardware requirements of the tools and models it manages.
See Local AI Hub move through its local-first workflow, including Home, Library, Store, Model Manager, Recorder, Pipelines, Statistics, and the project website.
Watch or download the Local AI Hub demo video (MP4)
LocalAIHub-Setup-x.y.z.exe, replacing x.y.z with the current release version.Tool and model downloads can be large. Confirm that the selected storage drive has enough free space before starting an installation.
Installers are published on the GitHub Releases page. For a normal Windows installation, download the asset named:
LocalAIHub-Setup-x.y.z.exe
The .blockmap and latest.yml assets support the application's release/update flow and are not the installer users should open manually.
Local AI Hub is currently distributed as an unsigned Windows app. Because it is not code signed, Windows SmartScreen, your browser, or antivirus software may warn before the installer runs.
Keep anyway if that option is available and you trust the source.More info, verify the file is the release asset you intended to download, and then click Run anyway if you choose to continue.These warnings are expected for an unsigned app, but they are not a reason to ignore normal security precautions. Only continue when the file came from the official repository and you are comfortable running it.
Some antivirus tools may block the download, quarantine the installer, or interrupt the first launch. Confirm that the installer came from the official release page before allowing it or the installed app through security software. Do not disable security protections broadly just to complete an installation.
Start with the troubleshooting guide. For a safe system summary or diagnostics ZIP, open Settings -> Support and Diagnostics and use Copy system info or Create diagnostics bundle. Diagnostics include sanitized Model Manager health counts and status categories, not model files. Nothing is uploaded automatically; review all files before sharing and remove secrets or private data.
Use the GitHub issue chooser for bug reports, troubleshooting requests, and feature requests. Check the latest release before reporting a problem that may already be fixed.
Supported local tools run on the user's machine, and Local AI Hub stores its managed files and configuration locally. Network access is still required when the user asks the app to download tools, dependencies, updates, or model assets.
Cloud providers are optional where supported. Requests sent through a connected cloud provider leave the local machine and are handled under that provider's terms and privacy practices. Users must supply their own provider API keys or credentials where applicable.
Local text, image, video, and audio workloads have different requirements. Image, video, and audio generation can depend heavily on GPU support and available VRAM; larger models, resolutions, and batch sizes generally require more memory and storage. CPU-only or low-VRAM operation may be slower or unavailable for some tools.
Local AI Hub detects supported hardware information and provides suitability or readiness guidance where that support exists. This guidance is a practical estimate, not a compatibility guarantee. Check each upstream tool's requirements before downloading large models or relying on a workflow.
Requirements:
Install dependencies and start the development app:
npm ci
npm run dev
Build the UI or create the Windows package:
npm run build:ui
npm run build
The full package build writes local artifacts to the ignored release/ directory.
npm run verify:wizard-live runs the Pipeline Wizard live provider verifier. This is an opt-in manual check only: it uses saved live provider credentials and may consume quota or hit provider rate limits. Keep normal release, push, npm verify, and CI-style validation on mocked/offline wizard verifiers such as node scripts/verify-pipeline-wizard.js and node scripts/verify-pipeline-wizard-lifecycle.js.
The following features are implemented and covered by automated verification where practical, but have not yet been validated with real-world hardware, local model assets, or live cloud-provider accounts. Treat them as experimental until they are manually tested.
Wan 2.1 library launch on a CUDA-capable NVIDIA system
Local collectionMap video generation (Wan 2.1)
Local Model Step video generation (Wan 2.1)
Cloud Model Step image generation
Cloud collectionMap image generation
Cloud Model Step video generation
Cloud collectionMap video generation
129 commits
JavaScript
98.3%
Python
1.3%
Local AI Hub is a Windows desktop application for installing, launching, monitoring, repairing, and organizing local AI tools from one place. It is designed to make tools such as ComfyUI, Ollama, Automatic1111, InvokeAI, and related model workflows easier to manage, while keeping local workloads and files on the user's own PC.
Download the latest release | Browse all releases
Local AI Hub is under active development. Hardware support and tool behavior vary, and some features listed near the end of this README have not yet been validated with real hardware or provider accounts.
Local AI Hub provides a single Windows interface for:
Local AI Hub is intended for Windows users who want to explore local AI without manually coordinating every installer, virtual environment, model folder, and launch command. It is especially useful for people working with mid-range or older GPUs who need clear readiness guidance, but it does not remove the hardware requirements of the tools and models it manages.
See Local AI Hub move through its local-first workflow, including Home, Library, Store, Model Manager, Recorder, Pipelines, Statistics, and the project website.
Watch or download the Local AI Hub demo video (MP4)
LocalAIHub-Setup-x.y.z.exe, replacing x.y.z with the current release version.Tool and model downloads can be large. Confirm that the selected storage drive has enough free space before starting an installation.
Installers are published on the GitHub Releases page. For a normal Windows installation, download the asset named:
LocalAIHub-Setup-x.y.z.exe
The .blockmap and latest.yml assets support the application's release/update flow and are not the installer users should open manually.
Local AI Hub is currently distributed as an unsigned Windows app. Because it is not code signed, Windows SmartScreen, your browser, or antivirus software may warn before the installer runs.
Keep anyway if that option is available and you trust the source.More info, verify the file is the release asset you intended to download, and then click Run anyway if you choose to continue.These warnings are expected for an unsigned app, but they are not a reason to ignore normal security precautions. Only continue when the file came from the official repository and you are comfortable running it.
Some antivirus tools may block the download, quarantine the installer, or interrupt the first launch. Confirm that the installer came from the official release page before allowing it or the installed app through security software. Do not disable security protections broadly just to complete an installation.
Start with the troubleshooting guide. For a safe system summary or diagnostics ZIP, open Settings -> Support and Diagnostics and use Copy system info or Create diagnostics bundle. Diagnostics include sanitized Model Manager health counts and status categories, not model files. Nothing is uploaded automatically; review all files before sharing and remove secrets or private data.
Use the GitHub issue chooser for bug reports, troubleshooting requests, and feature requests. Check the latest release before reporting a problem that may already be fixed.
Supported local tools run on the user's machine, and Local AI Hub stores its managed files and configuration locally. Network access is still required when the user asks the app to download tools, dependencies, updates, or model assets.
Cloud providers are optional where supported. Requests sent through a connected cloud provider leave the local machine and are handled under that provider's terms and privacy practices. Users must supply their own provider API keys or credentials where applicable.
Local text, image, video, and audio workloads have different requirements. Image, video, and audio generation can depend heavily on GPU support and available VRAM; larger models, resolutions, and batch sizes generally require more memory and storage. CPU-only or low-VRAM operation may be slower or unavailable for some tools.
Local AI Hub detects supported hardware information and provides suitability or readiness guidance where that support exists. This guidance is a practical estimate, not a compatibility guarantee. Check each upstream tool's requirements before downloading large models or relying on a workflow.
Requirements:
Install dependencies and start the development app:
npm ci
npm run dev
Build the UI or create the Windows package:
npm run build:ui
npm run build
The full package build writes local artifacts to the ignored release/ directory.
npm run verify:wizard-live runs the Pipeline Wizard live provider verifier. This is an opt-in manual check only: it uses saved live provider credentials and may consume quota or hit provider rate limits. Keep normal release, push, npm verify, and CI-style validation on mocked/offline wizard verifiers such as node scripts/verify-pipeline-wizard.js and node scripts/verify-pipeline-wizard-lifecycle.js.
The following features are implemented and covered by automated verification where practical, but have not yet been validated with real-world hardware, local model assets, or live cloud-provider accounts. Treat them as experimental until they are manually tested.
Wan 2.1 library launch on a CUDA-capable NVIDIA system
Local collectionMap video generation (Wan 2.1)
Local Model Step video generation (Wan 2.1)
Cloud Model Step image generation
Cloud collectionMap image generation
Cloud Model Step video generation
Cloud collectionMap video generation
129 commits
JavaScript
98.3%
Python
1.3%