Documentation Index
Fetch the complete documentation index at: https://docs.fallow.tools/llms.txt
Use this file to discover all available pages before exploring further.
The fastest way to try Fallow is to run it directly:
If you use Fallow often, install it globally.
npm (recommended)
pnpm
yarn
Cargo
Binary download
Prebuilt binaries for macOS, Linux, and Windows. No Rust toolchain required.The npm package uses optionalDependencies to download the correct platform binary automatically.
Use this if you already have a Rust toolchain. Download prebuilt binaries from GitHub Releases.| Target | Platform |
|---|
fallow-aarch64-apple-darwin.tar.gz | macOS Apple Silicon |
fallow-x86_64-apple-darwin.tar.gz | macOS Intel |
fallow-x86_64-unknown-linux-gnu.tar.gz | Linux x64 (glibc) |
fallow-aarch64-unknown-linux-gnu.tar.gz | Linux ARM64 (glibc) |
fallow-x86_64-unknown-linux-musl.tar.gz | Linux x64 (musl) |
fallow-aarch64-unknown-linux-musl.tar.gz | Linux ARM64 (musl) |
fallow-x86_64-pc-windows-msvc.zip | Windows x64 |
Verify
If you see a version number, you’re all set.
Next step
Go to the Quick start and run your first analysis.