Skip to content

Kyto v0.5.2-asm

Choose a tag to compare

@github-actions github-actions released this 02 Jul 20:24

Kyto v0.5.2-asm

Kyto is the programming language. kura is its compiler CLI (kura compile, kura check, …).

Downloads (GitHub Releases)

Platform Archive
Linux x86-64 kyto-*-linux-x86_64.zip — contains kura binary
Windows x86-64 kyto-*-windows-x86_64.zip — contains kura.exe

Extract, then run kura install or invoke kura directly.

Package (GitHub Container Registry)

docker pull ghcr.io/voidmute/kyto:v0.5.2-asm
docker run --rm -v "$PWD:/work" -w /work ghcr.io/voidmute/kyto:v0.5.2-asm compile

See Packages for all tags.

Full Changelog: v0.5.1-asm...v0.5.2-asm