← Desktop overview
Linux · QR CODE ALPHA Desktopv@Model.Release.Version

QR CODE ALPHA Desktop for Linux

Work offline, keep projects locally, and export without a cloud service.

Ready without a separate .NET installationThe current Linux archive is self-contained and includes the required .NET runtime.
Linux
Install from the terminal

Detects the 64-bit system automatically, downloads the matching package, and creates the alpha-qrcode command.

arch=$(uname -m); case "$arch" in x86_64|amd64) package=tar-x64 ;; aarch64|arm64) package=tar-arm64 ;; *) echo "Unsupported 64-bit architecture: $arch" >&2; exit 1 ;; esac; curl -fL "https://alpha-qrcode.com/desktop/download/linux/$package" -o /tmp/alpha-qrcode.tar.gz && mkdir -p "$HOME/.local/opt/alpha-qrcode" "$HOME/.local/bin" && tar -xzf /tmp/alpha-qrcode.tar.gz -C "$HOME/.local/opt/alpha-qrcode" && chmod +x "$HOME/.local/opt/alpha-qrcode/AlphaCrossAvalonia" && ln -sf "$HOME/.local/opt/alpha-qrcode/AlphaCrossAvalonia" "$HOME/.local/bin/alpha-qrcode"
Launch the application
$HOME/.local/bin/alpha-qrcode
Installation is limited to your user account under ~/.local; administrator access is not required.
Linux package

What is inside the TAR.GZ archive?

TAR.GZ

TAR.GZ is a standard compressed Linux archive. Extract it to a folder, grant the program file execute permission if needed, and launch the app from that folder.

Install from the terminal

Detects the 64-bit system automatically, downloads the matching package, and creates the alpha-qrcode command.

Installation is limited to your user account under ~/.local; administrator access is not required.
Linux · 64 Bit

QR CODE ALPHA Desktop for Linux

QR CODE ALPHA Desktop · Linux

Linux x64

File size
49.1 MB
Download
Show SHA-256D0D30C5E9CA0CA9B4336DF7B4BEE692F1D7EE549F4B0D48BA7BECB90A6B26BB7

File integrity

The published SHA-256 value is the download's unique fingerprint. Matching values confirm that the file was not changed in transit.

Framework-dependent

Compact packages

A future framework-dependent build can be smaller, but it will require a matching installed .NET Runtime. The current package already includes the runtime.