AppImage / AppImageKit

Package desktop applications as AppImages that run on common Linux-based operating systems, such as RHEL, CentOS, openSUSE, SLED, Ubuntu, Fedora, debian and derivatives. Join #AppImage on irc.libera.chat
http://appimage.org
Other
8.57k stars 546 forks source link

Investigate WinFSP for a Windows version of AppImage #921

Open probonopd opened 5 years ago

probonopd commented 5 years ago

Investigate the WinFSP FUSE compatibility layer for a possible future Windows version of AppImage.

Note that I won't be spending time to figure this out myself as I am not interested in using Windows, but I would welcome contributors to look into it.

https://github.com/billziss-gh/winfsp/blob/master/inc/fuse3/fuse.h

Pantyhose-X commented 3 years ago

AppImage completely alternatives .exe One-time build for cross-platform use

probonopd commented 3 years ago

Possibly with WSL2 it works basically out of the box. I have never tried because I am not a Windows user.

hardpenguin commented 1 year ago

Hi, is there any update regarding building creating AppImages on Windows?

masx200 commented 1 year ago

Is there an AppImage that can be used on Windows systems?

probonopd commented 1 year ago

People say that AppImages can run on Windows with WSL2, but I have not tested it.

masx200 commented 1 year ago

You can use wim's packaged format on Windows, And the file in the wim format can be compressed ,and use the dism tool to mount wim files, but dism does not support offset parameters

https://learn.microsoft.com/zh-cn/windows-hardware/manufacture/desktop/dism-image-management-command-line-options-s14?source=recommendations&view=windows-11#mount-image

@microsoft

https://learn.microsoft.com/zh-cn/windows-hardware/manufacture/desktop/dism/creating-a-dism-application?view=windows-11

https://learn.microsoft.com/zh-cn/windows-hardware/manufacture/desktop/dism/dismmountimage-function?view=windows-11

https://learn.microsoft.com/en-us/powershell/module/storage/mount-diskimage?view=windowsserver2022-ps

https://learn.microsoft.com/en-us/powershell/module/dism/mount-windowsimage?view=windowsserver2022-ps

Or use ISO as the packaging format and use PowerShell to mount ISO files, but ISO does not support compression, but also does not support the offset parameter.

What if you could suggest that dism in Windows support the offset parameter so that you can use appimage on Windows?

masx200 commented 1 year ago

https://wimlib.net/

wimlib

the open source Windows Imaging (WIM) library