-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arm64 Build of Hyper doesn't run on Linux. #6937
Comments
I have the exact same issue. Installed Ubuntu 22.04 (ARM64) with parallels. Tried also the latest Version 4 Canary - same error message. |
Yeah, there's issues with arm64 builds on github actions, I've recently got an arm64 device to use as host for our github actions, it might take some time, but should be fixed soon. You can try to build on your device if you want something immediate. |
Hey Labhansh, I tried to build it myself at the time when I created this issue, and I believe I was getting a similar error about Pty. Maybe not available for arm? 🤷♀️ |
Yeah, I remember something similar from when I was trying this last time on qemu, but I think there was some workaround. Will know for sure once I get my hands on the arm device I've ordered. |
👍
|
same error on NVIDIA Orin Linux maitai1 5.10.104-tegra #2 SMP PREEMPT Thu Apr 27 14:23:04 CST 2023 aarch64 aarch64 aarch64 GNU/Linux |
can you guys please try this appimage build https://github.com/LabhanshAgrawal/hyper/actions/runs/5177593536#artifacts |
I installed via deb at the link you provided, and it does seem to be up and working. Have not tested anything extensively, or used any plugins but this looks good- thanks! |
Was able to modify fontSize and fontFamily by editing ~/.config/Hyper/hyper.json (as opposed to ~/.hyper.js) |
We're moving to Json for v4, canary builds are using Json as well. You should be able to open it directly from the preferences menu option and the associated keyboard shortcut (ctrl+shift+, on Linux IIRC) |
Hi, I was just testing it out. Like mentioned before, the deb file is working on my Ubuntu 20.04, however the AppImage build does not seem to work. It fails at some point with this error message: I will be happy to answer any further questions 😄 Thanks for the progress and the efforts that are being made so far. |
@mokshsinghji Can you launch the AppImage from the default terminal and then paste the logs here? |
I've opened #7227 for this |
Issue
Hi, ,when I download the arm64 version of Hyper from both hyper.is and GitHub releases for Linux, and install it using
dpkg
, it installs successfully, but when I try to run it from both the command line and the activities menu on Ubuntu, it doesn't open any windows.When I did
hyper -v
, when I received the output ofI would really like to use Hyper, but due to this I am unable to use it at all.
The text was updated successfully, but these errors were encountered: