Download AnyInfer¶
Every merge to main with a version bump produces a
GitHub Release carrying the packages
below, built by the
release workflow.
Notes¶
- The core wheel depends on only
httpx2andjsonschema; everything else is an extra. Installation and extras lists which ones you need. - Unzip the demo bundle and run the
anyinfer-demoexecutable inside;BUNDLE-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. (No 32-bit Windows bundle: PySide6 publishes no 32-bit Qt builds, though the pure-Python wheel runs there fine.) - Unzip the sidecar bundle and run
anyinfer-serve --config anyinfer.jsonfrom inside it. To keep it running across reboots,anyinfer-serve installwrites the service definition for your platform after showing it to you (the archive'sINSTALL.txtcarries the same text); see running as a service. The bundle covers the HTTP frontend and the dependency-free adapters; integrations that need an optional provider SDK, such as GitHub Copilot or Entra authentication, should install the Python distribution with the corresponding extra.
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.