A native arm64
version of the Fission CLI is not yet available. When support is ready in the Haskell compiler, we will ship native binaries. In the meantime, the Fission CLI runs under "Rosetta 2" emulation. To get this working:
Ensure Rosetta 2 is installed:
Install the x86_64
version of homebrew:
This will install a separate version of homebrew in /usr/local
for x86_64 tools.
Finally, Install the Fission CLI via:
The Fission CLI will now be available at /usr/local/bin/fission
For convenience you may want to add something like alias ibrew='arch -x86_64 /usr/local/bin/brew'
to your shell configuration for managing Intel formulae using ibrew COMMAND
(e.g. ibrew install fission-suite/fission/fission-cli
).