Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tranzystorekk/chimerawsl
Install Chimera Linux as a WSL instance
https://github.com/tranzystorekk/chimerawsl
wsl
Last synced: 21 days ago
JSON representation
Install Chimera Linux as a WSL instance
- Host: GitHub
- URL: https://github.com/tranzystorekk/chimerawsl
- Owner: tranzystorekk
- License: mit
- Created: 2022-10-26T10:46:03.000Z (about 2 years ago)
- Default Branch: trunk
- Last Pushed: 2024-06-13T08:16:54.000Z (5 months ago)
- Last Synced: 2024-06-13T11:06:00.456Z (5 months ago)
- Topics: wsl
- Language: Just
- Homepage:
- Size: 9.77 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChimeraWSL
## About
[Chimera Linux](https://chimera-linux.org/) on WSL, based on [wsldl](https://github.com/yuk7/wsldl).
## Installing
1. [Download](https://github.com/tranzystorek-io/ChimeraWSL/releases/latest) installer zip
2. Extract all files in zip file to same directory
3. Run `chimera.exe` to extract rootfs and register to WSLExe filename is used as WSL instance name - you can rename it to create multiple installations.
## Usage
Refer to the [wsldl usage reference](https://github.com/yuk7/wsldl#how-to-usefor-installed-instance).
## Build
Dependencies:
- `curl`
- `zip`
- [`just`](https://github.com/casey/just) >= `1.9.0`The releases are built from the `justfile`. Run the following:
```shell
mkdir build
just -d build --justfile justfile
```