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/supersetor
Install via npx
npx @hexmos/ipm i superset-sh/supersetPrerequisites
Bun
runtimeVersion: v1.0+
Git
version_controlVersion: 2.20+
GitHub CLI
cliVersion: latest
Caddy
serverVersion: 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.dmgBuild 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 devBuild 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