-
Notifications
You must be signed in to change notification settings - Fork 5
splashtop_streamer_install_macos.sh
Corey Watson edited this page Dec 1, 2025
·
1 revision
Downloads and installs the Splashtop Streamer agent on macOS.
This script automates the installation of Splashtop Streamer agent on macOS systems for remote access capabilities. It downloads the deployment installer, mounts the DMG, installs the package, and performs cleanup.
Downloads and installs the Splashtop Streamer agent on macOS for remote access capabilities.
- macOS
- Root/sudo privileges
- Internet connectivity
The script uses hardcoded values:
-
SPLASHTOP_URL: Direct download link to Splashtop Streamer deployment installer (v3.7.0.0) -
TEMP_DMG: Temporary location for downloaded DMG (/tmp/splashtop_streamer.dmg) -
MOUNT_DIR: Mount point for the DMG (/Volumes/SplashtopStreamer)
- Downloads the Splashtop Streamer deployment installer from the official server
- Mounts the DMG to the specified mount directory
- Installs the hidden package (.Splashtop Streamer.pkg) using macOS installer command
- Unmounts the DMG
- Removes the temporary installer file
- Reports installation status
- Requires sudo/root privileges for installation
- Downloads installer directly from official Splashtop servers (download.splashtop.com/csrs)
- Uses error handling to prevent partial installations
- Cleans up temporary files after installation
-
0= Success -
1= Failure (download failed, mount failed, or installation failed)
[ SPLASHTOP STREAMER INSTALL - macOS ]
--------------------------------------------------------------
Downloading Splashtop Streamer...
Mounting installer...
Installing Splashtop Streamer...
Cleaning up...
[ COMPLETE ]
--------------------------------------------------------------
Splashtop Streamer installed successfully
- v1.0.0 - Initial release
- View Script Source
- Scripts - Back to script index