krait

⚠️ WARNING
This project is incomplete and may not work as expected.

krait

rustc version Apache-2.0

cross platform package manager and automation tool

Installation

Download the latest binary from releases. All 3 major platforms are supported (Universal binaries for macOS will be available soon).

# POSIX: Give execution permission to krait and run
chmod +x krait && ./krait

# Windows: Run the exe
.\krait.exe

Building from source

  1. Install dependencies

    1. Rust stable using rustup
    rustup toolchain install stable
    
  2. Clone the source using git

    git clone https://github.com/m1ten/krait.git
    cd krait
    
  3. Build and run using cargo

    cargo +stable run --release