-
RLidentity v2.0.1
StableSome checks failedBuild & Release / build-windows (push) Has been cancelledreleased this
2026-04-28 02:19:15 +00:00 | 8 commits to main since this releaseRLidentity v2.0.1 — Technical Update
This release focuses on security hardening, expanded customization, and core stability improvements to ensure a seamless experience.
Integrity and Security
- sha256 checksum verification: implemented automated file integrity checks. the system now validates sha256 checksums for all core components before execution to prevent tampering.
- binary code signing: both
RLIdentity.dllandinjector.exeare now digitally signed with a verified certificate and timestamped, ensuring authenticity and reducing security flags. - enhanced network policy: refined the content security policy (csp) to strictly enforce secure communication with
api.rlidentity.meandgit.rlidentity.me.
Personalization
- extended theme library: introduced additional visual themes, allowing for deeper customization of the user interface.
- ui refinement: minor adjustments to the frameless window logic for better stability across various display scales.
Reliability and Performance
- enhanced injection logic: refined the internal injection routine to increase success rates and minimize system overhead during deployment.
- stability patches: addressed edge-case crashes reported in the previous version, resulting in a more robust background process.
- update delivery: optimized the secure minisign update flow for faster delivery of future patches.
Verification Data
For manual verification, ensure your binaries match the following official checksums:
SHA256 Checksums:
- RLIdentity.dll:
f655b218b6f0d64e6580078bf075c3b5df854d89d7f6e3295305e30c12310af0 - injector.exe:
5c1e60b118849445eef15f6dd28736c4244d7eece1f3616ac35c5a5eb819ad2b
Downloads
-
RLidentity v2.0.0 Stable
released this
2026-03-18 01:09:58 +00:00 | 30 commits to main since this releaseThe transition from the legacy XAML/C# architecture to the modern Tauri and React stack represents a complete technical overhaul of RLidentity. This
revamp focuses on performance, security, and a streamlined user experience.- Architectural Shift: .NET to Tauri (Rust)
- Performance Optimization: By moving from the .NET runtime to a Tauri and Rust backend, the application footprint has been significantly reduced,
resulting in faster startup times and lower memory consumption. - Memory Safety: System-level operations, including process scanning and file management, are now handled by Rust, providing a more stable and secure
foundation for the application. - Modular Codebase: The project is now structured into distinct streams: the gui branch for the interface and the dll branch for the C++ injection
engine, allowing for independent development and maintenance.
- Interface Overhaul: XAML to React
- Modern UI Framework: The static Windows-style XAML interface has been replaced with a dynamic React and Tailwind CSS frontend.
- Acrylic Glassmorphism: Utilizing the window-vibrancy library, the application now features a professional semi-transparent Acrylic background.
- Enhanced UX: The new interface includes smooth transitions, interactive onboarding for new users, and a real-time log viewer for monitoring injection
status.
- Advanced API and Security Features
- HWID Locking: The updated validation system generates a unique Hardware ID for every user, preventing unauthorized license sharing.
- Epic ID Integration: The application tracks the last_epic_id, enabling the API to verify the user's identity against their license key in real-time.
- Live Revocation: A "Revoked" state has been implemented. If a license is canceled, the application immediately locks down, updates the UI to reflect
the status, and prevents further usage.
- Automated Asset Syncing
- Dynamic Asset Delivery: The application no longer requires users to manually download updated binaries. It now features an integrated sync engine.
- Gitea Integration: Upon launch, the GUI checks the Gitea repository's dll branch. it automatically downloads the latest injector.exe and RLIdentity.dll
directly to the user's AppData directory.
- Professional Packaging and Distribution
- Standardized Installers: The application is now distributed via professional .msi and .exe (NSIS) installers generated through the Tauri CLI.
- Integrated Updates: With the Tauri v2 Updater, the application can seamlessly update its own source code when new versions are deployed to the API
SHA-256 Signatures
rlidentitygui_2.0.0_x64-setup.exe--D644EA2E44583639B92897D125F349D2638B596155B6AF98B3CDB0604952D5F6
rlidentitygui_2.0.0_x64_en-US.msi--DCF184D3B630FCBA75F56294CDC683A03C7FE1A387CAB0D6EA3B2D14C34328D7
injector.exe--A5FA657F6336D257D1C29808F4F7DF6366A6110A1191A7C704C32B16A491BD14
RLIdentity.dll--16D02A64A25AEC9E7279C3C44A33D3756F8EF9D8931AC0F76219FD75D53D8C2ADownloads