All Projects → am11 → VoidMuslWSL

am11 / VoidMuslWSL

Licence: MIT license
Install Void Linux (with musl-libc) as a WSL Instance (for Windows 10 1803 64bit or later)

Programming Languages

Makefile
30231 projects

Projects that are alternatives of or similar to VoidMuslWSL

ungoogled-chromium-void
Ungoogled Chromium template and builds for Void Linux
Stars: ✭ 35 (+16.67%)
Mutual labels:  voidlinux, void-linux
void-pine64
Build scripts for void linux images on Pine64 boards.
Stars: ✭ 14 (-53.33%)
Mutual labels:  voidlinux, void-linux
linux-installer
Universal GNU+Linux installer script
Stars: ✭ 16 (-46.67%)
Mutual labels:  voidlinux, void-linux
.tmux
🇫🇷 Oh my tmux! My self-contained, pretty & versatile tmux configuration made with ❤️
Stars: ✭ 15,594 (+51880%)
Mutual labels:  wsl
Wsl Dotfiles
My dotfiles for running an i3-based environment within the Windows Subsystem for Linux (WSL).
Stars: ✭ 211 (+603.33%)
Mutual labels:  wsl
cxfuse
Crossmeta FUSE Windows Port
Stars: ✭ 55 (+83.33%)
Mutual labels:  wsl
kWSL
KDE Neon 5.25+ installer for WSL1. Does not require Linux kernel, SystemD, hypervisor, container, or X11 server.
Stars: ✭ 96 (+220%)
Mutual labels:  wsl
Winfetch
🛠 A command-line system information utility written in PowerShell. Like Neofetch, but for Windows.
Stars: ✭ 189 (+530%)
Mutual labels:  wsl
wsl-distrod
Distrod is a meta-distro for WSL 2 which installs Ubuntu, Arch, Debian, Gentoo, etc. with systemd in a minute for you. Distrod also has built-in auto-start feature on Windows startup and port forwarding ability.
Stars: ✭ 1,637 (+5356.67%)
Mutual labels:  wsl
memealyzer
Memealyzer is an app built to demonstrate some the latest and greatest Azure tech to dev, debug, and deploy microservice applications.
Stars: ✭ 97 (+223.33%)
Mutual labels:  wsl
dotfiles
~/.dotfiles
Stars: ✭ 28 (-6.67%)
Mutual labels:  wsl
Emacs Wsl
Install and run Emacs with the Windows Subsystem for Linux (WSL) in Windows 10.
Stars: ✭ 234 (+680%)
Mutual labels:  wsl
convey
Communication through a serial port or named pipe
Stars: ✭ 46 (+53.33%)
Mutual labels:  wsl
Lxrunoffline
A full-featured utility for managing Windows Subsystem for Linux (WSL)
Stars: ✭ 3,005 (+9916.67%)
Mutual labels:  wsl
portabledevops
A portable devops tool set on windows, easy customization of cmder/console+msys2/cygwin/wsl
Stars: ✭ 53 (+76.67%)
Mutual labels:  wsl
dotfiles
My shell configuration and scripts. My "dotfiles". ... Over a decade of tuning my environments. ⌚😮🤯
Stars: ✭ 20 (-33.33%)
Mutual labels:  wsl
Alpinewsl
Alpine Linux based WSL distribution. Supports multi-install. Lightest WSL distribution.
Stars: ✭ 203 (+576.67%)
Mutual labels:  wsl
Terminal
The new Windows Terminal and the original Windows console host, all in the same place!
Stars: ✭ 79,371 (+264470%)
Mutual labels:  wsl
Pengwin
A Linux distro optimized for WSL based on Debian.
Stars: ✭ 1,415 (+4616.67%)
Mutual labels:  wsl
dotfiles
Dotbot managed dotfiles for a polyglot dev using WSL. Includes PowerShell stuff for Windows Installation
Stars: ✭ 14 (-53.33%)
Mutual labels:  wsl

This repository is superseded by https://git.io/voidmuslwsl, which provides both glibc and musl-libc variants.

VoidMuslWSL

Void Linux on WSL (Windows 10 1803 or later) based on wsldl. This project is based on Void Linux musl-libc. For GNU-libc, visit https://git.io/voidwsl.

screenshot

Main CI Workflow Github All Releases PRs Welcome License

Download

Requirements

  • Windows 10 1803 April 2018 Update x64 or later.
  • Windows Subsystem for Linux feature is enabled.

Install

1. Download installer zip

2. Extract all files in zip file to same directory

3.Run VoidMusl.exe to Extract rootfs and Register to WSL

Exe filename is using to the instance name to register. If you rename it you can register with a diffrent name and have multiple installs.

How-to-Use(for Installed Instance)

exe Usage

Usage :
    <no args>
      - Launches the distro's default behavior. By default, this launches your default shell.

    run <command line>
      - Run the given command line in that distro.

    config [setting [value]]
      - `--default-user <user>`: Set the default user for this distro to <user>
      - `--default-uid <uid>`: Set the default user uid for this distro to <uid>
      - `--append-path <on|off>`: Switch of Append Windows PATH to $PATH
      - `--mount-drive <on|off>`: Switch of Mount drives

    get [setting]
      - `--default-uid`: Get the default user uid in this distro
      - `--append-path`: Get on/off status of Append Windows PATH to $PATH
      - `--mount-drive`: Get on/off status of Mount drives
      - `--lxuid`: Get LxUID key for this distro

    clean
     - Uninstalls the distro.

    help
      - Print this usage message.

How to uninstall instance

>VoidMusl.exe clean

How-to-Build

VoidMuslWSL can build on GNU/Linux or WSL.

curl,zip,unzip,tar(gnu) and sudo is required for build.

$ make
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].