Neilio Posted November 19, 2020 Share Posted November 19, 2020 Hey all, I thought I'd start a thread specifically about getting workflows transitioned to work with M1 machines. I was lucky enough to get an M1 MacBook Air and have been playing around with the Universal Alfred build and my existing workflows. From what I can see (I am a pretend developer) a lot of the command line utilities workflows use need to be recompiled to support the arm64 architecture. I've been poking at a few older ones I use often (such as [url="https://www.packal.org/workflow/switch-4k-monitor-resolutions"]Switch 4K resolution[/url] and haven't been able to get a recompiled copy of the command it uses (resolution-cli) to work – I get segmentation fault errors. Post your experiences and any workarounds or fixes you've uncovered to get workflows to run on Apple silicon. Link to comment
Andrew Posted November 19, 2020 Share Posted November 19, 2020 There is a discussion about running x86 terminal commands on the M1 here: https://news.ycombinator.com/item?id=25132217 It looks like you can use the arch command to run x86 binaries under rosetta 2. I haven't tried this though, so ymmv. Cheers, Andrew Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now