Skip to content

Installation

Prerequisites

  • Crystal 1.10 or later
  • A Slack workspace where you can install apps
  • An AWS account with Bedrock access

Install from source

git clone https://github.com/crystal-autobot/ark.git
cd ark
shards install
make build

This produces a debug binary at bin/ark.

For an optimized production binary:

make release

Verify installation

bin/ark --version

Next steps

Before running Ark, you need to:

  1. Create a Slack app with Socket Mode enabled
  2. Set up AWS with a Bedrock Agent
  3. Configure Ark with your tokens and credentials