All Projects → glouel → Aerialcompanion

glouel / Aerialcompanion

A companion app for the Aerial screen saver for macOS that takes care of install and auto-updates.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Aerialcompanion

Latest
A small utility app for macOS that makes sure you know about all the latest updates to the apps you use.
Stars: ✭ 657 (+356.25%)
Mutual labels:  updater
Git Repo Watcher
A simple bash script to watch a git repository and pull upstream changes if needed.
Stars: ✭ 73 (-49.31%)
Mutual labels:  updater
Update
Update is a new developer framework and CLI for automating updates of any kind in code projects. If you know how to use assemble, generate or verb, you'll know how to use update.
Stars: ✭ 106 (-26.39%)
Mutual labels:  updater
Ember Cli Updater
ember-cli addon to help you update your ember-cli application or addon.
Stars: ✭ 32 (-77.78%)
Mutual labels:  updater
Ucaresystem
An all-in-one, one click system maintenance application for Ubuntu/Debian operating systems and derivatives
Stars: ✭ 69 (-52.08%)
Mutual labels:  updater
Project
⭐️ Antares Project Application Skeleton. This is the very first place you should start. It allows you to create a brand new awesome project in easy few steps.
Stars: ✭ 84 (-41.67%)
Mutual labels:  updater
Chrlauncher
Small and very fast portable launcher and updater for Chromium.
Stars: ✭ 491 (+240.97%)
Mutual labels:  updater
Update Notifier
The idea for this module came from the desire to apply the browser update strategy to CLI tools, where everyone is always on the latest version. We first tried automatic updating, which we discovered wasn't popular. This is the second iteration of that idea, but limited to just update notifications.
Stars: ✭ 1,594 (+1006.94%)
Mutual labels:  updater
Sparkler
A Rails webapp that gathers and displays system statistics from Sparkle app updater (macOS/app versions etc.)
Stars: ✭ 71 (-50.69%)
Mutual labels:  updater
Ouroboros
Automatically update running docker containers with newest available image
Stars: ✭ 1,474 (+923.61%)
Mutual labels:  updater
Apkupdater
APKUpdater is an open source tool that simplifies the process of finding updates for your installed apps.
Stars: ✭ 1,028 (+613.89%)
Mutual labels:  updater
Wine Origin Updater
Updater for Origin in Wine
Stars: ✭ 57 (-60.42%)
Mutual labels:  updater
Stellar
RetroArch Nightly Updater
Stars: ✭ 93 (-35.42%)
Mutual labels:  updater
Geoip Updater
Download and update MaxMind's GeoIP2 databases on a time-based schedule
Stars: ✭ 29 (-79.86%)
Mutual labels:  updater
Electron Release Server
A fully featured, self-hosted release server for electron applications, compatible with auto-updater.
Stars: ✭ 1,600 (+1011.11%)
Mutual labels:  updater
Update4j
Create your own auto-update framework
Stars: ✭ 497 (+245.14%)
Mutual labels:  updater
Laraupdater
Enable Laravel App Self-Update. Allow your Laravel Application to auto-update itself.
Stars: ✭ 75 (-47.92%)
Mutual labels:  updater
Appupdater
A library that checks for your apps' updates on Google Play, GitHub, Amazon, F-Droid or your own server. API 9+ required.
Stars: ✭ 1,793 (+1145.14%)
Mutual labels:  updater
Kymsu
Keep Your macOs Stuff Updated (KYMSU)
Stars: ✭ 119 (-17.36%)
Mutual labels:  updater
Generic Auto Updater
Generic Auto-Updater: a robust, user-friendly, clean and efficient Auto-Updater to maintain any client patched.
Stars: ✭ 95 (-34.03%)
Mutual labels:  updater

Aerial Companion

About Aerial Companion Aerial Companion in Action!

The official companion app for the Aerial screen saver for macOS. It takes care of install, automatic updates and more.

This utility will install the Aerial screensaver and keep you up to date!

Previously called AerialUpdater

Installation

  1. Download the latest release
  2. Unzip and copy AerialUpdater.app to /Applications
Drag and Drop
  1. Once copied, double click to launch Aerial.app in your Applications Folder

  2. Aerial will be installed if this is your first time, or prompt you to update to the latest version!

Uninstall

  • To uninstall the Aerial Companion App simply delete Aerial.app from your Applications folder.
  • To uninstall the Aerial screen saver, please follow the directions here

I thought Aerial had auto-updates with Sparkle?

Aerial used to automatically update (since version 1.5.0) using the Sparkle framework.

With the introduction of macOS 10.15 (Catalina), things changed for screen savers and Aerial was no longer able to update itself because of the new security restrictions introduced with sandboxing. A temporary workaround was put in place in version 1.8.0 where you could get notified of a new version but not automatically install.

Sparkle

While this worked most of the time, for some users, the update check caused the ScreenSaverEngine to lose the keyboard/mouse focus, and pressing a key would no longer let you exit the screen saver (pressing cmd-alt-shift-esc could be used as a workaround). This issue seem to trigger a lot more often in macOS 11 (Big Sur). Due to this, Sparkle was removed from Aerial starting in version 2.0.0 and native support was added using Aerial Companion.

How does it work?

During your first launch you will be able to set up Aerial Companion to keep you up to date the way that you want. Choose whether it checks for an update hourly, daily, weekly, or only when you want to update manually. Run the companion app in the foreground from your menubar, or in the background without any effort from you. Stay up to date with either stable releases or beta updates.

I meant, how does it work technically?

In this repository, I store a manifest file that contains the version number of the latest release, and also the sha256 of the releases. This is generated after Aerial gets notarized for distribution and before I upload a new version on Aerial's releases page.

Periodically, Aerial Companion checks the manifest to see if a new version was released. When you decide to perform an update, the following happens

  • Aerial Companion uses the version number from the manifest to infer the download link from Aerial's repository (the download links are always of the same format, so version 1.9.2 will be available at https://github.com/JohnCoates/Aerial/releases/download/v1.9.2/Aerial.saver.zip)
  • The zip file is downloaded to ~/Library/Application Support/AerialUpdater/
  • The sha256 of the file is computed, and compared to the one from the manifest
  • The zip is unzipped in place, looking for Aerial.saver
  • Aerial.saver is verified (using macOS codesigning) to be using the correct Bundle ID (com.JohnCoates.Aerial)
  • Aerial.saver is verified (using macOS codesigning) to be signed/notarized with my Developer Apple ID.

If and only if everything checks out, then Aerial.saver gets copied to ~/Library/Screen Savers/.

Do I have to use this? Is there an alternative?

You don't, and sure!

  • As pointed out in Aerial's installation instructions, you can also use homebrew to install and/or update Aerial automatically.
  • You will always be able to manually download and install Aerial from its Github repository.

I don't want yet ANOTHER icon on my status bar!

Do not fear! After installing Aerial Companion you can do the following:

If you want to update in the background and hide the status icon:

  1. Change your Check Every settings to Hourly, Daily, or Weekly
  2. Set your Update Mode to Automatic
  3. Open the menu one last time and select Launch > In the background (no menu)
  4. This will then quit Aerial Companion and you are all set!

If you want to update manually

  1. Simply quit Aerial Companion by clicking Quit at the bottom of the menu
  2. When you want to check for an update, launch Aerial.app from your /Applications folder and click Check Now from the menubar icon.
  3. Once installed, quit Aerial Companion again by clicking Quit at the bottom of the menu

Known Issues

  • This tool only installs/updates Aerial if you install it for your user only, and not for all users. Installing a screen saver for all users requires an administrator password at install, and at each subsequent update, defeating the purpose of an auto-updater. It's recommended to check if you have an Aerial.saver file in /Library/Screen Savers/. If you do, please remove it as you'll get two versions of Aerial alongside each other.
  • When updating a screen saver, you must first close System Preferences. If you don't, you will need to quit and restart System Preferences after installing to reload the new version as the old one will remain in memory.

Why should I trust you? Who are you?

I'm Guillaume Louel, the developer of Aerial since version 1.4.

I have more questions!

Great! We love questions! Please feel free to send us bug reports, feature requests, and ask questions through any of the following methods:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].