Windows ARM architecture support for CoApp #1920
Replies: 5 comments 2 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
There doesn't appear to be arm for windows here https://github.com/aclap-dev/vdhcoapp/releases |
Beta Was this translation helpful? Give feedback.
-
I tried clicking on "Show All Assets" and I do see the ARM versions for Linux and Mac, but as @Mattmjs mentioned there is not one for Windows ARM. |
Beta Was this translation helpful? Give feedback.
-
Even though there is no arm version, you can run x86 apps on Arm systems based on a web search. |
Beta Was this translation helpful? Give feedback.
-
@Mattmjs
Yes, and it’s that Recompilation approach that I’m hoping will happen… ARM/aarch64 platforms are becoming more popular, with many software products/projects providing the (re-)compiled software in ARM format so I created this issue in hopes that the CoApp project team would take the same approach. Unless there’s some very low level very hardware specific things going on in CoApp this should basically just be another compilation in the build process, this time specifying the ARM architecture (https://learn.arm.com/install-guides/gcc/cross/). And if CoApp is currently available for M-series Macs I suspect the cross-compilation is already being done for those builds.
For background, I imagine an x86 installer can be converted to an arm installer if there are no binaries involved in the distribution – if there are binaries involved then a (cross-)compilation from source of all the binaries is a hard requirement. Although I guess the converted installer could install the x86 binaries and arrange that they run under emulation but as you mentioned the best approach is recompilation.
In the Windows world the emulation seems to work reasonably well for Windows and Windows apps but once you cross over into Linux on WSL things get a good bit sketchier.
From: Mattmjs ***@***.***>
Sent: Thursday, May 29, 2025 2:02 AM
To: aclap-dev/video-downloadhelper ***@***.***>
Cc: etxaleku ***@***.***>; Mention ***@***.***>
Subject: Re: [aclap-dev/video-downloadhelper] Windows ARM architecture support for CoApp (Discussion #1920)
@etxaleku <https://github.com/etxaleku>
That's understandable if the experience wasn't too good with the printer. You could test drive it in Windows Sandbox to see if it will run properly. This won't interfere with your windows installation. You'll be able to determine if it's satisfactory or not.
It won't save anything once the sandbox is closed. Beyond that I put a question to ai for other options, see the response.
can x86 installer be converted to arm installer
Yes, but it depends on the installer and the software itself. Here are some key considerations:
Recompilation: If you have access to the source code, the best approach is to recompile the software for ARM architecture.
Emulation: Windows on ARM supports x86 emulation, meaning some x86 installers might work without modification
Repackaging: Some tools allow repackaging x86 installers to work on ARM, but compatibility isn't guaranteed
—
Reply to this email directly, view it on GitHub <#1920 (reply in thread)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AALG3GSVSYGZDFXEIP6PN633A2WE3AVCNFSM6AAAAAB2UL3QMSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGMZQGYZDAMI> .
You are receiving this because you were mentioned. <https://github.com/notifications/beacon/AALG3GV5VSOYPJWV7C6UBL33A2WE3A5CNFSM6AAAAAB2UL3QMSWGG33NNVSW45C7OR4XAZNRIRUXGY3VONZWS33OINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQAZMEVS.gif> Message ID: ***@***.*** ***@***.***> >
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Your question
Is there an ARM64 (aarch64) version of the CoApp for Windows? I see one for Linux but I can't seem to find one for Windows (11).
Addon & CoApp version and details
version: 9.3.0.1
target: mozilla
channel: stable
lang: en-US
coapp: {"found":false,"error":"No such native application net.downloadhelper.coapp"}
license: {"unset":true}
platform: aarch64 win
UA: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:137.0) Gecko/20100101 Firefox/137.0
{
"view_options": {
"all_tabs": false,
"low_quality": false,
"sort_by_status": true,
"sort_reverse": false,
"show_button_clean": true,
"show_button_clean_all": false,
"show_button_convert_local": false,
"hide_downloaded": false
},
"use_sidebar": true,
"open_count_store": 3
}
Beta Was this translation helpful? Give feedback.
All reactions