Skip to content

Installation

Decision Toolkit executable is a standalone file without additional dependencies and can be obtained by downloading from GitHub releases, or built from source using Rust and Cargo.

Download binary

  • Head to GitHub releases.
  • Expand the Assets section in the newly released version.
  • Download the binary of your choice, according to the operating system you use.

HINT

The names of released binary files contain the version number and operating system name. In order to proceed with the examples presented in this documentation, rename the downloaded binaries as shown below.

shell
$ mv dsntk-0.0.8-linux-x86_64 dsntk
$ chmod +x dsntk
shell
> rename dsntk-0.0.8-windows-x86_64.exe dsntk.exe
shell
$ mv dsntk-0.0.8-apple-macos-x86_64 dsntk
$ chmod +x dsntk
shell
$ mv dsntk-0.0.8-apple-macos-arm64 dsntk
$ chmod +x dsntk

Build from source

Install Rust and Cargo and type:

shell
cargo install dsntk