Skip to content

Installation

At this time, releases are published to Github.

Download v0.0.6

ktpack-linux.zip

ktpack-macos.zip

ktpack-windows.zip

macOS

$ curl https://github.com/DrewCarlson/Ktpack/releases/download/v0.0.6/ktpack-macos.zip -o ktpack-macos.zip
$ unzip ktpack-macos.zip && cd ktpack-macos

$ ktpack version
Ktpack version 0.0.6

Windows

  1. Download the Windows release above.
  2. Extract the ktpack-windows.zip to your system, for example C:\Program Files\ktpack-windows\ktpack.exe.
  3. Add to your system PATH: Start menu, search "environment", click "Environment Variables...".

It is recommended you use the Terminal application for the best experience.

Linux

$ curl https://github.com/DrewCarlson/Ktpack/releases/download/v0.0.6/ktpack-linux.zip -o ktpack-linux.zip
$ unzip ktpack-linux.zip && cd ktpack-linux

$ ktpack version
Ktpack version 0.0.6

Environment Setup

Ktpack manages all the necessary tools required to build your projects. You can get started quickly with the ktpack setup command, this will check your environment for existing tools and install any that are missing.

New machines will install a version of the JDK, Kotlin Compilers (Jvm/Native), and Nodejs. Note that additional tool versions may be installed depending on package requirements and all versions can be individually managed.