ZIP
WinGet
Prek
j178 · 0.3.2 · arm64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
prek-aarch64-pc-windows-msvc.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
j178.Prek
Version
0.3.2
Description
⚡ Better `pre-commit`, re-engineered in Rust
License
MIT
↗
Homepage
https://github.com/j178/prek
Installer URL
https://github.com/j178/prek/releases/download/v0.3.2/prek-aarch64-pc-windows-msvc.zip
Upgrade Behavior
install(Install over existing)
Release Notes
Release Notes
Released on 2026-02-06.
Highlights
- prek.toml is here!
You can now use prek.toml as an alternative to .pre-commit-config.yaml for configuring prek. prek.toml mirrors the structure of .pre-commit-config.yaml, but TOML is less error-prone. Your existing .pre-commit-config.yaml will continue to work, but for new users and new projects, prek.toml may make more sense. If you want to switch, run prek util yaml-to-toml to convert YAML configs to prek.toml. See configuration docs for de…