Linux on ARM #6678
Replies: 6 comments 4 replies
|
Who says "Greetings" lol |
|
Just thought it might be easy to add to the build pipe for releases |
|
try this in the meantime : https://x.com/maria_rcks/status/2030076417992708301 added to internal issues and let the team know. |
|
What's the status on this? Btw, maintaining .rpm packages for this now for more than a month |
|
I successfully built the current Environment
Build commandsAfter installing Vite+ and the repository dependencies, I ran: vp i
vp run dist:desktop:artifact --platform linux --target AppImage --arch arm64 --verboseThe build completed successfully and produced: The artifact was approximately 153 MiB. On Fedora, launching the AppImage itself required these compatibility/runtime packages: sudo dnf install zlib-ng-compat-devel fuseWithout them, the AppImage runtime reported a missing ./T3-Code-0.0.33-arm64.AppImage --appimage-extract
./squashfs-root/AppRunThis confirms that the existing desktop build script already supports Linux ARM64. The remaining work appears to be adding an ARM64 Linux entry alongside the existing x64 entry in the release workflow, using the maintainers' preferred ARM64 CI runner. It should add ARM64 rather than replace x64. I found the earlier PR #1755, but it was closed unmerged by its author shortly after opening and replaced the x64 build rather than adding a second architecture. I could not find a currently open PR that adds a Linux ARM64 AppImage release job. Would you accept a small PR that adds Linux ARM64 to the release matrix? If so, which ARM64 runner label should be used with the current Blacksmith setup? I can also test an official CI-produced artifact on this ARM64 Fedora/Asahi machine once one is available. |
|
I ran into this while trying to install T3 Code through Omarchy on an ARM64 PC. Omarchy includes T3 Code in its installer, but the AUR package only provides the x86-64 AppImage. On The browser-based npm version is a possible workaround, but it isn’t a replacement for the packaged desktop app or a smooth native installation. Since the desktop app has already been built successfully for Linux ARM64, could an ARM64 AppImage be added to the official releases? That would also allow the AUR package and Omarchy installer to support ARM PCs properly. |
Uh oh!
There was an error while loading. Please reload this page.
Greetings,
can the next release include a Linux aarch64/arm64 build so that one can use the app outside of the browser on Linux on ARM machines?
Example: I'm currently testing a rpi cm5l based Laptop
All reactions