Should you’ve been exploring native AI with Microsoft Foundry Native, you have realized that operating a chatbot frontend on Home windows Server or Home windows Shopper which you can 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 frequent Home windows ecosystem parts.
You will discover the mission 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 utility designed to be hosted on IIS, which is already obtainable to Home windows Server and may be enabled on Home windows Shopper with a couple of clicks. There isn’t any want to put in a separate net server, fear a couple of package deal supervisor, or spin up a Home windows Subsystem for Linux surroundings.
FoundryLocalWebUI is an experimental proof of idea. It does not assist a number of customers and simply gives primary chatbot performance. It is appropriate if:
- You are evaluating Foundry Native and need a fast, no-fuss frontend to check fashions by means of a browser moderately than the command line.
- You wish to preserve 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.
Make it possible for 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 will have to make use of set-executionpolicy to permit the PowerShell script to run)
cd C:Initiatives
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 for those who’d moderately observe alongside visually.
That is nonetheless early days for the mission, and I might love to listen to from the neighborhood. Native AI is changing into an actual choice for organizations that have to preserve knowledge on-premises and preserve management over their infrastructure.
Spin up a WS 2025 eval version VM and provides it a go.
