Live satellite imagery for your Mac or Windows desktop background.
Download from the Mac App Store by clicking the link above.
- Recommended: Download from the Microsoft Store by clicking the link above (Microsoft account not needed).
- Alternative: Follow the installation instructions
to download and run the installer from the latest GitHub release.
- Note: You will have to dismiss warnings about the download being potentially dangerous with this method.
SpaceEye is an open source desktop app which sets live, publicly available satellite imagery as your desktop background.
New images are downloaded approximately every 10 minutes to an hour (depending on the view), giving an up-to-date, high resolution view of the Earth from space.
Currently, the app provides 12 views of the Earth from 5 different geostationary weather satellites: Himawari-8, GOES-17 (West), GOES-16 (East), Meteosat-8, and Meteosat-11. This list will hopefully be expanded in the future.
Special thanks to NOAA STAR and the Regional and Mesoscale Meteorology Branch (RAMMB) of NOAA/NESDIS (located at Colorado State University) for providing the satellite imagery.
If you encounter a bug or have a feature request, please create an issue on the Issues page.
- NodeJS
- Yarn
windows-build-tools
(if on Windows)
VS Code is recommended for development, but not required. The repo includes configs and recommended extensions.
git clone https://github.com/KYDronePilot/SpaceEye.git
cd SpaceEye
yarn
yarn run build
Opens Chromium dev tools and watches renderer files.
yarn run start-dev
Builds and packages app for distribution.
If on macOS, creates DMG and ZIP files, or if on Windows, creates NSIS executable installer.
yarn run dist
The only data collected are server logs when downloading the satellite config file. This config file contains metadata and links to the satellite images provided by NOAA and RAMMB.
MIT © Michael Galliers