Bifrost is heimdall's installer and version manager. Named after the rainbow bridge in Norse mythology, bifrost
is the bridge between heimdall and your system.
curl -L http://get.heimdall.rs | bash
To install the latest stable release:
bifrost
To install the latest stable release (pre-compiled):
bifrost --binary
To install a specific branch:
bifrost --version <branch>
To install a specific tag:
bifrost --version <tag>
To install a specific tag (pre-compiled):
bifrost --version <tag> --binary
To list all available versions:
bifrost --list
To update bifrost to the latest version:
bifrost --update