Sunstream Screensaver

Download the screensaver for your operating system

Available Downloads

Windows (.scr)

Download .scr File

Installation Instructions:

  1. Download the file and place it in C:\Windows\System32.
  2. Go to Settings > Personalization > Lock Screen.
  3. Select the Sunstream screensaver.

macOS (.saver)

Download .saver File

Installation Instructions:

  1. Download the file and double-click to install.
  2. Go to System Preferences > Desktop & Screen Saver.
  3. Select the Sunstream screensaver.

Linux (.zip)

Download Linux Package

Installation Instructions:

  1. Extract the zip file.
  2. Follow the instructions in the README for your desktop environment (GNOME, KDE, etc.).
  3. Configure the screensaver using xscreensaver or a similar tool.

Build the Screensaver Yourself

Want to customize or run the screensaver on another platform? Follow these steps:

General Build Instructions

  1. Download and install Node.js.
  2. Install Electron globally using npm:
  3. npm install -g electron-packager
  4. Clone the source code or download the zip file.
  5. Navigate to the project directory in the terminal and run:
  6. npm install
  7. Build the project for your platform. For example:
  8. electron-packager . sunstream-screensaver --platform=win32 --arch=x64 --out=build