Skip to content

main-latest (rolling dev build)

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Sep 15:32
f201e80

Rolling development build

This is an automatic pre-release built from the latest commit on main.
It's overwritten on every push to main, so the URL is stable but the contents change.

  • Commit: f201e80
  • Build: #144
  • Built at: 2026-09-16 15:32 UTC

Install

# Latest dev build (this release):
pip install --force-reinstall \
    https://github.com/Usama01TN/PyFreeRdpNative/releases/download/main-latest/pyfreerdpnative-0.2.0-py3-none-any.whl

# Or grab the sdist:
pip install --force-reinstall \
    https://github.com/Usama01TN/PyFreeRdpNative/releases/download/main-latest/pyfreerdpnative-0.2.0.tar.gz

You'll need libfreerdp installed separately - see the README for platform commands.

Caveats

  • Not on PyPI. Use the URL above. Real releases land on PyPI when a v* tag is pushed.
  • No backwards-compat guarantees. This is unreleased code; APIs may change before the next tagged release.
  • No signatures. Tagged releases get Sigstore signatures and SLSA provenance; rolling builds don't.

Recent commits since last release

All commits (no tagged release yet):

f201e80 Update build-freerdp.yml