| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2026-03-20 | 181 Bytes | |
| formatjs_cli-darwin-arm64 | 2026-03-20 | 4.5 MB | |
| formatjs_cli-linux-x64 | 2026-03-20 | 5.7 MB | |
| formatjs_cli_v1.1.0 source code.tar.gz | 2026-03-20 | 4.4 MB | |
| formatjs_cli_v1.1.0 source code.zip | 2026-03-20 | 5.1 MB | |
| README.md | 2026-03-20 | 831 Bytes | |
| Totals: 6 Items | 19.7 MB | 0 | |
FormatJS Rust CLI Release
Binaries
- macOS Apple Silicon:
formatjs_cli-darwin-arm64 - Linux x86_64:
formatjs_cli-linux-x64
Installation
:::bash
# macOS (Apple Silicon)
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.1.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.1.0/formatjs_cli-linux-x64
chmod +x formatjs_cli-linux-x64
sudo mv formatjs_cli-linux-x64 /usr/local/bin/formatjs
Verification
Verify the checksums:
:::bash
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.1.0/checksums.txt
shasum -a 256 -c checksums.txt