-
Notifications
You must be signed in to change notification settings - Fork 1
Installation & Setup
CyberGems edited this page Aug 31, 2026
·
1 revision
This guide covers installing CyberClock, building from source, and keeping it up to date.
| Requirement | Minimum |
|---|---|
| OS | Windows 10 (64-bit) or later |
| Architecture | x64 |
| Runtime | None (Tauri bundles all dependencies) |
| Disk space | ~100 MB |
| RAM | 2 GB |
- Download the latest installer from Releases
- Run the
.exeinstaller - Follow the setup wizard
- Launch CyberClock
- Installs the application
- Creates Start Menu shortcuts
- Creates Desktop shortcut (optional)
- Offers to start with Windows
| Tool | Version |
|---|---|
| Node.js | Latest LTS |
| Rust | 1.77+ |
| Tauri CLI | Latest |
# Clone the repository
git clone https://github.com/CyberGems/CyberClock.git
cd CyberClock
# Install dependencies
npm install
# Run in development mode
npm run dev# Build Tauri app with installer
npm run buildThe built installer will be in:
src-tauri/target/release/bundle/nsis/
CyberClock can launch automatically when you sign in:
- Settings → General → Auto-start with Windows
- Or: Windows Settings → Apps → Startup → Toggle CyberClock
- Settings → General → Start Minimized
- App starts in system tray
- CyberClock checks GitHub Releases on startup
- When an update is available, a notification appears
- Download with progress indicator
- Installer launches when complete
- Go to Settings → About → Check for Updates
- Or: Download the latest installer from releases
- Minimize to tray
- Custom HTML popup menu
- Quick access to all modules
Right-click the tray icon for:
| Action | Description |
|---|---|
| Show/Hide | Toggle main window |
| Clock | Open clock view |
| Calendar | Open calendar view |
| Timer | Open timer view |
| Stopwatch | Open stopwatch view |
| Relaxation | Open relaxation module |
| Mini Mode | Toggle mini mode |
| Settings | Open settings |
| About | Show about dialog |
| Exit | Close CyberClock |
| Data | Location |
|---|---|
| Settings | %APPDATA%\CyberClock\ |
| Sounds |
assets/sounds/ (bundled) |
- Windows Settings → Apps → Installed Apps
- Find CyberClock → Click Uninstall
- Program files
- Start Menu shortcuts
- Auto-start entry
- Settings (in
%APPDATA%\CyberClock)
⚠️ To remove all data, manually delete%APPDATA%\CyberClockafter uninstalling.