Monday, March 2, 2026

Foundry Native Net UI for IIS


Should you’ve been exploring native AI with Microsoft Foundry Native, you have discovered that operating a chatbot frontend on Home windows Server or Home windows Shopper which you could entry over the community comes with a difficult set of dependencies.

FoundryLocalWebUI is a straightforward, self-contained net frontend for Foundry Native that runs on IIS, works on each Home windows Server and Home windows Shopper, and makes use of widespread Home windows ecosystem elements.

You’ll find the venture on GitHub: https://github.com/itopstalk/FoundryWebUI

Right here is an explanatory video right here: https://youtu.be/IGWNhSQziZI

FoundryLocalWebUI is a light-weight net software designed to be hosted on IIS, which is already accessible to Home windows Server and may be enabled on Home windows Shopper with a couple of clicks. There isn’t a want to put in a separate net server, fear a few bundle supervisor, or spin up a Home windows Subsystem for Linux setting.

FoundryLocalWebUI is an experimental proof of idea. It does not help a number of customers and simply supplies fundamental chatbot performance. It is appropriate if:

  • You are evaluating Foundry Native and need a fast, no-fuss frontend to check fashions by way of a browser reasonably than the command line.
  • You need to maintain your deployment footprint small and your dependencies minimal.
  • You are operating Home windows Shopper and need a native chat interface with out the overhead of heavier options.

The setup course of is deliberately easy. 

Guarantee that Git is put in:

winget set up --id Git.Git -e --accept-source-agreements --accept-package-agreements

Clone the repo and run the installer (you may have to make use of set-executionpolicy to permit the PowerShell script to run)

cd C:Tasks 
git clone https://github.com/itopstalk/FoundryWebUI.git FoundryLocalWebUI
cd FoundryLocalWebUI

# Home windows Server 2025:
.Set up-FoundryWebUI.ps1

# Home windows 10/11:
.Set up-FoundryWebUI-Desktop.ps1

Full setup particulars are within the GitHub repo, and the walkthrough video covers the method finish to finish when you’d reasonably observe alongside visually.

That is nonetheless early days for the venture, and I might love to listen to from the neighborhood. Native AI is turning into an actual possibility for organizations that must maintain knowledge on-premises and keep management over their infrastructure. 

Spin up a WS 2025 eval version VM and provides it a go.

Related Articles

Latest Articles