zigvm.smd (1298B)
1 --- 2 .title = "zigvm", 3 .author = "Martin Ashby", 4 .date = @date("2024-05-28T20:18:54+01:00"), 5 .layout = "single.shtml", 6 --- 7 8 A tool to download and manage versions of the [zig](https://ziglang.org/) compiler. 9 10 ## Why? 11 12 * I got fed up of installing manually 13 * I like to practice programming by writing small tools 14 15 ## Why not AUR/nix/apt/X? 16 17 None of those were quite as convenient as what I wanted, they come with other baggage, and they don't always ship the latest bleeding-edge zig version. 18 19 ## How to use 20 21 Run `zigvm` with no arguments to download the latest `master` version of zig and install/symlink in `~/.local.bin`. Run `zigvm -h` to see options. 22 23 ## Downloads 24 25 * [Code](https://code.mfashby.net/zigvm/) 26 * [aarch64-linux](https://dl.mfashby.net/zigvm/v0.2.0/aarch64-linux) [SHA256 checksum](https://dl.mfashby.net/zigvm/v0.2.0/aarch64-linux.sha256) [minisig](https://dl.mfashby.net/zigvm/v0.2.0/aarch64-linux.minisig) 27 * [x86_64-linux](https://dl.mfashby.net/zigvm/v0.2.0/x86_64-linux) [SHA256 checksum](https://dl.mfashby.net/zigvm/v0.2.0/x86_64-linux.sha256) [minisig](https://dl.mfashby.net/zigvm/v0.2.0/x86_64-linux.minisig) 28 29 Binaries are signed with [minisign](https://jedisct1.github.io/minisign/), public key `RWTsE4a/BXFWjmzxWB0Kko+w47ZRfQhxkF21Zfh7BxRzZm2q6l4GssRa` 30 31 ## Release notes