Skip to content

Installation

npm (Node.js)

sh
npm install @driftabot/engine

Downloads the correct pre-built binary for your platform automatically. See npm SDK for the full programmatic API.

Homebrew (macOS / Linux)

sh
brew tap DriftaBot/tap
brew install driftabot

Go install

sh
go install github.com/DriftaBot/engine/cmd/driftabot@latest

Build from source

sh
go build -o driftabot ./cmd/driftabot

Or via Make:

sh
make build

Released under the MIT License.