| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Everything you need to move your project faster
Install the latest release (macOS/Linux):
curl -fsSL https://myflow.sh/install.sh | shThen run:
~/.flow/bin/f --version
~/.flow/bin/f doctorIf f is not found by name immediately, open a new shell (exec zsh -l on zsh).
The installer verifies SHA-256 checksums when available. If you are installing a legacy release that doesn't ship checksums.txt, it will warn and continue (GitHub download only). To bypass verification explicitly (not recommended), set FLOW_INSTALL_INSECURE=1.
Upgrade to the latest release:
f upgradeUpgrade to the latest canary build:
f upgrade --canarySwitch back to stable:
f upgrade --stableIf you fork Flow (or publish releases under a different repo), set:
If you are upgrading to a very old tag that doesn't ship checksums.txt, you can force bypassing checksum verification with FLOW_UPGRADE_INSECURE=1 (not recommended).
Clone Flow, hydrate the pinned vendor snapshot, and install an optimized local build:
git clone https://github.com/nikivdev/flow.git
cd flow
./scripts/vendor/vendor-repo.sh hydrate
FLOW_PROFILE=release ./scripts/deploy.sh
~/bin/f --versionIf you want to populate the vendor checkout yourself first, that works too:
git clone https://github.com/nikivdev/flow-vendor.git .vendor/flow-vendor
./scripts/vendor/vendor-repo.sh hydrateTypical local loop:
f setup
f test
f deployIf you want to inspect tasks first:
f tasks listTo see the current CLI surface:
f --helpFor deeper docs, read docs/.
Release artifacts are built for:
Use Flow and AI. For the full command surface, run f --help. For project docs and workflows, read docs/.
| Back | FazBrowse Home | New Git URL |