skillfed

tf-nightly

TensorFlow is an open source machine learning framework for everyone.

tf-nightly v2.22.0.dev20260809 751.0K downloads/30d#5,158 on PyPI197,026
Permissive license Apache 2.0 Active released

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 on this page — 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

tf-nightly on PyPI

pip

pip install tf-nightly

uv

uv add tf-nightly

poetry

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 the current Python release (>=3.10)
Install friction medium — platform-specific wheel
Runtime dependencies 20 — absl-py, astunparse, flatbuffers, gast, google_pasta, libclang, opt_einsum, packaging, protobuf, requests, setuptools, six, termcolor, typing_extensions, wrapt, grpcio, keras-nightly, numpy, h5py, ml_dtypes
Maintenance actively maintained — 5 days since the last release
Last repo commit
First released
Downloads 750,954/month — #5,158 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: tf_nightly-2.22.0.dev20260809-cp311-cp311-macosx_12_0_arm64.whl; tf_nightly-2.22.0.dev20260809-cp311-cp311-manylinux_2_27_aarch64.whl; tf_nightly-2.22.0.dev20260809-cp311-cp311-manylinux_2_27_x86_64.whl; tf_nightly-2.22.0.dev20260809-cp312-cp312-macosx_12_0_arm64.whl; tf_nightly-2.22.0.dev20260809-cp312-cp312-manylinux_2_27_aarch64.whl; tf_nightly-2.22.0.dev20260809-cp312-cp312-manylinux_2_27_x86_64.whl; tf_nightly-2.22.0.dev20260809-cp313-cp313-macosx_12_0_arm64.whl; tf_nightly-2.22.0.dev20260809-cp313-cp313-manylinux_2_27_aarch64.whl; tf_nightly-2.22.0.dev20260809-cp313-cp313-manylinux_2_27_x86_64.whl; tf_nightly-2.22.0.dev20260809-cp313-cp313-win_amd64.whl; tf_nightly-2.22.0.dev20260809-cp314-cp314-macosx_12_0_arm64.whl; tf_nightly-2.22.0.dev20260809-cp314-cp314-manylinux_2_27_aarch64.whl; tf_nightly-2.22.0.dev20260809-cp314-cp314-manylinux_2_27_x86_64.whl

Keywords: tensorflow, tensor, machine, learning

Development Status :: 5 - Production/StableEnvironment :: GPU :: NVIDIA CUDA :: 12Environment :: GPU :: NVIDIA CUDA :: 12 :: 12.0Intended Audience :: DevelopersIntended Audience :: EducationIntended Audience :: Science/ResearchLicense :: OSI Approved :: Apache Software LicenseProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Topic :: Scientific/EngineeringTopic :: Scientific/Engineering :: Artificial IntelligenceTopic :: Scientific/Engineering :: MathematicsTopic :: Software DevelopmentTopic :: Software Development :: LibrariesTopic :: Software Development :: Libraries :: Python Modules

Tags

tensorflow nightly buildsmachine learning frameworkdeep learning computationneural network traininggpu accelerated mathnumerical computation librarytensorflow development version
machine-learninggpu-acceleratednightly-build

More Software Development packages