ZIP
WinGet
Cue
Cue · 0.14.0 · 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
cue_v0.14.0_windows_arm64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
CueLang.Cue
Version
0.14.0
Description
CUE is an open source data constraint language which aims to simplify tasks
involving defining and using data.
License
Apache-2.0
↗
Homepage
https://github.com/cue-lang/cue
Installer URL
https://github.com/cue-lang/cue/releases/download/v0.14.0/cue_v0.14.0_windows_arm64.zip
Release Notes
This release brings significant performance improvements, three language changes, and initial support for Kubernetes CRDs.
Changes which may break some users are marked below with: ⚠️
Evaluator
Performance
A particularly slow part of the new closedness algorithm has been rewritten for speed, resulting in improvements of up to 10x in wall times for some projects.
Significant progress has been made to the new evaluator's memory usage; a few large projects experiencing high memory usage on v0.13 no…