logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install BigBodyCobain/Shadowbroker. 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.

BigBodyCobain/Shadowbroker Installation Guide

How to install BigBodyCobain/Shadowbroker. Official project installation instructions and setup guide.

Automated Install (Recommended)

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

Install via curl

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

Install via npx

npx @hexmos/ipm i BigBodyCobain/Shadowbroker

Prerequisites

Docker Desktop or Docker Engine

software

Node.js

software

Version: 18+

npm

software

Python

software

Version: 3.10-3.12

pip

software

Git

software

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Docker Setup (Recommended)

git clone https://github.com/BigBodyCobain/Shadowbroker.git

cd Shadowbroker

docker compose pull

docker compose up -d

Standalone Deploy (Portainer, Uncloud, NAS, etc.)

wget https://raw.githubusercontent.com/BigBodyCobain/Shadowbroker/main/docker-compose.yml -O docker-compose.yml

echo "AIS_API_KEY=your_aisstream_key" >> .env

docker compose pull

docker compose up -d

Developer Setup

git clone https://github.com/BigBodyCobain/Shadowbroker.git

cd Shadowbroker

cd backend

python -m venv venv

source venv/bin/activate

pip install -e .

cd ../frontend

npm ci

npm run dev

Quick Start (No Code Required)

wget https://github.com/BigBodyCobain/Shadowbroker/releases/download/v0.9.79/ShadowBroker_v0.9.79.zip

unzip ShadowBroker_v0.9.79.zip

cd Shadowbroker

chmod +x start.sh

dos2unix start.sh

./start.sh

Post Installation Steps

  • Open http://localhost:3000 to view the dashboard.
  • Ensure you have necessary API keys for optimal data feed functionality.