-
Notifications
You must be signed in to change notification settings - Fork 0
Installation & Setup
CyberGems edited this page Aug 30, 2026
·
1 revision
This guide covers installing CyberViewer, building from source, and keeping it up to date.
| Requirement | Minimum |
|---|---|
| OS | Windows 10 (64-bit) or later |
| Architecture | x64 |
| Runtime | None (Electron bundles all dependencies) |
| Disk space | ~150 MB |
| RAM | 2 GB |
- Download the latest installer from Releases
- Run the
.exeinstaller - Follow the setup wizard
- Choose to set as default image viewer
- Launch CyberViewer
- Installs the application
- Creates Start Menu shortcuts
- Creates Desktop shortcut (optional)
- Registers file associations (JPG, PNG, GIF, WebBP, BMP, TIFF)
- Offers to set as default image viewer
- Bilingual installer (English/Spanish)
- Download the portable
.exefrom releases - Run directly β no installation needed
- Settings stored in application folder
| Tool | Version |
|---|---|
| Node.js | LTS (v22 recommended) |
| npm | Latest |
# Clone the repository
git clone https://github.com/CyberGems/CyberViewer.git
cd CyberViewer
# Install dependencies
npm install
# Run in development mode
npm start# Build NSIS installer + portable
npm run build
# Build portable only
npm run build:portable| Output | Location |
|---|---|
| NSIS Installer | dist/CyberViewer-Setup-X.X.X.exe |
| Portable | dist/CyberViewer-Portable-X.X.X.exe |
| Updater manifest | dist/latest.yml |
CyberViewer can launch automatically when you sign in:
- Settings β System β Auto-start with Windows
- Or: Windows Settings β Apps β Startup β Toggle CyberViewer
- CyberViewer checks GitHub Releases on startup
- When an update is available, a notification appears
- Download with progress indicator
- Installer launches when complete
| Setting | Description |
|---|---|
| Check updates on startup | Enable/disable update checking |
- Go to Settings β System β Check for Updates
- Or: Download the latest installer from releases
- Minimize to tray
- Quick access menu
- Close image on tray hide option
Right-click the tray icon for:
| Action | Description |
|---|---|
| Show/Hide | Toggle viewer window |
| Open | Open image file |
| Settings | Open settings |
| About | Show about dialog |
| Exit | Close CyberViewer |
Right-click images in Explorer:
- Open with CyberViewer β Opens the image directly
- Toggle in Settings β System β Context menu
During installation or via Windows Settings:
- Windows Settings β Default Apps
- Search for CyberViewer
- Set as default for image formats
| Format | Extension |
|---|---|
| JPEG | .jpg, .jpeg |
| PNG | .png |
| GIF | .gif |
| WebP | .webp |
| BMP | .bmp |
| TIFF | .tiff, .tif |
- Windows Settings β Apps β Installed Apps
- Find CyberViewer β Click Uninstall
- Program files
- Start Menu shortcuts
- File associations
- Auto-start entry
- Settings (in
%APPDATA%\CyberViewer)
β οΈ To remove all data, manually delete%APPDATA%\CyberViewerafter uninstalling.