Download AnyInfer¶
Every merge to main with a version bump produces a
GitHub Release carrying the packages
below, built by the
release workflow.
Installation¶
pip install anyinfer
The core depends on only httpx2 and jsonschema; everything else is an extra. See
installation and extras for which extras you need.
Notes¶
- Unzip the demo bundle, then run the
anyinfer-demoexecutable inside. The bundledBUNDLE-INFO.txtrecords the exact version. Bundles never embedllama-serverbinaries or model weights — install a runtime explicitly and let the local subsystem acquire verified model artifacts when needed. - Unzip the sidecar bundle and run
anyinfer-serve --config anyinfer.jsonfrom inside it. It includes the HTTP frontend and built-in dependency-free adapters. Integrations that require an optional provider SDK, such as GitHub Copilot or Entra authentication, should install the Python distribution with the corresponding extra. - On 32-bit Windows (x86) there is no standalone demo bundle — PySide6 publishes no 32-bit Qt builds — but the library wheel itself is pure Python and runs there fine.
Previous releases and checksums¶
The releases page keeps every prior version with its changelog, generated from the pull requests that landed between releases, plus the checksums for every attached asset. The versioning and branch policy is documented in the release strategy.