-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
a.metwalli edited this page Feb 6, 2026
·
1 revision
Floe ships as a CLI (floe). The recommended install is Homebrew. If Homebrew is unavailable, you can install from source with Cargo. Docker is also supported.
brew tap malon64/floe
brew install floe
floe --versionPrereqs:
- Rust toolchain (stable)
- A C/C++ toolchain in
PATH
Install:
cargo install floe-cli
floe --versionBuild from a local checkout:
cargo build --release
./target/release/floe --versionPull the latest image:
docker pull ghcr.io/malon64/floe:latestRun (mount the current directory to /work):
docker run --rm -v "$PWD:/work" ghcr.io/malon64/floe:latest run -c /work/example/config.ymlNotes:
- CLI arguments are identical to local usage.
- Provide cloud credentials via environment variables or runtime identity.
floe --version
floe validate -c example/config.yml