โ Frequently Asked Questions
What makes Alnoms different from a standard profiler?
Standard profilers tell you where your time was spent, but they don't tell you why or how it will scale as data grows. Alnoms combines Static Intent (AST analysis) with Empirical Proof (Doubling Tests) to provide a deterministic governance verdict.
Does Alnoms send my code to the cloud?
No. Alnoms is designed for Sovereignty and privacy. All analysisโboth static and dynamicโhappens locally on your machine. There is no telemetry or external data collection in the OSS tier.
Can I use Alnoms in a CI/CD pipeline?
Yes. Alnoms is built to be "Governance First." You can use the CLI to set performance gates that fail a build if an \(O(N^2)\) regression is detected in critical functions.