Skip to main content

AnoFox Documentation

Enterprise Forecasting Platform for DuckDB

AnoFox is three specialized DuckDB extensions -- Tabular (78 functions), Forecast (32 models), and Statistics (9 regression types + 30 hypothesis tests) -- that form a unified S&OP pipeline running entirely inside DuckDB. The platform covers data validation across 29 EU VAT jurisdictions, time-series forecasting with 12 period detection algorithms, and statistical inference with 24 error distributions. Every function is a native C++ extension with zero Python overhead, zero data movement, and a pure SQL API.

Welcome to the AnoFox documentation. Here you will find everything you need to audit, forecast, and analyze your data directly within DuckDB.

Frequently Asked Questions

What is AnoFox?

AnoFox is an enterprise forecasting platform delivered as three specialized DuckDB extensions: Tabular (data validation and anomaly detection), Forecast (time-series forecasting), and Statistics (regression and hypothesis testing). Together they form a unified S&OP pipeline that runs entirely inside DuckDB using pure SQL.

Do I need Python to use AnoFox?

No. AnoFox extensions are native C++ DuckDB extensions with a pure SQL API. You load them with LOAD anofox_tabular;, LOAD anofox_forecast;, or LOAD anofox_statistics; and call all functions directly from SQL. There is zero Python overhead and no external runtime required.

What DuckDB version is required?

AnoFox extensions require DuckDB v1.1.0 or later. Each extension's installation page lists the exact minimum version and any platform-specific requirements. Extensions are available for Linux, macOS, and Windows.

Is AnoFox free?

AnoFox is licensed under BSL-1.1 (Business Source License). It is free for internal use, research, testing, and non-commercial purposes with unlimited deployments and full source access. A commercial license is required if you embed AnoFox in a SaaS product or distribute it commercially. See the licensing section for details.

🍪 Cookie Settings