The R Installation Manager

Overview

The R Installation Manager

Install, remove, configure R versions.

🚀   Features

  • Works on macOS, Windows version is coming soon!
  • Install multiple R vresions, select the default one, run multiple versions at the same time using quick links. E.g. R-4.1 starts R 4.1.x.
  • Select R version to install using symbolic names: devel, release, oldrel and more.
  • On M1 macs select between x86_64 and arm64 versions or R, or install both.
  • Makes sure that installed packages are kept separete from the R installation.

⬇️   Installation

Download the latest release from https://github.com/gaborcsardi/rim/releases. Unpack archive and move the rim file to /usr/local/bin or some other directory in your PATH.

⚙️   Usage

Use rim add to add a new R installation:

rim add release

Use rim list to list the currently installed R versions, and rim default to set the default one.

Run rim to see all commands and examples:

rim
RIM -- The R Installation Manager 0.1.0

DESCRIPTION
    rim manages your R installations, on macOS and Windows. It can install
    and set up multiple versions R, and it makes sure that they work
    together.

    On macOS R versions installed by rim do not interfere. You can run multiple
    versions at the same time. rim also makes sure that packages installed by
    the user go into a user package library, so reinstalling R will not wipe
    out your installed packages.

    rim is currently work in progress. Feedback is appreciated.
    See https://github.com/gaborcsardi/rim for bug reports and more.

USAGE:
    rim [SUBCOMMAND]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

SUBCOMMANDS:
    add          Install a new R version
    available    List R versions available to install (TODO)
    default      Print or set default R version
    help         Prints this message or the help of the given subcommand(s)
    list         List installed R versions
    resolve      Resolve a symbolic R version
    rm           Remove R versions
    system       Manage current installations

EXAMPLES:
    # Add the latest development snapshot
    rim add devel

    # Add the latest release
    rim add release

    # Install specific version
    rim add 4.1.2

    # Install latest version within a minor branch
    rim add 4.1

    # List installed versions
    rim list

    # Set default version
    rim default 4.0

Run rim <subcommand> --help for information about a subcommand:

rim default --help
rim-default

DESCRIPTION
    Print or set the default R version. The default R version is the one that
    is started with the `R` command, usually via the `/usr/local/bin/R`
     symbolic link.

    Call without any arguments to see the current default. Call with the
    version number/name to set the default. Before setting a default, you
    can call `rim list` to see the installed R versions.

    The default R version is set by updating the symbolic link at
    `/Library/Frameworks/R.framework/Versions/Current` and pointing it to the
    specified R version.

    Potentially you need to run this command with `sudo` to change the
    default version: `sudo rim default ...`.

    You don't need to update the default R version to just run a non-default R
    version. You can use the `R-<ver>` links, see `rim system make-links`.

USAGE:
    rim default [version]

FLAGS:
    -h, --help
            Prints help information

    -V, --version
            Prints version information


ARGS:
    <version>
            new default R version to set


EXAMPLES:
    # Query default R version
    rim default

    # Set the default version
    rim default 4.1

🤝   Feedback

Please open an issue in our issue tracker at https://github.com/gaborcsardi/rim/issues

📘   License

MIT 2021 © RStudio Pbc.

Comments
  • default library is not writeable

    default library is not writeable

    Thank you for the library, It seems a lot like Pyenv, which has simplified a lot of problems for me. I installed with Homebrew instructions, but have two problems.

    1/ When I try to install a package: When I choose "Install" in the RStudio Package tab, this pops up: "Would you like to create a personal library '/Users/davidlucey/Library/R/x86_64/4.2/library' to install packages into?". But then choosing "Yes" gives the same message again. Choosing "No" gives: "Unable to install packages (default library '/Users/davidlucey/Library/R/x86_64/4.2/library' is not writeable)". I did try running "rig system setup-user-lib", but that didn't fix it.

    2/ Rig.app appears to start to launch, but then nothing happens and no error message.

    sysname "Darwin" release "20.6.0" version "Darwin Kernel Version 20.6.0: Tue Apr 19 21:04:45 PDT 2022; root:xnu-7195.141.29~1/RELEASE_X86_64" nodename "david.local" machine "x86_64"
    login "root" user "davidlucey" effective_user "davidlucey"

    opened by luceydav 9
  • ERROR: no permission to install to directory

    ERROR: no permission to install to directory

    Fresh install of rig on MacOS 12.4 on Apple Silicon. Can't install any packages:

    
    > install.packages("data.table")
    Installing package into ‘/Users/abc/Library/R/arm64/4.2/library’
    (as ‘lib’ is unspecified)
    Warning in install.packages("data.table") :
      'lib = "/Users/abc/Library/R/arm64/4.2/library"' is not writable
    Would you like to use a personal library instead? (yes/No/cancel) y
    trying URL 'https://cran.rstudio.com/src/contrib/data.table_1.14.2.tar.gz'
    Content type 'application/x-gzip' length 5301817 bytes (5.1 MB)
    ==================================================
    downloaded 5.1 MB
    
    Error: ERROR: no permission to install to directory ‘/Users/abc/Library/R/arm64/4.2/library’
    
    The downloaded source packages are in
    	‘/private/var/folders/yx/zy96k6jn0w313_zbnc8v6ny00000gn/T/Rtmp53WMO0/downloaded_packages’
    Warning message:
    In install.packages("data.table") :
      installation of package ‘data.table’ had non-zero exit status
    > 
    
    

    Any hints?

    bug 
    opened by julianhinz 9
  • Question: Is it needed to manually add R installation directory to PATH on Windows?

    Question: Is it needed to manually add R installation directory to PATH on Windows?

    After I ran rig add release on Windows, I still could not run R directly in CMD or Powershell. I thought rig system make-links would add C:\Program Files\R\bin into system PATH but it did not. Do I miss step here? Or is it needed to manually add R installation directory to PATH? Thanks!

    opened by hongyuanjia 8
  • /opt/R/4.2.0/bin/R: line 193: /usr/bin/sed: No such file or directory

    /opt/R/4.2.0/bin/R: line 193: /usr/bin/sed: No such file or directory

    I am working on Ubuntu 20.04

    Distributor ID:	Ubuntu
    Description:	Ubuntu 20.04.4 LTS
    Release:	20.04
    Codename:	focal
    

    I installed rig with:

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

    Then

    rig add release
    

    And I get this error: /opt/R/4.2.0/bin/R: ligne 193: /usr/bin/sed: No such file or directory Did I miss something ?

    The full output is this one:

    srochett@srochett-XPS-13-7390-2-in-1:~$ rig add release
    [INFO] Running `sudo` for adding new R versions. This might need your password.
    [INFO] r-4.2.0_1_amd64.deb is cached at
        /tmp/rig/r-4.2.0_1_amd64.deb
    [INFO] Running apt-get update
    --nnn-- Start of apt-get output -------------------
    Atteint :1 http://repository.spotify.com stable InRelease
    Atteint :2 http://fr.archive.ubuntu.com/ubuntu focal InRelease                 
    Atteint :3 http://ppa.launchpad.net/c2d4u.team/c2d4u4.0+/ubuntu focal InRelease
    Atteint :4 https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/ InRelease
    Atteint :5 https://download.docker.com/linux/ubuntu focal InRelease            
    Atteint :6 https://deb.nodesource.com/node_14.x focal InRelease                
    Atteint :7 http://fr.archive.ubuntu.com/ubuntu focal-updates InRelease         
    Atteint :8 http://ppa.launchpad.net/nextcloud-devs/client/ubuntu focal InRelease
    Atteint :9 http://fr.archive.ubuntu.com/ubuntu focal-backports InRelease       
    Atteint :10 http://packages.microsoft.com/repos/code stable InRelease          
    Atteint :11 http://ppa.launchpad.net/obsproject/obs-studio/ubuntu focal InRelease
    Atteint :12 http://ppa.launchpad.net/openshot.developers/ppa/ubuntu focal InRelease
    Atteint :13 https://packages.microsoft.com/repos/ms-teams stable InRelease     
    Atteint :14 http://security.ubuntu.com/ubuntu focal-security InRelease         
    Atteint :15 https://packagecloud.io/slacktechnologies/slack/debian jessie InRelease
    Lecture des listes de paquets... Fait
    --uuu-- End of apt-get output ---------------------
    [INFO] Running apt-get install
    --nnn-- Start of apt-get output -------------------
    Lecture des listes de paquets... Fait
    Construction de l'arbre des dépendances       
    Lecture des informations d'état... Fait
    gdebi-core est déjà la version la plus récente (0.9.5.7+nmu3).
    0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
    --uuu-- End of apt-get output ---------------------
    [INFO] Running gdebi
    --nnn-- Start of gdebi output ---------------------
    Reading package lists... Done
    Building dependency tree        
    Reading state information... Done
    Reading state information... Done
    (Lecture de la base de données... 527256 fichiers et répertoires déjà installés.)
    Préparation du dépaquetage de /tmp/rig/r-4.2.0_1_amd64.deb ...
    Dépaquetage de r-4.2.0 (1) sur (1) ...
    Paramétrage de r-4.2.0 (1) ...
    --uuu-- End of gdebi output -----------------------
    [INFO] Setting default CRAN mirror
    [INFO] Setting up RSPM
    [INFO] Setting up automatic system requirements installation.
    [INFO] Installing pak for R 4.2.0 (if not installed yet)
    /opt/R/4.2.0/bin/R: ligne 193: /usr/bin/sed: Aucun fichier ou dossier de ce type
    ERROR: option '-e' requires a non-empty argument
    [ERROR] Failed to run R 4.2.0 to install pak
    

    If I create the file before with correct rights like:

    sudo touch /usr/bin/sed
    sudo chmod 766 /usr/bin/sed
    

    This still fails with option:

    --uuu-- End of apt-get output ---------------------
    [INFO] Running apt-get install
    --nnn-- Start of apt-get output -------------------
    Lecture des listes de paquets... Fait
    Construction de l'arbre des dépendances       
    Lecture des informations d'état... Fait
    gdebi-core est déjà la version la plus récente (0.9.5.7+nmu3).
    0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
    --uuu-- End of apt-get output ---------------------
    [INFO] Running gdebi
    --nnn-- Start of gdebi output ---------------------
    Reading package lists... Done
    Building dependency tree        
    Reading state information... Done
    Reading state information... Done
    (Lecture de la base de données... 527256 fichiers et répertoires déjà installés.)
    Préparation du dépaquetage de /tmp/rig/r-4.2.0_1_amd64.deb ...
    Dépaquetage de r-4.2.0 (1) sur (1) ...
    Paramétrage de r-4.2.0 (1) ...
    --uuu-- End of gdebi output -----------------------
    [INFO] Setting default CRAN mirror
    [INFO] Setting up RSPM
    [INFO] Setting up automatic system requirements installation.
    [INFO] Installing pak for R 4.2.0 (if not installed yet)
    ERROR: option '-e' requires a non-empty argument
    [ERROR] Failed to run R 4.2.0 to install pak
    
    bug 
    opened by statnmap 8
  • Support deepin OS?

    Support deepin OS?

    Deepin is a re-distro based on Debian, what works for Debian shall work for Deepin. Could rig support this OS?

    $ rig add devel
    [INFO] Running `sudo` for adding new R versions. This might need your password.
    [ERROR] Unsupported distro: Deepin 20.6, only Ubuntu 18.04, 20.04, 22.04 and Debian 9-11 are supported currently
    
    feature 
    opened by ShixiangWang 6
  • Multiple installations of the same R version

    Multiple installations of the same R version

    Hi

    Thanks for the great tool, I think this will make lots of people's lives easier 🎉 ! I have been playing around with getting two installations of the same R version to work. Probably a fairly niche thing so not suggesting you add it as a feature (unless there is demand) but thought I would post my solution in case it was helpful to anyone (and in case there are issues I haven't come across yet). My use case is to have two versions of R 4.2 installed, one with Bioconductor release (for analysis) and one with Bioconductor devel (for development) and to be able to switch between the two as needed.

    These are the steps that worked for me on MacOS:

    1. Install the desired R version.
    rim install release
    
    1. Rename the installed directory
    mv /Library/Frameworks/R.framework/Versions/4.2 /Library/Frameworks/R.framework/Versions/4.2-bioc
    
    1. Modify the main R script so that all paths point to the new location
    vim /Library/Frameworks/R.framework/Versions/4.2-bioc/Resources/bin/R
    

    Search for all occurrences of the installed R version and modify them to match the new path (eg. change all 4.2 to 4.2-bioc)

    1. Modify the base Renviron file to set the default user library path
    vim /Library/Frameworks/R.framework/Versions/4.2-bioc/Resources/etc/Renviron
    

    Find where R_LIBS_USER is set and modify it to point to the new installation directory.

    R_LIBS_USER=${R_LIBS_USER:-'/Users/user/Library/R/x86_64/4.2-bioc/library'}
    

    (I feel like there should be a way to do this without hard coding a path but haven't really looked into it)

    1. Re-install the desired R version.
    rim install release
    

    After this I am able to switch between 4.2 and 4.2-bioc with both installations having .libPaths() correctly set to different directories. You probably lose the ability to make updates for new R versions but worth it for me to be able to easily switch between these two environments.

    feature 
    opened by lazappi 6
  • Ability to name or add tags to installation

    Ability to name or add tags to installation

    Thanks for all the hard work on this tool! The ability to name the installed versions of R while using the rig add command would be great. This would allow multiple installs of the same version. I was previously able to do this with R Switch. Rig already sort of does this when installing the arm64 version of R side by side with the x86 version.

    It might look something like this:

    rig list
    * name                version    aliases
    ------------------------------------------
      4.1-seurat          (R 4.1.2)  
      4.1-spatial         (R 4.1.2)  
      4.1-spotlight       (R 4.1.2)  
      4.2                 (R 4.2.2)  release
    * 4.2-arm64           (R 4.2.2)  
      4.2-bc4.15-spatial  (R 4.2.0)  
    
    opened by MLKaufman 5
  • Menu bar doesn't appear on Mac

    Menu bar doesn't appear on Mac

    OS: macOS Monterey 12.5.1 Hardware: Macbook Pro 14 inch (Apple M1 Pro) RIG version: 0.5.1 (installed via Homebrew)

    Symptoms: no menu bar when running open -a Rig or opening the Rig.app application. CLI tool seems to work fine, however.

    opened by sjmgarnier 5
  • Enter needed during installation process without asking for it?!

    Enter needed during installation process without asking for it?!

    Hello,

    just installed and used rig for the first time. So please forgive me if I got something wrong :-).

    During the installation process I had to press enter once, without any hint or question that was asking for it. I just noticed, because no progress was happening for a few minutes. Maybe I didn't get it right or it was coincidence that after pressing enter the process started printing messages again.

    Here is the last output before I pressed enter

    [INFO] >   linux-image-4.15.0-65-generic linux-modules-4.15.0-65-generic
    [INFO] >   linux-modules-extra-4.15.0-65-generic
    [INFO] > Use 'sudo apt autoremove' to remove them.
    [INFO] > The following additional packages will be installed:
    [INFO] >   libopenblas-dev
    [INFO] > The following NEW packages will be installed:
    [INFO] >   libopenblas-dev r-4.2.1
    [INFO] > 0 upgraded, 2 newly installed, 0 to remove and 343 not upgraded.
    [INFO] > Need to get 3.860 kB/63,5 MB of archives.
    [INFO] > After this operation, 150 MB of additional disk space will be used.
    

    I am on Linux XXX 4.15.0-163-generic #171-Ubuntu SMP Fri Nov 5 11:55:11 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

    Thanks a lot!

    bug 
    opened by MxNl 5
  • [FEATURE] What Is the Time Line for Adding RHEL Support?

    [FEATURE] What Is the Time Line for Adding RHEL Support?

    Hi @r-lib Team!

    This looks like a very very great solution for managing multiple versions of R on the same machine -- amazing! I was wondering, when might support for RHEL-based operating systems (e.g. Fedora, RHEL, etc.) be added to this tool? I would be more than happy to help with beta testing support if that could help move the needle along with adding support for RHEL-based OS's.

    Thanks!

    ~ tcp :deciduous_tree:

    opened by TheCedarPrince 4
  • Problem with Secondary Repos

    Problem with Secondary Repos

    Apologies in advance that I don't have simple reproducible example to include here.

    Today I installed R 4.2.1 with rig for Windows using the "Latest" release link, and I am now experiencing an issue with the my secondary repos.

    I use the RStudio RSPM repo to install CRAN packages, and I also have my institution's RSPM linked as well (called MSK_RSPM). These repos were setup before the installation, and appear to still be set up (see screengrab below)

    image

    The strange part is that when I open a fresh RStudio session, the repos are set to the CRAN cloud mirror, the RStudio RSPM is listed, but my MSK_RSPM is no where to be seen. I've removed it and added it back again...but it doesn't appear to be recognized by RStudio any longer.

    R version 4.2.1 (2022-06-23 ucrt) -- "Funny-Looking Kid"
    Copyright (C) 2022 The R Foundation for Statistical Computing
    Platform: x86_64-w64-mingw32/x64 (64-bit)
    
    R is free software and comes with ABSOLUTELY NO WARRANTY.
    You are welcome to redistribute it under certain conditions.
    Type 'license()' or 'licence()' for distribution details.
    
    R is a collaborative project with many contributors.
    Type 'contributors()' for more information and
    'citation()' on how to cite R or R packages in publications.
    
    Type 'demo()' for some demos, 'help()' for on-line help, or
    'help.start()' for an HTML browser interface to help.
    Type 'q()' to quit R.
    
    > getOption("repos")
                                               RSPM                                            CRAN 
    "https://packagemanager.rstudio.com/all/latest"                   "https://cloud.r-project.org" 
    

    Thank you!

    opened by ddsjoberg 4
  • Support `rig install 3.6` without extra switch on arm64

    Support `rig install 3.6` without extra switch on arm64

    Current behavior, it took me longer than anticipated to come up with the necessary -a x86_64 switch:

    ➜  ~ rig resolve oldrel-3
    [ERROR] Failed to resolve R version: Unknown version specification: oldrel-3
    ➜  ~ rig resolve 3.6
    3.6.3 NA
    ➜  ~ rig install 3.6
    [INFO] Running `sudo` for adding new R versions. This might need your password.
    Password:
    [ERROR] Cannot find a download url for R version 3.6.3, arm64
    ➜  ~ rig install 3.6-x86_64
    [INFO] Running `sudo` for adding new R versions. This might need your password.
    [ERROR] Failed to resolve R version: Unknown version specification: 3.6-x86_64
    ➜  ~ rig install 3.6 -a x86_64
    [INFO] Running `sudo` for adding new R versions. This might need your password.
    [INFO] x86_64-R-3.6.3.pkg is cached at /tmp/rig/x86_64-R-3.6.3.pkg
    
    opened by krlmlr 1
  • workflow for multi-tennant systems?

    workflow for multi-tennant systems?

    If I understand rig correctly, it works on the premise the entire system runs on the same R version correct?

    So when I change the default, that will change it for all users?

    At the moment I am working with a couple with others on an on-prem server. We want to use different R versions for different projects, and while rig is handy for installing them, we found the only way to set our own R version defaults was to create our own personal symlinks to the desired version in /opt/R and add them to our PATH. Kind of what rig is meant to do anyway?

    Could there a mode where rig could set the default version on a per-user basis?

    feature 
    opened by MilesMcBain 2
  • Open renv defined version from menu bar app

    Open renv defined version from menu bar app

    It would be great if there was an option that automatically opened the renv defined R version when opening a project from the menu bar item. Currently you can choose Default or a specific R version. Specifically, could there be another option that is something like 'renv or Default' which open the renv defined version if available - otherwise the Default version?

    feature 
    opened by vitallish 2
  • `rig list --plain` would be nice

    `rig list --plain` would be nice

    To simply list the installed "versions" (names), one per line. This would be helpful for scripting. Or maybe some more flexible --format that could include names, versions, locations, etc.

    feature 
    opened by gaborcsardi 0
  • Installation leaves me in interactive R session

    Installation leaves me in interactive R session

    I'm on an Ubuntu derivative

    No LSB modules are available.
    Distributor ID:	Pop
    Description:	Pop!_OS 22.04 LTS
    Release:	22.04
    Codename:	jammy
    

    When I install a new R version with rig, it's stuck in an interactive R session. I then need to type "enter" to see the prompt followed by q() to quit, another "enter" to see the prompt Save workspace image? [y/n/c]:.

    That doesn't seem normal. Please let me know what more information you need to debug this.

    bug 
    opened by Midnighter 14
Releases(v0.5.2)
Owner
Gábor Csárdi
Gábor Csárdi
An asynchronous API client for a light installation at the University of Kiel

An asynchronous API client for a light installation at the University of Kiel

FW 2 Nov 22, 2022
png_defringe_rs is a port of Immorpher's PNG Defringe program written in Rust to achieve easier installation and faster performance.

png_defringe_rs png_defringe_rs is a port of Immorpher's PNG Defringe program written in Rust to achieve easier installation and faster performance. U

null 2 Nov 17, 2022
Crates Registry is a tool for serving and publishing crates and serving rustup installation in offline networks.

Crates Registry Description Crates Registry is a tool for serving and publishing crates and serving rustup installation in offline networks. (like Ver

TalYRoni 5 Jul 6, 2023
Send files between machines - no installation required!

skicka.pwy.io:99 Skicka (from Swedish send) allows to send files between machines - no installation required! Transmitting a file is as easy as piping

Patryk Wychowaniec 55 Jul 12, 2023
A simple password manager written in Rust

ripasso A simple password manager written in Rust. The root crate ripasso is a library for accessing and decrypting passwords stored in pass format (G

Joakim Lundborg 548 Dec 26, 2022
Semi-automatic OSINT framework and package manager

sn0int sn0int (pronounced /snoɪnt/) is a semi-automatic OSINT framework and package manager. It was built for IT security professionals and bug hunter

null 1.4k Dec 31, 2022
Linux Kernel Manager and Activity Monitor 🐧💻

Linux Kernel Manager and Activity Monitor ?? ?? The kernel is the part of the operating system that facilitates interactions between hardware and soft

Orhun Parmaksız 1.7k Jan 5, 2023
[DEPRECATED] password manager thing

NOTE: this is pretty much abandoned, I recommend Bitwarden now. There is an export command in the CLI that produces CSV suitable for import into Bitwa

null 312 Oct 22, 2022
Remote Secret Editor for AWS Secret Manager

Barberousse - Remote Secrets Editor About Usage Options Printing Editing Copying RoadMap 1.0 1.1 Future About A project aimed to avoid downloading sec

Mohamed Zenadi 18 Sep 28, 2021
The sysroot manager that lets you build and customize `std`

PSA: Xargo is in maintenance mode xargo The sysroot manager that lets you build and customize std Cross compiling `std` for i686-unknown-linux-gnu Xar

Jorge Aparicio 993 Jan 2, 2023
The simple password manager for geeks, built with Rust.

Rooster Rooster is a simple password manager for geeks (it works in the terminal). Rooster is made available free of charge. You can support its devel

Conrad Kleinespel 131 Dec 25, 2022
🐴 RusTOTPony — CLI manager of one-time password generators aka Google Authenticator

?? RusTOTPony CLI manager of time-based one-time password generators. It is a desktop alternative for Google Authenticator. Installation Arch Linux Pa

German Lashevich 23 Jan 5, 2023
Time-manager of delayed tasks. Like crontab, but synchronous asynchronous tasks are possible, and dynamic add/cancel/remove is supported.

delay-timer Time-manager of delayed tasks. Like crontab, but synchronous asynchronous tasks are possible, and dynamic add/cancel/remove is supported.

BinCheng 255 Dec 30, 2022
A small and modular media manager

Bookshelf - a small and modular media manager Bookshelf is made for managing media, mainly books. Modules are to be made by the user (or stolen from t

Chocolate Overflow 33 Jul 21, 2022
Cross-platform bookmarks manager for your shell

shellmark: bookmark manager for shell THIS IS AN EARLY ALPHA. It works for me, but requires better UX and more polish. shellmark is a cross-platform b

Artem Pyanykh 25 Nov 10, 2022
RDFM - The Rusty DotFiles Manager

d8888b. d88888b. 8888888b 8888b d8888 88 `8D 88 `8D 88' 88'YbdP`88 88oobY' 88 88

Wafelack 40 Aug 14, 2022
A tiling window manager for Windows 10 based on binary space partitioning

yatta BSP Tiling Window Manager for Windows 10 Getting Started This project is still heavily under development and there are no prebuilt binaries avai

Jade 143 Nov 12, 2022
Valheim Docker powered by Odin. The Valheim dedicated gameserver manager which is designed with resiliency in mind by providing automatic updates, world backup support, and a user friendly cli interface.

Valheim Docker If you are looking for a guide on how to get started click here Mod Support! It is supported to launch the server with BepInEx but!!!!!

Michael 657 Dec 30, 2022
comfy is a flexible command script manager / runner written in Rust

comfy is a cross-platform command script manager / runner tool, which allows you to run commands in the command line itself, but being these predefined in a portable and universal .comfy file.

daCoUSB 17 Nov 12, 2021
A cryptographically verifiable code review system for the cargo (Rust) package manager.

A cryptographically verifiable code review system for the cargo (Rust) package manager.

crev - Code REView system 1.8k Jan 2, 2023