YoWSL

YoWSL is yet another Windows Subsystem for Linux tweaker.

The Windows 10 Fall Creators Update has a great feature called the Windows Subsystem for Linux (WSL). YoWSL enables you to register a WSL distro in an arbitrary folder using your .tar.gz archive.

This project is in a very early stage of development.

Features

Prerequisites

```

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux ```

Installation

Pre-built binaries

You can download pre-built binaries from the downloads page. You will need to extract a .zip archive and put yowsl.exe in your paths.

Building

If you have the Rust toolchain, you can build YoWSL with Cargo:

```

cargo install yowsl ```

References

License

YoWSL is distributed under the terms of the Apache License, Version 2.0. See LICENSE-APACHE-2-0 for details.