Skip to content

Zhiva Install Instruction

Linux / macOS

Required:

  • Git
  • Bun - If bun is not installed, the script will install it for you.
curl -fsSL https://raw.githubusercontent.com/wxn0brP/Zhiva/HEAD/install/prepare.sh | bash
export PATH="$HOME/.zhiva/bin:$PATH"
zhiva install Zhiva-store-app
zhiva start Zhiva-store-app

Remember to add the following to your .bashrc or .zshrc file:

export PATH="$HOME/.zhiva/bin:$PATH"

If you use zsh, add the following to your .zshrc file to enable auto-completion for Zhiva commands:

[ -s "$HOME/.zhiva/scripts/_zhiva" ] && source "$HOME/.zhiva/scripts/_zhiva"

Windows

Zhiva Store Auto Install

Repository: https://github.com/wxn0brP/Zhiva-windows