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 pre-compiled 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 with ruby-build.
Previous Releases$ rbenv install artichoke-dev
$ ruby-build artichoke-dev ~/.rubies/artichoke
$ asdf install ruby artichoke-dev
Nightly builds of Artichoke are pushed to Docker Hub. Images are built on Ubuntu 22.04, Debian Bookworm Slim, and Alpine 3.
These daily images track the latest trunk commit of Artichoke.
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