Apple Silicon native build of TensorFlow 2.x for macOS. Current version 2.16.2, released Aug 2024. Provides GPU acceleration via Metal Performance Shaders (MPS) on Apple M1/M2/M3 hardware. Release cadence follows upstream TensorFlow roughly quarterly.
pip install tensorflow-macos==2.16.2No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Verify installation and GPU availability on Apple Silicon.
Upgrade to TensorFlow 2.13+ and install via `pip install tensorflow`.
Run `pip install tensorflow-metal` and then check `tf.config.list_physical_devices('GPU')`.Migrate to TF2.x eager execution and tf.function decorators.
Install standard `tensorflow` for Intel Macs.