Install & Update¶
Recommended path¶
For most users, the safest order is:
- install
loopforge - run
loopforge --help - run
loopforge init - run
loopforge config validate - run
loopforge doctor
Option A: Download a prebuilt binary (recommended)¶
- Download the archive for your OS from GitHub Releases.
- Extract it.
- Put
loopforge(orloopforge.exe) somewhere on yourPATH.
Then:
Option B: Install from source (Cargo)¶
Update¶
- If you installed via Releases: download a newer archive and replace the binary.
- If you installed via Cargo: re-run
cargo install --path crates/loopforge-cli --locked.