Install Artichoke Ruby
Artichoke Ruby installs on Linux, macOS, and Windows. New builds are pushed nightly.
Try out a build using one of these installation methods.
Artichoke Ruby installs on Linux, macOS, and Windows. New builds are pushed nightly.
Try out a build using one of these installation methods.
Download a prebuilt binary from artichoke/nightly. Binaries are available for Linux, Linux/musl, macOS, and Windows.
These daily binaries track the latest trunk commit of Artichoke. Binaries are also distributed through ruby-build.
Previous Releases$ rbenv install artichoke-dev
$ ruby-build artichoke-dev ~/.rubies/artichoke
Nightly builds of Artichoke are pushed to Docker Hub. Images are built on Ubuntu 18.04, Debian Buster Slim, and Alpine 3.
These daily images track the latest trunk commit of Artichoke.
On Docker Hub$ docker run -it docker.io/artichokeruby/artichoke airb
Artichoke builds and installs using Cargo, the Rust package manager.
Building with Cargo compiles the latest trunk commit of Artichoke.
Build Guide$ cargo install --git https://github.com/artichoke/artichoke --branch trunk --locked artichoke