> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Microsoft Open-Sources XAML Studio
- URL: https://itsfoss.com/news/microsoft-open-sources-xaml-studio/
- Published: 2026-01-12T17:55:03.000Z
- Updated: 2026-01-12T17:55:03.000Z
- Description: After 8 years, Microsoft's tool for designing Windows apps is now open source.
- Author: Sourav Rudra
- Tags: News

Microsoft has [open-sourced XAML Studio](https://devblogs.microsoft.com/ifdef-windows/xaml-studio-is-now-open-sourced/?ref=itsfoss.com), a visual development tool for building Windows application interfaces. The project is now available on [GitHub](https://github.com/dotnet/XAMLStudio?ref=itsfoss.com) under **the MIT license** and has joined the [.NET Foundation](https://dotnetfoundation.org/?ref=itsfoss.com) as a seed project.

It is a rapid prototyping tool that lets developers design and test Windows app interfaces using [XAML](https://learn.microsoft.com/en-us/dotnet/desktop/wpf/xaml/?ref=itsfoss.com), the markup language for WinUI, before they integrate the work into [Visual Studio](https://visualstudio.microsoft.com/?ref=itsfoss.com).

Think of it like [Qt Design Studio](https://www.qt.io/development/ui-design-tools?ref=itsfoss.com) for Qt applications, but specifically for Windows apps. It provides live editing, meaning you can see your interface changes in real time without needing to recompile your application.

**As for what you can expect**, XAML Studio 1.1 is available on the [Microsoft Store](https://apps.microsoft.com/detail/9ntls214tkmq?ref=itsfoss.com) right now with goodies like a binding debugger, [IntelliSense](https://code.visualstudio.com/docs/editing/intellisense?ref=itsfoss.com) for code completions, a data context editor, auto-save and restore document functionality, and alignment guides.

But beyond that, the developers have **a 2.0 release in the works** that can be built from source on GitHub right now.

![this screenshot shows the upcoming v2 interface for xaml studio, there is a two-fold sidebar on the left and on the lower-right is the code editor showing the output above](https://itsfoss.com/content/images/2026/01/xaml-studio-2-0-pre-release.png)

**The upcoming V2 interface for XAML Studio as shared by the developers.*

This is **a complete interface overhaul** using [Fluent UI](https://developer.microsoft.com/en-us/fluentui?ref=itsfoss.com). The redesign makes the tool look and feel more modern, matching the current Windows design language. The layout has been restructured to accommodate new panels and tools.

On the features side, XAML Studio 2.0 adds a properties panel that brings together the visual tree navigation, visual state management, and property editing in one place. There is also something called [Adorners](https://github.com/CommunityToolkit/Labs-Windows/pull/760?ref=itsfoss.com) that lets you highlight element boundaries and work on precise layouts.

There is some work pending too. Many of **the 2.0 features are still experimental** and early in their development cycle. The developers are looking to improve these and stabilize the code, with some larger changes still needed to fully support the new features as well as WinUI 3.

Once everything is ready, they plan to push an official stable release of 2.0 to the Microsoft Store sometime later in 2026\. And, to wrap this up, according to [Michael Hawker](https://www.linkedin.com/in/michaelahawker/?ref=itsfoss.com), the project lead for XAML Studio, **the tool was meant to be open source from the beginning**.

*Better late than never, I guess.* 😅