Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview
How to install oblien/openship. 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.

oblien/openship Installation Guide

How to install oblien/openship. Official project installation instructions and setup guide.

Automated Install (Recommended)

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

Install via curl

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

Install via npx

npx @hexmos/ipm i oblien/openship

Prerequisites

Node.js

runtime

npm

package manager

Docker

runtime

Version: required for Docker Compose installation

git

version control

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

NPM Package Manager (Global Install)

npm i -g openship

openship up

cURL Script (Global Install)

curl -fsSL https://get.openship.io | sh

openship up

Docker Compose

git clone https://github.com/oblien/openship.git

cd openship

cp .env.example .env

docker compose up -d

Desktop Application (macOS/Windows/Linux)

openship install

Post Installation Steps

  • openship open (opens the dashboard)
  • openship stop (stops the service)
  • openship up --foreground (one-off attached run)
  • cd your-project && openship init && openship deploy (to deploy a project)