All Projects → hjuutilainen → Sus Inspector

hjuutilainen / Sus Inspector

Inspect Apple software update service

Projects that are alternatives of or similar to Sus Inspector

GNU-bash-mac-installer
Downloads and builds a Mac package installer for GNU bash 5
Stars: ✭ 17 (-88.89%)
Mutual labels:  macadmin
Docklib
Python module intended to assist IT administrators with manipulation of the macOS Dock.
Stars: ✭ 73 (-52.29%)
Mutual labels:  macadmin
Desktoppr
Simple command line tool to set the desktop picture on macOS
Stars: ✭ 127 (-16.99%)
Mutual labels:  macadmin
Munkiadmin
macOS app for managing Munki repositories
Stars: ✭ 310 (+102.61%)
Mutual labels:  macadmin
Fleet
A flexible control server for osquery fleets
Stars: ✭ 1,068 (+598.04%)
Mutual labels:  macadmin
Micromdm
Mobile Device Management server
Stars: ✭ 1,238 (+709.15%)
Mutual labels:  macadmin
mac scripts
A collection of scripts used to Manage Mac OS X computers.
Stars: ✭ 38 (-75.16%)
Mutual labels:  macadmin
Quickpkg
wrapper for pkgbuild to quickly build simple packages from an installed app, a dmg or zip archive.
Stars: ✭ 137 (-10.46%)
Mutual labels:  macadmin
Jamf Interaction Toolkit
Standardized UEX Toolkit to display dialog and support postponing running policies.
Stars: ✭ 58 (-62.09%)
Mutual labels:  macadmin
Privacy services manager
A single management utility to administer Location Services, Contacts requests, Accessibility, and iCloud access in Apple's OS X.
Stars: ✭ 115 (-24.84%)
Mutual labels:  macadmin
Vfuse
Convert bootable DMG images for use in VMware Fusion
Stars: ✭ 392 (+156.21%)
Mutual labels:  macadmin
Macvars
command library for scripting osx
Stars: ✭ 34 (-77.78%)
Mutual labels:  macadmin
Moroz
Moroz is a Santa server
Stars: ✭ 93 (-39.22%)
Mutual labels:  macadmin
Splashbuddy
Onboarding splash screen for Jamf Pro. Improves DEP provisioning for macOS.
Stars: ✭ 309 (+101.96%)
Mutual labels:  macadmin
Firmware password manager
A Python script to help Macintosh administrators manage the firmware passwords of their computers.
Stars: ✭ 127 (-16.99%)
Mutual labels:  macadmin
sudoers manager
A standalone Python script to help administrators manage their sudoers file.
Stars: ✭ 28 (-81.7%)
Mutual labels:  macadmin
Mac Zsh Completions
macOS specific additional completion definitions for Zsh.
Stars: ✭ 79 (-48.37%)
Mutual labels:  macadmin
Mac admin
Helpful scripts & configuration profiles for the Mac admin community
Stars: ✭ 139 (-9.15%)
Mutual labels:  macadmin
Jss Filevault Reissue
A framework for re-escrowing missing or invalid FileVault keys with Jamf Pro.
Stars: ✭ 132 (-13.73%)
Mutual labels:  macadmin
Display manager
An open-source Python library which can modify your Mac's display settings manually or automatically.
Stars: ✭ 109 (-28.76%)
Mutual labels:  macadmin

INTRODUCTION

Inspect Apple macOS software updates.

SUS Inspector

SUS Inspector is an utility app for viewing detailed information about Apple's Software Update Service. It sets up a local Reposado installation to replicate catalogs and then parses them for viewing.

By default, SUS Inspector uses Apple's servers for the catalogs. If you are already replicating the software update service on your local network (using Reposado, OS X Server or something else) you should point SUS Inspector to that local server instead. This will greatly speed up the sync process.

To do this, modify the base URL before launching SUS Inspector for the first time:

$ defaults write com.hjuutilainen.SUS-Inspector baseURL "https://reposado.example.com"

Or edit the URL's manually on the first run setup window.

KNOWN ISSUES

  • There's no way to cancel an active package download.
  • There's no way to cancel an active repo_sync.
  • The 'Extract Package Payload...' from product info window works only for newer gzip compressed payloads.
  • Catalogs can't be modified after the initial setup.
  • Preferences need major UI work

RESETTING AND UNINSTALLING

Removing SUS Inspector's database file effectively resets the application and causes the first run setup window to reappear. This database file is in SQLite format and can be found in:

~/Library/Application Support/SUS Inspector/SUS_Inspector.storedata

By default, all Reposado generated data is kept separate from the application and the default location is in:

~/Library/Application Support/SUS Inspector/Default/

Completely removing SUS Inspector and Reposado data can be done by removing the whole SUS Inspector directory:

~/Library/Application Support/SUS Inspector/

REQUIREMENTS

SUS Inspector requires macOS 10.13 or later.

INSTALLATION

The current release version can be downloaded from the Releases page

The other way to run SUS Inspector is to build from source:

  1. Clone the project (including the Reposado submodule)

     $ git clone --recursive https://github.com/hjuutilainen/sus-inspector.git
    
  2. Open "SUS Inspector.xcodeproj" with Xcode and hit 'Run'

Building requires:

THANKS

LICENSE

SUS Inspector itself is licensed under the Apache License, Version 2.0. The included Reposado is licensed under the new BSD license.

DONATIONS

There's no need to donate, the app is free to use and I'm just happy it's useful to other admins. If you absolutely want to support the development of these tools, you should first go and see a Disney movie of your choice (because Reposado and Munki are open source projects from Walt Disney Animation Studios and my projects simply wouldn't exist without those projects). After that, if you're still up for it, you can buy me a coffee.

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].