-
Notifications
You must be signed in to change notification settings - Fork 49
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
Macbook M1|2|3 support #249
Comments
Update as of end of 2023 on this issue:
|
A way to install Credential Digger on ARM has been successfully tested. See wiki here. Missing dependencies to have a full integration instead of this workaround:
|
Another option: play with |
|
At the current stage we are not supporting M1 (or M2) out-of-the-box.
Some dependencies are not actually compatible (e.g.,
hyperscan
). Moreover, also docker may have some architectural issues.Initial steps to do:
export DOCKER_DEFAULT_PLATFORM=linux/amd64
?)After these verifications, we will identify the steps needed to support arm
The text was updated successfully, but these errors were encountered: