| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | < 7 hours ago | 365 Bytes | |
| formatjs_cli-darwin-arm64 | < 7 hours ago | 8.1 MB | |
| formatjs_cli-linux-arm64 | < 7 hours ago | 9.3 MB | |
| formatjs_cli-linux-x64 | < 7 hours ago | 9.9 MB | |
| formatjs_cli-win32-x64.exe | < 7 hours ago | 9.2 MB | |
| formatjs_cli_ 1.5.0 source code.tar.gz | < 7 hours ago | 2.7 MB | |
| formatjs_cli_ 1.5.0 source code.zip | < 7 hours ago | 3.4 MB | |
| README.md | < 7 hours ago | 1.9 kB | |
| Totals: 8 Items | 42.6 MB | 0 | |
1.5.0 (2026-08-28)
What's Changed
- test: use neutral brands in skill evals by @longlho in https://github.com/formatjs/formatjs/pull/7090
- feat(formatjs_cli): extract messages from Python by @longlho in https://github.com/formatjs/formatjs/pull/7097
- fix: tighten formatted value placeholder guidance by @longlho in https://github.com/formatjs/formatjs/pull/7099
- fix: retain binary-only Cargo release candidates by @longlho in https://github.com/formatjs/formatjs/pull/7102
Full Changelog: https://github.com/formatjs/formatjs/compare/formatjs_cli_v1.4.2...formatjs_cli_v1.5.0
Binaries
- macOS Apple Silicon:
formatjs_cli-darwin-arm64 - Linux ARM64:
formatjs_cli-linux-arm64 - Linux x86_64:
formatjs_cli-linux-x64 - Windows x64:
formatjs_cli-win32-x64.exe
Installation
:::bash
# macOS (Apple Silicon)
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.5.0/formatjs_cli-darwin-arm64
chmod +x formatjs_cli-darwin-arm64
sudo mv formatjs_cli-darwin-arm64 /usr/local/bin/formatjs
# Linux
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.5.0/formatjs_cli-linux-x64
chmod +x formatjs_cli-linux-x64
sudo mv formatjs_cli-linux-x64 /usr/local/bin/formatjs
# Linux ARM64
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.5.0/formatjs_cli-linux-arm64
chmod +x formatjs_cli-linux-arm64
sudo mv formatjs_cli-linux-arm64 /usr/local/bin/formatjs
:::powershell
# Windows x64 (PowerShell)
curl.exe -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.5.0/formatjs_cli-win32-x64.exe
Verification
Verify the checksums:
:::bash
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.5.0/checksums.txt
shasum -a 256 -c checksums.txt