Download Latest Version ruff-i686-pc-windows-msvc.zip (11.4 MB)
Email in envelope

Get an email when there's a new version of Ruff Python

Home / 0.12.5
Name Modified Size InfoDownloads / Week
Parent folder
source.tar.gz.sha256 2025-07-24 81 Bytes
ruff-x86_64-pc-windows-msvc.zip.sha256 2025-07-24 98 Bytes
ruff-x86_64-unknown-linux-gnu.tar.gz 2025-07-24 12.9 MB
ruff-x86_64-unknown-linux-gnu.tar.gz.sha256 2025-07-24 103 Bytes
ruff-x86_64-unknown-linux-musl.tar.gz 2025-07-24 13.0 MB
ruff-x86_64-unknown-linux-musl.tar.gz.sha256 2025-07-24 104 Bytes
sha256.sum 2025-07-24 81 Bytes
source.tar.gz 2025-07-24 7.7 MB
ruff-powerpc64le-unknown-linux-gnu.tar.gz.sha256 2025-07-24 108 Bytes
ruff-s390x-unknown-linux-gnu.tar.gz 2025-07-24 12.7 MB
ruff-s390x-unknown-linux-gnu.tar.gz.sha256 2025-07-24 102 Bytes
ruff-x86_64-apple-darwin.tar.gz 2025-07-24 12.5 MB
ruff-x86_64-apple-darwin.tar.gz.sha256 2025-07-24 98 Bytes
ruff-x86_64-pc-windows-msvc.zip 2025-07-24 12.5 MB
ruff-i686-unknown-linux-gnu.tar.gz.sha256 2025-07-24 101 Bytes
ruff-i686-unknown-linux-musl.tar.gz 2025-07-24 12.5 MB
ruff-i686-unknown-linux-musl.tar.gz.sha256 2025-07-24 102 Bytes
ruff-installer.ps1 2025-07-24 20.7 kB
ruff-installer.sh 2025-07-24 63.0 kB
ruff-powerpc64-unknown-linux-gnu.tar.gz 2025-07-24 14.2 MB
ruff-powerpc64-unknown-linux-gnu.tar.gz.sha256 2025-07-24 106 Bytes
ruff-powerpc64le-unknown-linux-gnu.tar.gz 2025-07-24 13.6 MB
ruff-armv7-unknown-linux-gnueabihf.tar.gz.sha256 2025-07-24 108 Bytes
ruff-armv7-unknown-linux-musleabihf.tar.gz 2025-07-24 11.6 MB
ruff-armv7-unknown-linux-musleabihf.tar.gz.sha256 2025-07-24 109 Bytes
ruff-i686-pc-windows-msvc.zip 2025-07-24 11.4 MB
ruff-i686-pc-windows-msvc.zip.sha256 2025-07-24 96 Bytes
ruff-i686-unknown-linux-gnu.tar.gz 2025-07-24 13.2 MB
ruff-aarch64-unknown-linux-musl.tar.gz.sha256 2025-07-24 105 Bytes
ruff-arm-unknown-linux-musleabihf.tar.gz 2025-07-24 11.8 MB
ruff-arm-unknown-linux-musleabihf.tar.gz.sha256 2025-07-24 107 Bytes
ruff-armv7-unknown-linux-gnueabihf.tar.gz 2025-07-24 11.6 MB
dist-manifest.json 2025-07-24 38.0 kB
ruff-aarch64-apple-darwin.tar.gz 2025-07-24 11.7 MB
ruff-aarch64-apple-darwin.tar.gz.sha256 2025-07-24 99 Bytes
ruff-aarch64-pc-windows-msvc.zip 2025-07-24 11.6 MB
ruff-aarch64-pc-windows-msvc.zip.sha256 2025-07-24 99 Bytes
ruff-aarch64-unknown-linux-gnu.tar.gz 2025-07-24 12.0 MB
ruff-aarch64-unknown-linux-gnu.tar.gz.sha256 2025-07-24 104 Bytes
ruff-aarch64-unknown-linux-musl.tar.gz 2025-07-24 11.8 MB
0.12.5 source code.tar.gz 2025-07-24 7.7 MB
0.12.5 source code.zip 2025-07-24 12.3 MB
README.md 2025-07-24 7.1 kB
Totals: 43 Items   238.5 MB 2

Release Notes

Preview features

  • [flake8-use-pathlib] Add autofix for PTH101, PTH104, PTH105, PTH121 (#19404)
  • [ruff] Support byte strings (RUF055) (#18926)

Bug fixes

  • Fix unreachable panic in parser (#19183)
  • [flake8-pyi] Skip fix if all Union members are None (PYI016) (#19416)
  • [perflint] Parenthesize generator expressions (PERF401) (#19325)
  • [pylint] Handle empty comments after line continuation (PLR2044) (#19405)

Rule changes

  • [pep8-naming] Fix N802 false positives for CGIHTTPRequestHandler and SimpleHTTPRequestHandler (#19432)

Contributors

Install ruff 0.12.5

Install prebuilt binaries via shell script

:::sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.12.5/ruff-installer.sh | sh

Install prebuilt binaries via powershell script

:::sh
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/ruff/releases/download/0.12.5/ruff-installer.ps1 | iex"

Download ruff 0.12.5

File Platform Checksum
ruff-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
ruff-x86_64-apple-darwin.tar.gz Intel macOS checksum
ruff-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
ruff-i686-pc-windows-msvc.zip x86 Windows checksum
ruff-x86_64-pc-windows-msvc.zip x64 Windows checksum
ruff-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
ruff-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
ruff-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
ruff-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
ruff-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
ruff-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
ruff-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
ruff-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
ruff-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
ruff-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
ruff-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum
ruff-armv7-unknown-linux-musleabihf.tar.gz ARMv7 MUSL Linux checksum
Source: README.md, updated 2025-07-24