What are the plans for supporting rclone on Apple M1 chipset? Or does Rosetta2 make the intel version work? If yes on rosetta2 then does the rclone mount command also work?
Asking for a friend who needs to buy a new Macbook.
What are the plans for supporting rclone on Apple M1 chipset? Or does Rosetta2 make the intel version work? If yes on rosetta2 then does the rclone mount command also work?
Asking for a friend who needs to buy a new Macbook.
Anything "should" already run but you'd probably want to test it out to validate for sure as perhaps the other requirements outside of rclone may or may not.
Once the 16"s get released, I'll let you know
The existing darwin/amd64 release should work under Rosetta 2.
I think (but I'm not sure) GoLang also supports the arm64 target needed for the M1 chip.
BUT... BigSur may introduce some code signing requirements. The user may need to run codesign
to let it run on their machine (unless @ncw has a developer account and can sign the binaries he builds).
However, this is all theoretical!
In summary
Here is what https://doesitarm.com/formula/rclone/ says:
Which is why I am asking.
I'm not sure (I don't have a mac, alas). @darthShadow ?
I could send a PR to update the site via https://github.com/ThatGuySam/doesitarm but there are 2 issues:
Once we either release 1.54 or go 1.16 gets released, I can go ahead and partially update that site depending on what changes by then.
I'll probably switch the rclone beta to be go1.16beta at some point. I'd be happy to release 1.54 if go1.16 has got to rc1
I guess off topic (slightly) but do you happen to know about mount
(or I guess cmount
) and the underlying FUSE tools? I guess I could probably make do with serve webdav
as opposed to mount if I had to. (I actually don't understand why this isn't used more. Seems like a good alternative if you don't want to rely on third-party tools).
I don't have a mac, alas
I happily support rclone monthly with Github's patron thing but if you started one specifically to get an M1 mac, I'd throw some in for that too. Especially if you think it would help in supporting macOS users. Or, if AWS eventually gets M1's, maybe even their virtual desktop that you can spin up for 24hrs.
Alternatively, if you wanted to start one for me to get a new M1, that'd be cool too! (kidding of course)
It should work I think. You'll need to compile with go build -tags cmount
and you'll need a very recent OSXFUSE.
Thank you
Interesting idea!
Can confirm works well on M1 using Rosetta2 emulation. If you try and use M1 Terminal default, it will not function and will error out.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.