Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview
How to install alsk1992/CloddsBot. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

alsk1992/CloddsBot Installation Guide

How to install alsk1992/CloddsBot. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for alsk1992/CloddsBot. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i alsk1992/CloddsBot
or

Install via npx

npx @hexmos/ipm i alsk1992/CloddsBot

Prerequisites

Node.js

runtime

Version: >=22

npm

package manager

TypeScript

language

Version: 5.3

Docker

containerization

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Install via npm (Recommended)

npm install -g clodds --loglevel=error

clodds onboard

Install from source

git clone https://github.com/alsk1992/CloddsBot.git

cd CloddsBot

npm install

cp .env.example .env

npm run build

npm start

Install using Docker

git clone https://github.com/alsk1992/CloddsBot.git

cd CloddsBot

docker compose up --build

Post Installation Steps

  • Ensure ANTHROPIC_API_KEY is set in your .env file.
  • Access WebChat at http://localhost:18789/webchat.