--- id: tf-nightly version: "2.22.0.dev20260809" license: Apache 2.0 license_treatment: permissive maintenance: active --- # tf-nightly — TensorFlow is an open source machine learning framework for everyone. License: permissive · Maintenance: active · Downloads: 751.0K/mo ## What it is and what it does tf-nightly is a nightly development build of TensorFlow, the machine learning framework originally developed by Google Brain. It provides cutting-edge features and bug fixes before they appear in stable releases, making it useful for researchers and developers who want early access to new functionality. The package includes support for distributed computation across CPUs, GPUs, TPUs, and edge devices, with a flexible architecture that abstracts away platform differences. The framework comes with 20 runtime dependencies including numpy, keras-nightly, protobuf, grpcio, and h5py, which handle numerical operations, deep learning layers, serialization, and data I/O. Installation requires Python 3.10 or later and platform-specific wheels are provided for macOS ARM64, Linux x86_64/aarch64, and Windows. Because this is a nightly build updated frequently, it represents the development version rather than a stable release. Use it for: - Prototyping new machine learning models and experimenting with unreleased features. - Training deep neural networks on GPU clusters for large-scale data processing. - Deploying inference pipelines to mobile, edge, or TPU devices with unified code. - Numerical computation and scientific research requiring flexible tensor operations. - Contributing to development or testing compatibility with upcoming releases. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. tf-nightly provides nightly builds of TensorFlow, an open-source framework for numerical computation and machine learning that runs on CPUs, GPUs, TPUs, and edge devices. Yes, with conditions. Install if you need early access to new features for research or development and can tolerate potential instability. Active maintenance, permissive Apache 2.0 license, and zero known vulnerabilities are positive signals. Avoid for production systems requiring stability—use a stable release instead. Medium install friction (20 dependencies, platform-specific wheels) is manageable for most environments. ## Install pip install tf-nightly uv add tf-nightly poetry add tf-nightly ## Installing tf-nightly Before you install: Medium install friction due to 20 runtime dependencies and platform-specific wheels (macOS ARM64, Linux x86_64/aarch64, Windows). Active maintenance with releases every few days; last commit 2026-08-14. Requires Python 3.10 or later. License in practice: Licensed under Apache 2.0 (permissive), allowing commercial use, modification, and distribution with minimal restrictions. No license-based barriers to adoption. Quickstart: pip install tf-nightly import numpy import protobuf Requires Python 3.10 or later; GPU support requires NVIDIA CUDA 12; 20 runtime dependencies will be installed automatically. Verify before relying: - Whether nightly builds are suitable for production use versus development/testing only. - Performance characteristics and stability guarantees compared to stable releases. - Specific GPU/TPU hardware requirements beyond CUDA 12 compatibility. - Exact API surface and which features are available in this nightly version. ## Package facts - License: Apache 2.0 (permissive) - Python support: supports_current - Install friction: medium - Maintenance: active - Downloads: 751.0K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags tensorflow nightly builds, machine learning framework, deep learning computation, neural network training, gpu accelerated math, numerical computation library, tensorflow development version, machine-learning, gpu-accelerated, nightly-build [View on SkillFed](https://skillfed.io/packages/tf-nightly) · [View on PyPI](https://pypi.org/project/tf-nightly/)