Nudge-Python is now considered End Of Life (EOL) as of February 11th, 2021. The last official version is 2.0.1 which enabled Big Sur support through the use of macadmins/python 3.9.1
If you are using a fork of Nudge-Python (a well known one is located here), support will not be offered unless the developer of the fork decides to continue support.
On March 1st, 2021, this project will be marked as archived through GitHub.
- Nudge, rather than trying to install updates, merely prompts users to install updates via an approved method (System Preferences, Munki, Jamf, etc.).
- By default, Nudge will open every 30 minutes, at the 0 and 30 minute mark. This is because of the default launch agent. If you find this behavior too aggressive, please change the launch agent.
- The timers are for if the user minimizes/hides the window. It will re-load the window into the foreground, taking precedence over any window.
- Read Alan Siu's Introduction to Nudge blog post for a more in-depth introduction to Nudge.
As of v2.0.1, Nudge now requires macadmins/python 3.9.1. 3.9.1 is backwards compatible with 10.9.5 through Big Sur 11.0
Gurl has been updated from the Munki 4.0 release.
Nibbler has been updated to support python 3.
You most certainly want to customize the following values:
cut_off_date
main_subtitle_text
more_info_url
minimum_os_version
minimum_os_sub_build_version
Also, you will at the very least want to change the company_logo.png
You will need to use munki-pkg to build this package.
** This is not to be confused with munki.** Munki-Pkg is a standalone project that works with all macOS tooling and MDMs
This tool would not be possible without nibbler, written by Michael Lynn.
Because of the way git works, nudge will not contain the Logs
folder required for the postinstall to complete.
In order to create a properly working package, you will need to run the following command before building the package:
munkipkg --sync /path/to/cloned_repo/nudge
.
The following operating system and versions have been tested.
- 10.10.0, 10.10.5
- 10.11.0, 10.11.6
- 10.12.0, 10.12.6
- 10.13.0 10.13.3, 10.13.6
- 10.14 -> 10.14.6
- 10.15 -> 10.15.1
The following operating system and versions have been tested with the embedded python.
- 10.14
- 10.15
- 11
Essentially every component of the UI is customizable, all through a JSON configuration file. An example file is available within the code repository.
To define a configuration file, use the jsonurl
script parameter.
--jsonurl=https://fake.domain.com/path/to/config.json
--jsonurl=file:///path/to/local/config.json
If you prefer to deploy the configuration file to each client, it needs to be placed in the Resources
directory and named nudge.json
. If this file exists, jsonurl
does not need to be set.
A description of each preference is listed below.
Cut off date in UTC.
"cut_off_date": "2018-12-31-00:00"
This is the number, in days, of when to start the initial UI warning. When this set of days passes, the user will be required to hit the I Understand button, followed by the Close button to exit out of the UI.
"cut_off_date_warning": 14
A custom logo path. Alternatively, just replace the included company_logo.png
.
"logo_path": "/Some/Custom/Path/company_logo.png"
This is the first set of text above the Update Machine button.
"button_title_text": "Ready to start the update?"
This is the second set of text above the Update Machine button.
"button_sub_titletext": "Click on the button below."
This is the amount of times a user can disregard nudge before more aggressive behaviors kick in.
"dismissal_count_threshold": 100
This is the full URL for a local self-servicing app such as Jamf Self Service or Munki Managed Software Center linking directly to a Jamf policy or Munki catalog item to install a major version upgrade.
This is useful in situations where users do not have administrative
privileges and cannot run Install macOS...app
directly. This option
has no effect on minor version updates – only full version OS upgrades.
Provide a full URL with the correct protocol for your self-servicing app.
- Open Jamf Self Service to main page:
jamfselfservice://content
- Open Jamf Self Service to view a policy by ID number:
jamfselfservice://content?entity=policy&id=<id>&action=view
- Open Jamf Self Service to execute a policy by ID number:
jamfselfservice://content?entity=policy&id=<id>&action=execute
- Open Manage Software Center to the detail page for an item:
munki://detail-<item name>
"local_url_for_upgrade": "jamfselfservice://content?entity=policy&id=<id>&action=view"
Note: If local_url_for_upgrade
is provided, path_to_app
is ignored
in the configuration file.
This is the minimum OS version a machine must be on to not receive this UI.
"minimum_os_version": "10.13.6"
This is the minimum OS version a machine must be on to not receive this UI.
"minimum_os_sub_build_version": "18G103"
This is the URL to open when the More Info button is clicked.
"more_info_url": "https://google.com"
This is the main, bolded text at the very top.
"main_title_text": "macOS Update"
This is the text right under the main title.
"main_subtitle_text": "A friendly reminder from your local IT team"
This is the bolded portion of the UI towards the top.
"paragraph_title_text": "A security update is required on your machine."
This is the text for the first paragraph.
"paragraph1_text": "A fully up-to-date device is required to ensure that IT can your accurately protect your computer."
This is the text for the second paragraph.
"paragraph2_text": "If you do not update your computer, you may lose access to some items necessary for your day-to-day tasks."
This is the text for the third paragraph.
"paragraph3_text": "To begin the update, simply click on the button below and follow the provided steps."
This is the path to the macOS installer application.
"path_to_app": "/Applications/Install macOS High Sierra.app"
Note: This setting is ignored when local_url_for_upgrade
is provided.
Instead of having the Nudge GUI appear every half hour, make sure there is at least this many days between notifications. Note: if you set this to something other than 0, it may not be evaluated in full 24-hour increments. For example, if the Nudge GUI appeared on Monday in the afternoon, it may appear Tuesday morning.
"days_between_notifications": 0
Do not attempt to restore the nudge GUI to the front of a user's window.
"no_timer": false
The time, in seconds, to restore the nudge GUI to the front of a user's window. This will occur indefinitely until the UI is closed or macOS update is installed.
This is when the update cutoff is over three days.
"timer_initial": 14400
The time, in seconds, to restore the nudge GUI to the front of a user's window. This will occur indefinitely until the UI is closed or macOS update is installed.
This is when the update cutoff is three days or less.
"timer_day_3": 7200
The time, in seconds, to restore the nudge GUI to the front of a user's window. This will occur indefinitely until the UI is closed or macOS update is installed.
This is when the update cutoff is one day or less.
"timer_day_1": 600
The time, in seconds, to restore the nudge GUI to the front of a user's window. This will occur indefinitely until the UI is closed or macOS update is installed.
This is when the update is one hour or less.
"timer_final": 60
The time, in seconds, to restore the nudge GUI to the front of a user's window. This will occur indefinitely until the UI is closed or macOS update is installed.
This is when the update cutoff has elapsed.
"timer_elapsed": 10
A custom update screenshot path. Alternatively, just replace the included update_ss.png
.
"screenshot_path": "/Some/Custom/Path/update_ss.png"
Randomize the UI popup by up to 20 minutes.
"random_delay": true
Perform Apple Software Updates.
"update_minor": true
Grace period before UI pops up to prompt for minor updates.
"update_minor_days": 14