Skip to content

Installing the fm CLI

fm is a single self-contained binary available for Linux, macOS, and Windows.

Download

Download the latest release for your platform and architecture from the Frostmoln releases, then place the binary on your PATH.

bash
# Example (Linux x86_64): move the downloaded binary onto your PATH
chmod +x fm
sudo mv fm /usr/local/bin/fm

Verify

bash
fm version
fm --help

Update

Download the newer release and replace the binary in place. Run fm version to confirm the upgrade.

Next steps