HelixDB can be used locally by installing the HelixCLI.
rustup update
curl -sSL https://install.helix-db.com | bash
echo 'export PATH="$HOME/.local/bin:$PATH"' >> "$HOME/.zshrc" source ~/.zshrc
helix --version
helix install
helix install --dev
helix init --path helixdb-cfg cd helixdb-cfg
.hx
helix check
helix deploy
Was this page helpful?