this post was submitted on 19 May 2025
695 points (97.5% liked)

Technology

70173 readers
4097 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

Today we’re very excited to announce the open-source release of the Windows Subsystem for Linux. This is the result of a multiyear effort to prepare for this, and a great closure to the first ever issue raised on the Microsoft/WSL repo:

https://github.com/microsoft/WSL

you are viewing a single comment's thread
view the rest of the comments
[–] The_Decryptor@aussie.zone 10 points 1 day ago (1 children)

Not like you can fork it to run on a different OS.

For WSL1? yep that's effectively impossible.

WSL2 is effectively just a wrapper around the kernel virtualization support and a bundling format, as long as whatever image you run talks to the host properly (like any other virtualised OS would) it'd run.

[–] TerHu@lemm.ee 6 points 22 hours ago (1 children)

does that mean we could build a wsl that provides the flatpak environment, so that we could get a one click install flatpak for windows?

[–] The_Decryptor@aussie.zone 2 points 19 hours ago (1 children)

Should be possible, as it's a normal VM you can already install flatpak apps in said VM as normal, you'd just need a Windows side bit to invoke the install within WSL when you opened the flatpak bundle, and then something to add a start menu shortcut from the app inside the VM (Which I actually assume already exists, I never actually ran WSL2 when I was on Windows)

[–] ramble81@lemm.ee 3 points 17 hours ago

WSL2 now supports WSLg which allows you to run X11 (or other graphics packages) natively now.