Skip to content

Releases: Usama01TN/PyFreeRdpNative

main-latest (rolling dev build)

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

FreeRDP 3.31.1 prebuilt libraries

Pre-release

Choose a tag to compare

@github-actions github-actions released this 12 Sep 17:01
f152ab5

Prebuilt libfreerdp / libfreerdp-client / libfreerdp-server / libwinpr with all client and server virtual channels, built by scripts/build_freerdp.py from FreeRDP 3.31.1.

Built from commit f152ab5 — workflow run https://github.com/Usama01TN/PyFreeRdpNative/actions/runs/34703843944

Unpack the archive for your platform and drop the contents into pyfreerdp/_libs/ (Android: pyfreerdp/_libs/android/<abi>/). See BUILD-INFO.txt inside each archive.

FreeRDP 3.16.0 prebuilt libraries

Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Sep 17:26
d34bc0d

Prebuilt libfreerdp / libfreerdp-client / libfreerdp-server / libwinpr with all client and server virtual channels, built by scripts/build_freerdp.py from FreeRDP 3.16.0.

Built from commit d34bc0d — workflow run https://github.com/Usama01TN/PyFreeRdpNative/actions/runs/34505119050

Unpack the archive for your platform and drop the contents into pyfreerdp/_libs/ (Android: pyfreerdp/_libs/android/<abi>/). See BUILD-INFO.txt inside each archive.