Download & Run
About 694 wordsAbout 2 min
2026-08-14 10:00:00
Quick Start - Complete SecRandom download, verification, and running in three steps
Alpha Version Warning
The v3 version is currently in Alpha stage and should not be used in production. It may contain unknown bugs and is intended for user experience only.
System Requirements Checklist
Minimum Requirements
| Category | Requirements | Recommended |
|---|---|---|
| Processor | 1GHz or higher | 64-bit 4 cores or more |
| Memory | At least 4 GB | 8GB+ |
| Storage | 300MB available space | Recommended SSD |
| Display | 1024×768 resolution | Recommended 1080p |
Software Environment
| Usage Method | System Requirements | Runtime |
|---|---|---|
| Executable | Windows 10/11, Linux, macOS | No installation required |
| Source Code | Windows 10/11, Linux, macOS | .NET 10 SDK |
Cross-Platform
Starting from v3, SecRandom is rebuilt with C#/.NET + Avalonia, officially supporting Windows, Linux, macOS, and mobile platforms (Android/iOS).
Windows Version Notice
SecRandom has stopped support for Windows 7 and 32-bit systems. We strongly recommend using Windows 10 or higher.
Download Methods
Recommended Solutions
Solution 1: Official Download Page
- Official Release - Stable version after complete testing
- Latest Version - Provides the latest official version download
Steps:
- Visit Official Download Page
- Select and download the version suitable for your system
Solution 2: GitHub Releases
- Security Verification - Provides SHA256 checksum values
- Version Selection - Supports official and preview versions
Steps:
- Visit GitHub Releases
- Select the latest version (e.g.,
v3.0.0-alpha.2) - Download the file for your platform
File Integrity Verification
SHA256 Verification Process
Getting Checksum Values
Each version's release page provides SHA256 checksum values in the following format:
| Filename | SHA256 Checksum |
|---|---|
| SecRandom-Windows-Portable-v3.0.0-alpha.2-x64.zip | Example checksum |
| SecRandom-Windows-Setup-v3.0.0-alpha.2-x64.exe | Example checksum |
| SecRandom-linux-Setup-v3.0.0-alpha.2-amd64.deb | Example checksum |
Windows Verification Steps
- Open PowerShell
- Calculate file hash:
Get-FileHash filename.zip -Algorithm SHA256 - Compare results: Should match exactly with the checksum provided on the release page
Linux Verification Steps
- Open terminal
- Calculate file hash:
sha256sum filename.zip - Compare results: Should match exactly with the checksum provided on the release page
Running Guide
Windows System
Quick Start Checklist
- Download Windows version ZIP package or EXE installer
- Extract ZIP package or run installer
- Run
SecRandom.exe - Create desktop shortcut (optional)
Detailed Steps
Method 1: Portable Version
Extract files
- Right-click ZIP package → "Extract All" → Select path
- Or use 7-Zip/WinRAR or other extraction software
First run
- Navigate to the extracted folder
- Double-click to run
SecRandom.exe - If Windows Defender prompt appears:
- Click "More info" → "Run anyway"
Create shortcut
- Right-click
SecRandom.exe→ "Send to" → "Desktop (create shortcut)"
- Right-click
Method 2: Installer Version
Run installer
- Double-click
SecRandom-Windows-Setup-xxx-x64.exe - Follow the installation wizard to complete installation
- Double-click
Launch program
- Find SecRandom in Start menu
- Or double-click desktop shortcut
Linux System
Quick Start Checklist
- Download Linux version DEB installation package
- Install DEB package
- Launch SecRandom from application menu
Detailed Steps
Install DEB package
sudo dpkg -i SecRandom-linux-Setup-xxx-amd64.deb sudo apt-get install -f # Fix dependency issues (if any)Launch program
- Find SecRandom in application menu
- Or run
SecRandomin terminal
macOS System
- Download the macOS package for your architecture (Apple Silicon / Intel)
- Open the downloaded
.dmgor.zipand drag SecRandom to Applications - If "unidentified developer" prompt appears: right-click → Open → Open again to allow first launch
First Launch Guide
The first launch will run an 8-step setup wizard (OOBE):
- Welcome - Welcome and feature introduction
- Verifiable Drawing Notice - Understand the draw verification capabilities
- Privacy Policy - Confirm privacy policy
- GPLv3 License - Confirm open source license
- Basic Settings - Configure basic behavior
- List Management - Create your first member list
- Enhanced Features - Optional features (e.g., linkage, verification)
- Complete - Finish and enter the main interface
See Software Guide for details.
Technical Support
Problem Feedback Channels
- GitHub Issues
- QQ Group:833875216
- Mail Feedback:lzy98276@sectl.com
Tip: If you encounter problems, check the
FAQpage first. 80% of common problems have solutions!
Contributors
Changelog
4088d-Update navbar links and remove Advanced Settingson
Copyright
Copyright Ownership:SECTL
License under:CC BY-NC-SA 4.0
