https://github.com/lamparter/labware
Elevate your VM administration with Labware, crafted specifically to address the needs of every power user.
https://github.com/lamparter/labware
hypervisor microsoft-ui-xaml riverside uwpstation virtualization vm vmsapp vmware vmware-workstation winappsdk windows winui
Last synced: about 1 year ago
JSON representation
Elevate your VM administration with Labware, crafted specifically to address the needs of every power user.
- Host: GitHub
- URL: https://github.com/lamparter/labware
- Owner: Lamparter
- License: mit
- Created: 2023-11-09T10:17:17.000Z (over 2 years ago)
- Default Branch: insider
- Last Pushed: 2025-05-05T08:41:57.000Z (about 1 year ago)
- Last Synced: 2025-05-07T22:07:02.233Z (about 1 year ago)
- Topics: hypervisor, microsoft-ui-xaml, riverside, uwpstation, virtualization, vm, vmsapp, vmware, vmware-workstation, winappsdk, windows, winui
- Language: C#
- Homepage:
- Size: 2.34 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: .github/README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!IMPORTANT]
> This is a work-in-progress port of the legacy UWPStation to the Windows App SDK.
# `Labware`
##### Elevate your VM administration with Labware, crafted specifically to address the needs of every power user.
---
Introducing **Labware**, an app designed to **elevate your experience** with using and administering virtual machines. It is designed with FluentUI and is incredibly customizable, designed with power users in mind.
### Building from source
#### 1. Prerequisites
- [Visual Studio 2022](https://visualstudio.microsoft.com/vs/) with the following individual components:
- .NET SDK
- Windows App SDK development workload (if on Windows)
- Git
#### 2. Clone the repository
```
git clone https://github.com/Lamparter/Labware
```
This will create a local copy of the repository.
#### 3. Build the project
To build Labware for development, open the `Labware.sln` item in Visual Studio. Right-click on the `Riverside.Labware` project in solution explorer and select click 'Build'.
---
