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 superset-sh/superset. 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.

superset-sh/superset Installation Guide

How to install superset-sh/superset. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for superset-sh/superset. This is the fastest way to complete project installation and setup.

Install via curl

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

Install via npx

npx @hexmos/ipm i superset-sh/superset

Prerequisites

Bun

runtime

Version: v1.0+

Git

version_control

Version: 2.20+

GitHub CLI

cli

Version: latest

Caddy

server

Version: latest

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Quick Start (Pre-built for macOS)

curl -L https://github.com/superset-sh/superset/releases/latest/download/Superset-arm64-mac.dmg -o superset-installer.dmg

hdiutil attach superset-installer.dmg

sudo installer -pkg /Volumes/Superset/Superset.pkg -target /

hdiutil detach /Volumes/Superset

rm superset-installer.dmg

Build from Source

git clone https://github.com/superset-sh/superset.git

cd superset

cp .env.example .env

echo 'SKIP_ENV_VALIDATION=1' >> .env

cp Caddyfile.example Caddyfile

bun install

bun run dev

Build Desktop App

git clone https://github.com/superset-sh/superset.git

cd superset

cp .env.example .env

echo 'SKIP_ENV_VALIDATION=1' >> .env

cp Caddyfile.example Caddyfile

bun install

bun run build

open apps/desktop/release