How to install HelixDB/helix-db. 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.
HelixDB/helix-db Installation Guide
How to install HelixDB/helix-db. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for HelixDB/helix-db. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i HelixDB/helix-dbor
Install via npx
npx @hexmos/ipm i HelixDB/helix-dbPrerequisites
curl
binarybash
binarywget
binarygit
binaryManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install Helix CLI (Recommended)
curl -sSL "https://install.helix-db.com" | bash
mkdir helix-project && cd helix-project
helix init
helix check
helix push devInstall Helix CLI (Linux aarch64)
wget https://github.com/HelixDB/helix-db/releases/download/v2.3.4/helix-aarch64-unknown-linux-gnu
chmod +x helix-aarch64-unknown-linux-gnu
mv helix-aarch64-unknown-linux-gnu /usr/local/bin/helixInstall Helix CLI (Linux x86_64)
wget https://github.com/HelixDB/helix-db/releases/download/v2.3.4/helix-x86_64-unknown-linux-gnu
chmod +x helix-x86_64-unknown-linux-gnu
mv helix-x86_64-unknown-linux-gnu /usr/local/bin/helixInstall Helix CLI (macOS aarch64)
curl -sSL https://github.com/HelixDB/helix-db/releases/download/v2.3.4/helix-aarch64-apple-darwin -o helix
chmod +x helix
mv helix /usr/local/bin/Install Helix CLI (macOS x86_64)
curl -sSL https://github.com/HelixDB/helix-db/releases/download/v2.3.4/helix-x86_64-apple-darwin -o helix
chmod +x helix
mv helix /usr/local/bin/Install Helix CLI (Windows x86_64)
curl -sSL https://github.com/HelixDB/helix-db/releases/download/v2.3.4/helix-x86_64-pc-windows-msvc.exe -o helix.exe
mv helix.exe %PATH%