Convert is a data file converter which supports file conversions between csv, json, yaml, toml and properties. It is written in java and compiled to native binary using graalvm. Currently supported operating system and architectures are:

  • windows-x86_64
  • linux-x86_64
  • linux-aarch64
  • darwin-x86_64
  • darwin-aarch64

You can download it from homebrewif you are using linux or macos using the following command:

brew install ghokun/tap/convert

You can also download the latest release from github.