-
Notifications
You must be signed in to change notification settings - Fork 54
MacOS ARM Installation
Marco Rosa edited this page Jan 14, 2025
·
2 revisions
Tested on a M3 MacBook
- Remove
tf-models-officialfromrequirements.txtfile - Install requirements:
pip install -r requirements.txt -
Install-> the library has been released for ARM, so this step is no longer neededtensorflow-textfor MacOS-ARM from this projectcheck the releases page and download thetensorflow-textpackage for your python version. Then install it withpip install ./tensorflow-X.YY-cp3XX-cp3XX-macosx_14_0_arm64.whl
- Install
tf-models-officialwithout 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
credentialdiggerCLI
- 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