░█▀▀░█▀█░█▀▀░▀█▀░█▀█░█▀▄░█░░█░█
░█▀▀░█▀█░█░░░░█░░█░█░█▀▄░█░░░█░
░▀░░░▀░▀░▀▀▀░░▀░░▀▀▀░▀░▀░▀▀▀░▀░
Factorly — a local runtime for agent tool chains. It manages tool calls, injects credentials from an encrypted vault, enforces governance rules, and logs everything. Your agent sees workflows, tools, and data. Secrets stay secret.
brew install factorly-dev/tap/factorlyOr, more explicitly:
brew tap factorly-dev/tap
brew install factorlyThen:
factorly version
factorly initSee the getting started guide for next steps.
This repo holds one Homebrew formula:
Formula/factorly.rb— pinned to the latest factorly release on each tag push. Auto-generated bybrew/update-tap.shin the main repo.
The formula installs a prebuilt binary from the GitHub Release matching the user's OS and architecture (macOS amd64/arm64, Linux amd64/arm64). Windows users — install via npm, pip, or grab the .exe from the releases page directly.
The formula updates automatically when a new factorly version is tagged. To force a re-install of the latest:
brew update
brew upgrade factorlyReport formula bugs here. Report factorly bugs at factorly-dev/factorly.