Skip to content

1.0.0-rc1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 Mar 17:58
· 73 commits to main since this release
1274df4

Improvements

  • Added support for manual PAM setup on non-Ubuntu distros (for example ZorinOS, Fedora) with clear guidance in docs/PAM.md.
  • Replaced heavy OpenCV and LibTorch dependencies with lightweight onnxruntime, openpnp-capture, and stb_image.
  • Reduced runtime footprint significantly. Biopass is now dependency-light and package size is around 18 MB. Compared to Howdy, it can save up to 1 GB of installation size, including dependencies.
  • Standardized logging across authentication modules for more consistent debugging and observability.
  • Inference old AI models to .onnx format.

Features

  • Added support for .rpm package distribution.

@thaitran24, @phucvinh57 & @ngyngcphu