FactorPrism Console 2.2.0
The FactorPrism Console analyzes your time-series data across category hierarchies (product, geography, channel, …) and identifies which segments drove the change in your metric. Feed it a CSV, get back a ranked factor decomposition — scriptable, deterministic, and automation-friendly.
Downloads
- Windows (x64): FactorPrismConsole-2.2.0-win-x64.zip
- macOS (Intel & Apple Silicon via Rosetta): FactorPrismConsole-2.2.0-osx-x64.zip
- Linux (x64): FactorPrismConsole-2.2.0-linux-x64.zip
All versions and SHA-256 checksums are on the releases page.
License Required
Running an analysis requires a FactorPrism license file (.fplic), delivered
by email. Contact us
to request a trial or purchase a license, then place the file in the same folder as the
application. You can check your license status any time with
FactorPrismConsoleXP license.
Getting Started
Each download includes a README with full instructions. The short version:
- 1. Unzip, and place your license file in the folder
- 2.
FactorPrismConsoleXP init myanalysis.json— creates an annotated config; point it at your CSV - 3.
FactorPrismConsoleXP validate myanalysis.json— checks your config against your data - 4.
FactorPrismConsoleXP run myanalysis.json— writes the results CSV
First run on macOS / Linux
After unzipping, make the program executable: chmod +x FactorPrismConsoleXP.
On macOS, also clear the download quarantine
(xattr -d com.apple.quarantine FactorPrismConsoleXP) or approve the app under
System Settings → Privacy & Security. The macOS build is code-signed with our
Apple Developer ID.
Built for Automation
Stable exit codes, --json structured output, and CSV streaming to standard
output make the console easy to drive from scripts, CI pipelines, and AI agents.