Installation

Microsoft Windows Installation

Supported versions:

Windows 10 and 11
Windows Server 2016 and later

1. Download sysopswork for Windows from https://sysopswork.com/sysopswork_win_x86_64_0.1.1.zip

2. From Command Prompt, check the integrity of the file with:

certutil -hashfile sysopswork_win_x86_64_0.1.1.zip MD5

You must see the MD5 hash: 44f7f2f87f5cdf2d350f1b7623ceca88

3. Unzip the downloaded file with your favorite compression program such as WinZip, WinRAR, etc.

4. Test installation from Command Prompt by navigating to sysopswork directory and running:

sysopswork -v

Apple macOS Installation

Supported versions:

macOS Monterey (12) and later

There are 2 versions of sysopswork for macOS, one for Macs with Apple chip, and one for Macs with Intel chip.

If you don’t know which chip your Mac uses, follow the steps below:

  • Click on Apple icon (leftmost one) at the top macOS bar.

  • Click on About This Mac.

  • Check Processor. If it says Apple, it means you Mac is running on Apple chip. If it says Intel, it is running on Intel chip.

For Mac with Apple chip:

2. From Terminal, check the integrity of the file with:

md5 sysopswork_mac_arm_0.1.1.zip

You must see the MD5 hash: ca2dcb98a5646429a8b23ac3c33f875a

For Mac with Intel chip:

2. From Terminal, check the integrity of the file with:

md5 sysopswork_mac_intel_0.1.1.zip

You must see the MD5 hash: 35bcd99d3b1a905319caa21ca1d856a9

After download the file and verify file integrity…

3. Unzip the downloaded file with your favorite compression program. Usually, macOS comes with its own compression utility.

4. Test installation from Terminal by navigating to sysopswork directory and running:

./sysopswork -v

Linux Installation

Supported versions:

Tested on Ubuntu 22.04 LTS x86_64 (Intel or AMD) machine.

  1. Download sysopswork from https://sysopswork.com/downloads/sysopswork_ubuntu_x86_64_0.1.1.zip

2. From Terminal, check the integrity of the file with:

md5 sysopswork_ubuntu_x86_64_0.1.1.zip

You must see the MD5 hash: 602247fae4d6e0d24e0dd00ecb08c413

3. Unzip the downloaded file with your favorite compression program.

4. Test installation from Terminal by navigating to sysopswork directory and running:

./sysopswork -v