FactoryOS 10x shell is a UWP app that aims to accurately recreate the Windows 10X shell and experience in XAML/C#. The shell is designed to run under FactoryOS as part of my 10X revival project.
Note
Do note that everything will not be exactly 1:1 with 10X, but I do try my best.
To build the 10X shell, you're gonna need a few things.
- Install Microsoft Visual Studio 2022 (any edition works)
- Make sure you've installed the
.NET Desktop Development
workload, along with theUniversal Windows Platform
workload. - Open the 10x-shell project by clicking the
factoryos-10x-shell.sln
file in your file explorer. - At the top of Visual Studio, click the
Local Machine
button to compile and start the shell in Debug mode.
To install the shell independently, download the latest release, then install the app package in the downloaded release.
Note
Since 10X shell is under development, you may not see any releases. Once a build is stable, it will be released.
To contribute to 10X shell, create an issue describing your suggestion, then you'll be given the green light to continue and make a PR. All contributions are appreciated!
10X shell is licensed under the MIT License, found here.