Skip to content

rig 0.3.1 pre-release

Pre-release
Pre-release
Compare
Choose a tag to compare
@gaborcsardi gaborcsardi released this 16 May 10:15
· 339 commits to main since this release
1de92e6

This is a pre-release, so we can start testing the macOS menu bar app, and also start using the new name.

Use the installers on macOS and Windows.

To install on Linux run:

curl -Ls https://github.com/r-lib/rig/releases/download/v0.3.1pre/rig-linux-0.3.1.tar.gz |
  sudo tar xz -C /usr/local

On arm64 Linux run:

curl -Ls https://github.com/r-lib/rig/releases/download/v0.3.1pre/rig-linux-arm64-0.3.1.tar.gz |
  sudo tar xz -C /usr/local

macOS menu bar app

The macOS .pkg files also include a menu bar app, which you can start as

open -a Rig

Once it is running, you can set Preferences... -> Launch at login to auto-start it in the future.

Multiple user package libraries

rig now supports creating multiple user package libraries, and switching between them. See rig library --help for details.