Papyx

Download Papyx

Two installers, the same program. Take the .exe unless you have a reason to prefer the other.

.exe 4.7 MB

The ordinary installer, with a language choice at install time.

Installer .exe

Papyx_1.0.0_x64-setup.exe

.msi 5.2 MB

A Windows Installer package, for deployment by group policy.

Installer .msi

Papyx_1.0.0_x64_en-US.msi

v1.0.0 · 10 September 2026 · Windows x64 · Windows 10 1803+ / Windows 11

Every release on GitHub

What you need

  • Windows 10 (1803 or newer) or Windows 11, 64-bit.

  • Nothing else: the rendering engine and the PDF libraries are inside the installer.

  • No internet connection — neither to install nor to use it.

  • Windows will show a warning

    The installer is not signed with a publisher certificate — those cost a few hundred euros a year, for a free project. So SmartScreen will say "Windows protected your PC": click "More info", then "Run anyway". If you would rather not trust a binary, the source is there to build yourself.

  • macOS and Linux?

    No official build for now: Papyx is built and tested on Windows, and publishing elsewhere takes a signing identity (macOS) and system packages (Linux). The code itself is cross-platform — Tauri 2, React and Rust — and builds on all three.

Build from source

Node.js 20+ and stable Rust are enough:

git clone https://github.com/PaulMarchiset/papyx.git
cd papyx
npm install
npm run tauri build

Installers land in src-tauri/target/release/bundle/.

Source