Alice v0.1.0

Announcing the release of Alice v0.1.0. This is the first official release of Alice, so in lieu of a changelog, here’s a summary of the capabilities of Alice thus far:

Pre-compiled binaries of Alice v0.1.0 can be downloaded from the its release page on Github.

On Linux and macOS, Alice v0.1.0 can be installed by running its install script:

curl -fsSL https://alicecaml.org/install.sh | sh -s -- 0.1.0

On NixOS, Alice v0.1.0 can be installed via the flake github:alicecaml/alice/0.1.0, e.g.:

nix shell github:alicecaml/alice/0.1.0