Installation

ErikrafT is currently in Alpha. Installation is via the CLI tool.

Prerequisites

  • Python 3.8+ (for the prototype CLI)
  • LLVM 15+ (for native compilation)

Install using cURL

curl -fsSL https://erikraft.dev/install.sh | sh

Manual Installation

Clone the repository and add the cli/ directory to your PATH.

git clone https://github.com/erikraft/erik.git
export PATH="$PATH:$(pwd)/erik/cli"