Local-first agentic analytics infrastructure — a single binary that runs an AML/AQL engine and query layer against your data warehouse.
curl -fsSL https://raw.githubusercontent.com/holistics/anfra/main/install.sh | bashThe installer downloads the latest release for your platform, places the anfra
binary in ~/.anfra/bin, and prints the line to add it to your PATH.
Supported platforms: linux (x64/arm64) and macOS (x64/arm64).
You can configure the installer with environment variables:
ANFRA_INSTALL_DIR— install somewhere else (default:~/.anfra/bin)ANFRA_VERSION— install a specific version, e.g.0.1.0(default: latest)
anfra update # replace the binary with the latest release
anfra update --check # check for a newer release without installingRun anfra --help for commands, or anfra <command> --help for a specific one.