Skip to content

0.5.0 - 2025-10-21

Latest

Choose a tag to compare

@github-actions github-actions released this 21 Oct 19:55
3fcf469

Release Notes

Feat #5: choose backing value type at evaluation time, not CLI
Feat #25: add version/build info and -V/--version flags

Install calc 0.5.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/coriolinus/calc/releases/download/v0.5.0/calc-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/coriolinus/calc/releases/download/v0.5.0/calc-installer.ps1 | iex"

Download calc 0.5.0

File Platform Checksum
calc-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
calc-x86_64-pc-windows-msvc.zip x64 Windows checksum
calc-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
calc-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum