10 releases (5 breaking)

0.6.0 Feb 14, 2025
0.5.0 Feb 6, 2024
0.4.1 Oct 30, 2023
0.4.0 May 19, 2023
0.1.3 Oct 7, 2020

#157 in Command line utilities

Download history 116/week @ 2025-02-11

116 downloads per month

MPL-2.0 license

38KB
1K SLoC

ivm: the Inko version manager

ivm is a version manager for Inko, and makes it easy to install Inko on different platforms.

ivm is the successor to Inko's previous version manager, ienv. Unlike ienv, ivm works on Linux, macOS, and FreeBSD.

For more details about ivm, how to use it, and how to install it as a user, refer to the ivm documentation.

Supported platforms

  • Linux
  • macOS
  • FreeBSD

Since Inko requires a 64-bits platform, so does ivm.

Requirements

  • Rust 1.78 or newer

Installation

You can install ivm using cargo:

cargo install ivm --force

Alternatively, you can build from source:

git clone git@github.com:inko-lang/ivm.git
cd ivm
cargo build --release

You can now move target/release/ivm into your PATH.

License

All source code in this repository is licensed under the Mozilla Public License version 2.0, unless stated otherwise. A copy of this license can be found in the file "LICENSE".

Dependencies

~12–21MB
~413K SLoC