Getting Started
About 456 wordsAbout 2 min
System Requirements
Tauri Version (Recommended)
- Operating System: Windows 10 version 1803+ / Windows 11
- WebView2 Runtime: Pre-installed on Windows 10 1803+ and Windows 11. For older systems, manually install WebView2 Runtime
- Screen Resolution: Minimum 1200×900
- Memory: At least 4GB RAM
- Storage: At least 50MB available space
Electron Version
- Operating System: Windows 10/11 (64-bit)
- Screen Resolution: Minimum 1200×900
- Memory: At least 4GB RAM
- Storage: At least 150MB available space
- No additional runtime required, Electron bundles Chromium
Download and Install
Option 1: Download Tauri Version (Recommended)
Download Latest Version
- Download
CyreneNameRoller-Tauriinstaller from GitHub Releases
- Download
Run Installer
- Double-click the
.exeinstaller and follow the prompts - If WebView2 is missing, click the prompt link to download and install automatically
- Double-click the
Option 2: Download Electron Version
Download Latest Version
- Download
CyreneNameRollerinstaller from GitHub Releases
- Download
Run Installer
- Double-click the
.exeinstaller and follow the prompts - No additional dependencies required, ready to use out of the box
- Double-click the
Option 3: Online Version (No Installation)
Visit web点名器.昔涟.cn to use directly in your browser, no download required.
Option 4: Build from Source (Developers)
Clone Repository
git clone https://github.com/Cyrene2008/CyreneNameRoller.git cd CyreneNameRollerInstall Dependencies
npm installRun Development Server
npm run devBuild Electron Client
npm run electron:buildBuild output is in the
release/directory.
First Launch
When you first launch Cyrene's Name Roller, you'll see the main interface. The application automatically loads the default list, and you can immediately start using the random name picking feature.
Basic Operations
Random Name Picking
- Click the "Random Name" tab in the main interface
- Select mode: Single or Multiple
- Click the "Start" button to randomly pick
- View results with rainbow name animation
Card Flip Name Picking
- Click the "Card Flip" tab in the main interface
- Set the number of people to pick
- Click the "One-click Multiple" button
- View 3D card flip animation effects
Data Management
- Click the "Data Management" tab in the main interface
- View pick count statistics and probability distribution
- Manage pick records: name, list, source, time
- Support list management: CRUD, batch delete, import/export
Personalization Settings
- Click the "Settings" tab in the main interface
- Adjust UI scaling (75%-200%)
- Set name font size
- Switch dark/light mode
- Switch Chinese/English interface
Frequently Asked Questions
If you encounter any issues, please check the FAQ page or visit GitHub Issues for help.
Contributors
Changelog
7/9/26, 9:02 AM
View All Changelog
c62e2-docs: 根据项目实际代码全面修正文档内容on
