Skip to content

Releases: Reypaulino/ReyOS

ReyOS 2026.09.03

Choose a tag to compare

@Reypaulino Reypaulino released this 03 Sep 18:58

ReyOS live/install ISO, first release to include reyos-connect (KDE Connect + VPN remote access + Bluetooth + Remote Desktop). See docs/connect.md in the repo for the full feature writeup and real-device testing status.

ReyOS WSL 2026.09.02 (v1, unverified on Windows)

Choose a tag to compare

@Reypaulino Reypaulino released this 02 Sep 17:54

First ReyOS WSL build artifact. Built + verified via a real pacstrap run on the ReyOS Dev VM.

KNOWN ISSUE, real-tested 2026-09-02: wsl --install --from-file FAILS against this artifact with error_file_not_found — it targets Microsoft's newer packaged .wsl format (manifest + install.tar.gz), not a plain rootfs tarball, which is what this file actually is. Use wsl --import instead:

wsl --import ReyOS $env:LOCALAPPDATA\ReyOS-WSL ReyOS-WSL-2026.09.02-x86_64.wsl
wsl -d ReyOS

sha256: 64a97010ab320f0c617f85039e7d2d7883133c46f3aeaa5c395e5a490108b2ef

ReyOS Browser 0.1.0-97ubuntu1 (Ubuntu/Debian)

Choose a tag to compare

Adds fingerprint randomization to Shields (Brave-style): canvas/WebGL/audio outputs get subtle per-site noise so trackers cannot stitch a stable device fingerprint across sites. Noise is stable within one browsing session per site (no flicker) but resets on every browser restart, matching the browser's existing memory-only privacy model.

Install: download the .deb, then sudo apt install ./reyos-browser_0.1.0-97ubuntu1_amd64.deb

ReyOS Browser 0.1.0-92ubuntu1 (Ubuntu/Debian)

Choose a tag to compare

Two Brave-style privacy additions to Shields:

  • Auto-upgrades HTTP requests to HTTPS when the site supports it
  • Strips known tracking query params (utm_*, fbclid, gclid, msclkid, etc.) from page navigations

Both are gated behind the existing per-site Shields toggle.

Install: download the .deb, then sudo apt install ./reyos-browser_0.1.0-92ubuntu1_amd64.deb

ReyOS Browser 0.1.0-91ubuntu1 (Ubuntu/Debian)

Choose a tag to compare

Adds a KWallet-backed password manager (save/autofill), and fixes bookmarks: folder structure from Netscape HTML imports is now preserved correctly (excluding the browser's own root container from the path), the Bookmarks dialog scrolls instead of clipping, and the bookmarks bar groups items into folder dropdowns with an overflow button when it doesn't fit.

Install: download the .deb, then sudo apt install ./reyos-browser_0.1.0-91ubuntu1_amd64.deb

ReyOS Browser 0.1.0-84ubuntu1 (Ubuntu/Debian)

Choose a tag to compare

Native private-by-default Qt web browser for ReyOS, packaged as a .deb for Ubuntu/Debian.

Bundles its own Python virtual environment (PySide6 + Qt WebEngine).

Install:

sudo apt install ./reyos-browser_0.1.0-84ubuntu1_amd64.deb

Fixes 0.1.0-83ubuntu1, which was missing several QtWebEngine/Chromium runtime library dependencies (libnspr4, libnss3, libxcb-cursor0, and others) and would fail to launch (ImportError) on a genuinely clean Ubuntu 24.04 install. Verified this release in a fresh, unmodified ubuntu:24.04 Docker container: a plain apt install resolves every dependency automatically, and the app launches cleanly as a non-root user with no missing-library errors.