| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| fvm-4.1.4-windows-x64.zip | 2026-08-19 | 4.2 MB | |
| fvm-4.1.4-macos-x64.tar.gz | 2026-08-19 | 20.2 MB | |
| fvm-4.1.4-windows-arm64.zip | 2026-08-19 | 22.2 MB | |
| fvm-4.1.4-macos-arm64.tar.gz | 2026-08-19 | 3.5 MB | |
| fvm-4.1.4-linux-riscv64-musl.tar.gz | 2026-08-19 | 21.9 MB | |
| fvm-4.1.4-linux-riscv64.tar.gz | 2026-08-19 | 21.6 MB | |
| fvm-4.1.4-linux-x64-musl.tar.gz | 2026-08-19 | 20.5 MB | |
| fvm-4.1.4-linux-x64.tar.gz | 2026-08-19 | 3.9 MB | |
| fvm-4.1.4-linux-arm64-musl.tar.gz | 2026-08-19 | 20.3 MB | |
| fvm-4.1.4-linux-arm64.tar.gz | 2026-08-19 | 20.1 MB | |
| fvm-4.1.4-linux-arm-musl.tar.gz | 2026-08-19 | 19.9 MB | |
| fvm-4.1.4-linux-arm.tar.gz | 2026-08-19 | 19.7 MB | |
| fvm 4.1.4 source code.tar.gz | 2026-08-19 | 744.7 kB | |
| fvm 4.1.4 source code.zip | 2026-08-19 | 869.8 kB | |
| README.md | 2026-08-19 | 868 Bytes | |
| Totals: 15 Items | 199.6 MB | 1 | |
- fix: stop git-cache maintenance from running destructive git commands against repositories FVM does not own (#1060)
- Behavior change: FVM now clears repository-scoped git environment variables (
GIT_DIR,GIT_WORK_TREE,GIT_INDEX_FILE, and the rest of thegit rev-parse --local-env-varsset) when it runsgit,flutter, ordart. Tools launched through FVM from inside a git hook, such asfvm dart runin a pre-commit hook, no longer see the hook's repository variables and will read the real index instead of the hook's staged index. Transport and auth variables likeGIT_SSH_COMMANDandGIT_ASKPASSare preserved. (#1060)
See the full [changelog](https://github.com/leoafarias/fvm/blob/master/CHANGELOG.md#414 for changes in earlier releases.