skillfed

newton

A GPU-accelerated physics engine for robotics simulation

newton v1.5.0 142.6K downloads/30d#11,205 on PyPI
Permissive license Apache-2.0 Active released

What it is and what it does

Newton is a GPU-accelerated physics simulation engine purpose-built for robotics and simulation research. It extends NVIDIA Warp's simulation capabilities and integrates MuJoCo Warp as its primary backend, emphasizing GPU-based computation, differentiability, and extensibility. The engine supports a wide range of simulation scenarios including rigid bodies, soft bodies, cloth, cables, and material point method (MPM) simulations, with built-in support for OpenUSD and multiple visualization backends.

The package is designed for rapid iteration in robotics research, offering examples for robot control, inverse kinematics, contact dynamics, and multi-physics coupling. It requires Python 3.10+, an NVIDIA GPU with Maxwell architecture or newer (driver 545+), or can run CPU-only on macOS. Installation is straightforward via pip, with optional examples available. The project is community-maintained under Linux Foundation stewardship and was initiated by Disney Research, Google DeepMind, and NVIDIA.

Use it for:

  • Simulate robot dynamics and control policies for humanoid and legged robots like Franka, H1, and ANYmal.
  • Develop and test inverse kinematics solutions with GPU acceleration for real-time performance.
  • Model cloth and cable interactions in manipulation tasks, such as pick-and-place with deformable objects.
  • Run differentiable simulations for gradient-based optimization of robot morphologies or control parameters.
  • Prototype multi-physics scenarios combining rigid bodies, soft bodies, and granular materials in a single simulation.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Newton is a GPU-accelerated physics simulation engine built on NVIDIA Warp and MuJoCo Warp, designed for robotics and simulation research with support for rigid bodies, soft bodies, cloth, cables, and differentiable simulation.

Yes, if you are a roboticist or simulation researcher with access to an NVIDIA GPU and need GPU-accelerated physics with differentiability and extensibility. The low install friction, active maintenance, permissive license, and comprehensive example suite make it a solid choice. No security vulnerabilities reported. Consider if you require CPU-only simulation on non-macOS platforms or need physics engines not covered by the provided examples.

Install

newton on PyPI

pip

pip install newton

uv

uv add newton

poetry

poetry add newton

Installing newton

Before you install

Low friction installation via pip; requires Python 3.10+, NVIDIA GPU with driver 545 or newer (CUDA 12), or CPU-only on macOS. Active maintenance with release 3 days old.

License in practice

Apache-2.0 permissive license allows commercial and private use with minimal restrictions; documentation separately licensed CC-BY-4.0.

Quickstart

pip install "newton[examples]"
python -m newton.examples basic_pendulum

Requires Python 3.10+; NVIDIA GPU with Maxwell architecture or newer and driver 545+, or runs CPU-only on macOS.

Verify before relying

  • Whether warp-lang dependency is automatically installed or requires separate setup.
  • Performance characteristics and simulation scale limits compared to other physics engines.
  • Availability and maturity of the OpenUSD integration mentioned in the description.

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 1 — warp-lang
Maintenance actively maintained — 3 days since the last release
First released
Downloads 142,588/month — #11,205 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: newton-1.5.0-py3-none-any.whl

Development Status :: 5 - Production/StableEnvironment :: GPU :: NVIDIA CUDAEnvironment :: GPU :: NVIDIA CUDA :: 12Environment :: GPU :: NVIDIA CUDA :: 13Intended Audience :: DevelopersIntended Audience :: Science/ResearchNatural Language :: EnglishProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Topic :: Scientific/Engineering

Tags

GPU physics simulationrobotics simulation enginedifferentiable physicsNVIDIA Warp physicsrigid body dynamics GPUcloth and soft body simulationinverse kinematics solver
gpu-acceleratedrobotics-simulationdifferentiable-physics

More Scientific/Engineering packages

Further reading