-
Notifications
You must be signed in to change notification settings - Fork 49
MacOS ARM Installation
Marco Rosa edited this page Jan 14, 2025
·
2 revisions
Tested on a M3 MacBook
- Remove
tf-models-official
fromrequirements.txt
file - Install requirements:
pip install -r requirements.txt
-
Install-> the library has been released for ARM, so this step is no longer neededtensorflow-text
for MacOS-ARM from this projectcheck the releases page and download thetensorflow-text
package for your python version. Then install it withpip install ./tensorflow-X.YY-cp3XX-cp3XX-macosx_14_0_arm64.whl
- Install
tf-models-official
without transitive dependenciespip install tf-models-official --no-deps
. Indeed, some of this package's dependencies are not compatible with ARM machines. - Install Credential Digger from source
pip install .
- Install missing packages (
tensorflow-hub
,tf-keras
, and possibly other missing packages, as they raise missing package exceptions) - Run a test scan with
credentialdigger
CLI
- Installation instructions: Readme
- Preparation for the scanner's rules
- Deploy over HTTPS (Optional)
- How to update the project
- How to install on MacOS ARM
- Python library
- CLI
- Web UI through the Docker installation
- Pre-commit hook