Installation & Setup
Installation & Setup
This guide covers installing CyberClock, building from source, and keeping it up to date.
System Requirements
| Requirement | Minimum |
|---|---|
| OS | Windows 10 (64-bit) or later |
| Architecture | x64 |
| Runtime | None (Tauri bundles all dependencies) |
| Disk space | ~100 MB |
| RAM | 2 GB |
Installation Methods
Installer (Recommended)
- Download the latest installer from Releases
- Run the
.exeinstaller - Follow the setup wizard
- Launch CyberClock
What the Installer Does
- Installs the application
- Creates Start Menu shortcuts
- Creates Desktop shortcut (optional)
- Offers to start with Windows
Building from Source
Prerequisites
| Tool | Version |
|---|---|
| Node.js | Latest LTS |
| Rust | 1.77+ |
| Tauri CLI | Latest |
Setup
# 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 for Production
# Build Tauri app with installer
npm run build
The built installer will be in:
src-tauri/target/release/bundle/nsis/
Auto-Start
CyberClock can launch automatically when you sign in:
Enable/Disable
- Settings → General → Auto-start with Windows
- Or: Windows Settings → Apps → Startup → Toggle CyberClock
Start Minimized
- Settings → General → Start Minimized
- App starts in system tray
Auto-Update
How It Works
- CyberClock checks GitHub Releases on startup
- When an update is available, a notification appears
- Download with progress indicator
- Installer launches when complete
Manual Update
- Go to Settings → About → Check for Updates
- Or: Download the latest installer from releases
System Tray
Tray Features
- Minimize to tray
- Custom HTML popup menu
- Quick access to all modules
Tray Menu
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
Default Locations
| Data | Location |
|---|---|
| Settings | %APPDATA%\CyberClock\ |
| Sounds | assets/sounds/ (bundled) |
Uninstallation
Standard Uninstall
- Windows Settings → Apps → Installed Apps
- Find CyberClock → Click Uninstall
What Gets Removed
- Program files
- Start Menu shortcuts
- Auto-start entry
What Is Kept
- Settings (in
%APPDATA%\CyberClock)
⚠️ To remove all data, manually delete
%APPDATA%\CyberClockafter uninstalling.