-
-
Notifications
You must be signed in to change notification settings - Fork 149
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
M1 support? #220
Comments
I would love to add a support for this. Unfortunately I don't have a M1 device. Any community member with Apple Silicone macbook, who would like to contribute, please comment below this thread so that we can roll out a M1 build to the other community members as well. Cheers |
Hey, you can just generate a universal binary even on intel: https://developer.apple.com/documentation/xcode/building_a_universal_macos_binary Debugging is another thing, but proving something so people can test it. |
Added apple silicon universal support as mentioned here electron-userland/electron-builder#5689 to fix ganeshrvel#220
@NotANormalNerd how about the app size after creating a universal binary? I use some native binaries inside the app which also needs to be cross compiled. not sure if it is possible at this moment. looking into it |
Happy to test a M1 version for you. |
I can help in testing M1 version |
Works for me on M1, installed via homebrew Great job dev! Kudos |
I have a M1, it works fine only transferring pictures or videos goes slow. |
Not able to use on Mac air m1 and Samsung A50 coz device is not showing ... |
Just going to bump this, I don't have Rosetta on my macbook and would love to see this supported. Is #223 still viable? |
Soon ;) |
Does anyone here knows how to cross compile a CGO application, which has a shared DYLIB, in Go? |
UpdateOpenMTP M1 alpha release. Warning:
Feedback is appreciated Download OpenMTP-3.2.0-alpha.1-arm64 Cheers. |
Hi, I've just downloaded the M1 version and it seems to work fine. If you cmd+q the app while the main window is open the app exits just fine. |
Hi @ganeshrvel! First of all, thanks for making this awesome app (that I have yet to try out)! Secondly, unfortunately I run into an issue while trying to download the file:
Could you please host the binaries somewhere else/add more bandwidth to lfs? I guess too many people would love to use your app :) |
@nadamdb looking into it. |
To work around the traffic limit, I tried to compile it myself on an M1 mac. I needed to add
to (I used the |
Great, even if at the first start it borks the whole macOS 12.3, stucking the each apps in dead stat until hard reboot, but it's connect the phone and remove awful delays on the UI. |
Hey @ganeshrvel :) Thank you for your work on this! Any update on when/if we can expect an arm binary as part of the regular release cycle? |
I am making some final pushes to the m1 branch. Hopefully this week I will be able to make a beta release |
About OpenMTP-3.2.0-alpha.5OpenMTP Nightly build. Warning:
Feedback is appreciated Cheers. Download urls: |
Just to provide data point. 3.2.0-alpha.5 still isn't working for my M1 2020, tested with Samsung Note 9. |
3.2.0-alpha.5 works great on an M1 Pro with a Oneplus 6T and 9 Pro, haven't had any issues so far, tested with several cables |
Could try these?
Apple silicone: https://github.com/ganeshrvel/openmtp-testflight/releases/download/v3.2.0-alpha.5/openmtp-3.2.0-alpha.5-mac-arm64.dmg Installation instructions for openmtp Alpha version: #220 (comment) Thanks again, |
I found out on my M1 max and Pixel XL that turning the MTP mode to Legacy makes the app work perfectly. In Kalam mode, It took 13 minutes to copy 28 MB of photos and videos. Legacy mode was blazing fast under a minute. |
OpenMTP-3.2.0-beta.1 is out 🔥🔥 Note: This a pre-release version and the app might be unstable. Features
Special shoutout to @CodyJung for adding the Fujifilm and Garmin devices support. 🔥🔥 DownloadmacOS Apple Silicone (arm64): https://github.com/ganeshrvel/openmtp/releases/download/v3.2.0-beta.1/openmtp-3.2.0-beta.1-mac-arm64.dmg |
OpenMTP v3.2.0 features Apple silicon native support: https://github.com/ganeshrvel/openmtp/releases/tag/v3.2.0 Closing this issue. Thanks everyone! |
Any plans for an M1 build?
Or a universal binary, as far as I can tell it's only intel so far. (though does seem to work ok via Rosetta)
The text was updated successfully, but these errors were encountered: