All Projects → yuk7 → Archwsl

yuk7 / Archwsl

Licence: mit
ArchLinux based WSL Distribution. Supports multiple install.

Programming Languages

Makefile
30231 projects
powershell
5483 projects

Projects that are alternatives of or similar to Archwsl

Alpinewsl
Alpine Linux based WSL distribution. Supports multi-install. Lightest WSL distribution.
Stars: ✭ 203 (-94.46%)
Mutual labels:  makefile, wsl, windows-10, windows-subsystem-linux
WSL-manager
unofficial gui manager for Windows Subsystem for Linux (WSL)
Stars: ✭ 25 (-99.32%)
Mutual labels:  windows-10, wsl, windows-subsystem-linux
wsl2exe
[TESTING]Use command in WSL from exe executable
Stars: ✭ 34 (-99.07%)
Mutual labels:  windows-10, wsl, windows-subsystem-linux
Wslreverse
Experiments with hidden COM interface and LxBus IPC mechanism in WSL
Stars: ✭ 47 (-98.72%)
Mutual labels:  wsl, windows-10, windows-subsystem-linux
Alwsl
Install archlinux as the WSL (Windows Subsystem for Linux) host.
Stars: ✭ 1,332 (-63.68%)
Mutual labels:  wsl, windows-10, archlinux
Wslinstall
Install any GNU/Linux userspace in WSL
Stars: ✭ 178 (-95.15%)
Mutual labels:  wsl, windows-10, windows-subsystem-linux
Awesome Wsl
Awesome list dedicated to Windows Subsystem for Linux
Stars: ✭ 3,544 (-3.35%)
Mutual labels:  wsl, windows-10, windows-subsystem-linux
Wsl Ssh Pageant
A Pageant -> TCP bridge for use with WSL, allowing for Pageant to be used as an ssh-ageant within the WSL environment.
Stars: ✭ 381 (-89.61%)
Mutual labels:  wsl, windows-10, windows-subsystem-linux
Wsldl
Advanced WSL launcher / installer. (Win10 FCU x64/arm64 or later.)
Stars: ✭ 782 (-78.67%)
Mutual labels:  wsl, windows-10, windows-subsystem-linux
Centwsl
[DISCONTINUED] CentOS based WSL distribution
Stars: ✭ 766 (-79.11%)
Mutual labels:  wsl, windows-10, windows-subsystem-linux
Wsl Docker Git Setup
Shell script to configure Windows Subsystem for Linux (WSL) & Ubuntu on Windows to use docker and docker-compose as well as a git-enabled prompt
Stars: ✭ 23 (-99.37%)
Mutual labels:  wsl, windows-10, windows-subsystem-linux
Wsl Programs
A community powered list of programs that work (and those that don't) on the Windows subsystem for Linux
Stars: ✭ 931 (-74.61%)
Mutual labels:  wsl, windows-10, windows-subsystem-linux
Runinbash
Run Linux commands under WSL without leaving your PowerShell or CMD!
Stars: ✭ 67 (-98.17%)
Mutual labels:  wsl, windows-10
Ui For Uwp
This repo contains the source code for Telerik UI for Universal Windows Platform (UWP), which includes 20+ UI controls for developers building UWP applications.
Stars: ✭ 1,077 (-70.63%)
Mutual labels:  windows-10, uwp-apps
Wsl Distrolauncher
Sample/reference launcher app for WSL distro Microsoft Store packages.
Stars: ✭ 1,180 (-67.82%)
Mutual labels:  wsl, uwp-apps
Pengwin Enterprise
Enterprise-compatible WSL distribution.
Stars: ✭ 52 (-98.58%)
Mutual labels:  wsl, windows-10
Castle Winbuntu
Homesick Castle for use on WSL.
Stars: ✭ 87 (-97.63%)
Mutual labels:  wsl, windows-10
Wslbridge2
Explore various ways to connect Windows Subsystem for Linux with Windows terminal emulators.
Stars: ✭ 93 (-97.46%)
Mutual labels:  wsl, windows-10
Wslu
A collection of utilities for Windows 10 Linux Subsystems
Stars: ✭ 2,020 (-44.91%)
Mutual labels:  wsl, windows-subsystem-linux
Wsl Proxy
WSL proxy files for editor/linux interop
Stars: ✭ 134 (-96.35%)
Mutual labels:  wsl, windows-10

ArchWSL

ArchLinux on WSL (Windows 10 FCU or later), based on wsldl.

screenshot

AppVeyor FS-Workflows Github All Releases PRs Welcome License

日本語 | 简体中文 | 繁體中文 | Español | Português | 한국어

Download | 📓Docs

💻Requirements

  • Windows 10 1709 FCU x64 or later/ Windows 11 x64.
  • Windows Subsystem for Linux feature is enabled.

💾Install

For more details, refer to docs.

※IF YOU USE WSL1, YOU MUST REPLACE GLIBC PACKAGE ON THE FIRST RUN OF INSTANCE, Please refer to docs

📁zip

1. Download installer zip file.

2. Extract all files in the zip file to the same directory.

Please extract to a folder that you have full access permission. For example, 'Program Files' can not be used.

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

Also, the name of the EXE file is used as the name of your WSL instance. That means, if you copy multiple EXE files and rename them to different names, you can have multiple different ArchWSL at the same time without conflict.

4. Initialize keyring of the pacman. (Optional)

This is not required, but you will need to do this if you want to use pacman. See docs.

📦appx

1. Download installer appx and cer file.

2. Install cer file to "Trusted People" of the local machine.

For more details about this, please refer to docs.

You'll need administrator privileges to install the certificate!

3. Double-click, install the appx file.

🥄 Scoop

1. scoop bucket add extras

2. scoop install archwsl

📝How-to-Use(for Installed Instance)

exe Usage

Usage :
    <no args>
      - Open a new shell with your default settings.

    run <command line>
      - Run the given command line in that instance. Inherit current directory.

    runp <command line (includes windows path)>
      - Run the given command line in that instance after converting its path.

    config [setting [value]]
      - `--default-user <user>`: Set the default user of this instance to <user>.
      - `--default-uid <uid>`: Set the default user uid of this instance to <uid>.
      - `--append-path <true|false>`: Switch of Append Windows PATH to $PATH
      - `--mount-drive <true|false>`: Switch of Mount drives
      - `--wsl-version <1|2>`: Set the WSL version of this instance to <1 or 2>
      - `--default-term <default|wt|flute>`: Set default type of terminal window.

    get [setting]
      - `--default-uid`: Get the default user uid in this instance.
      - `--append-path`: Get true/false status of Append Windows PATH to $PATH.
      - `--mount-drive`: Get true/false status of Mount drives.
      - `--wsl-version`: Get the version os the WSL (1/2) of this instance.
      - `--default-term`: Get Default Terminal type of this instance launcher.
      - `--lxguid`: Get WSL GUID key for this instance.

    backup [contents]
      - `--tar`: Output backup.tar to the current directory.
      - `--tgz`: Output backup.tar.gz to the current directory.
      - `--vhdx`: Output backup.ext4.vhdx to the current directory. (WSL2 only)
      - `--vhdxgz`: Output backup.ext4.vhdx.gz to the current directory. (WSL2 only)
      - `--reg`: Output settings registry file to the current directory.

    clean
      - Uninstall that instance.

    help
      - Print this usage message.

⬆️Update

📁zip

1. Download installer zip file.

2. Extract exe file and rootfs.tar.gz from zip file and overwrite your existing ones.

📦appx

1. Download installer appx file.

2. Double-click to install the update.

🚫Known issues

See docs.

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].