Installing Oxygen XML Editor on macOS
System Requirements
- Operating system
-
The product has been fully tested on macOS 11 (Big Sur), 12 (Monterey), 13 (Ventura), and 14 (Sonoma). The latest version of Oxygen XML Editor might work on older versions of macOS, but they have not been officially tested.
- CPU
-
- Minimum - Intel-based Dual-core Mac, 2 GHz
- Recommended - Apple M1 or newer
- Memory
-
- Minimum - 4 GB of RAM
- Recommended - 8 GB of RAM
- Storage
-
- Minimum - 1 GB free disk space
- Recommended - 2 GB free disk space
macOS Installation
To install Oxygen XML Editor on macOS, follow these steps:
- Download the macOS installation package (oxygen.dmg).
- [Optional] Validate the integrity of the downloaded file by checking it against the MD5 sum published on the download page.
- Double-click the oxygen.dmg disk image file to mount it.
- Drag/Copy the Oxygen XML
Editor folder to your
/Applications folder (or another location if you wish).Warning: If you receive a warning that an Oxygen XML Editor installation folder already exists in the Applications folder, do not attempt to merge the two installations. Instead, move the old installation folder to the trash bin before installing the application. If you are prompted to Replace the old folder, cancel the installation, move the old folder to the trash bin, and restart the installation process.Important: Do not copy the files/folders from within the Oxygen XML Editor folder (always copy the folder itself), otherwise you will omit invisible files/folders and the application may no longer start.
- Start Oxygen XML Editor, using one of the following methods:
- Double-click Oxygen XML Editor.app.
- Run
sh oxygen.sh
in the command-line interface.
- To license your copy of Oxygen XML Editor, go to to enter your license key.
macOS Unattended Installation
To install Oxygen XML Editor on macOS in unattended mode, follow
these steps:
- Download the macOS installation package (oxygen.dmg).
- Mount the oxygen.dmg file in the command
line.
hdiutil attach oxygen.dmg|oxygenAuthor.dmg|oxygenDeveloper.dmg
- Copy the oxygen folder for the particular
version from the mounted volume to the Applications folder (or
another folder where you want to install it), as in the following example:
cp -aR "/Volumes/Oxygen XML Editor 26.1/Oxygen XML Editor" /Applications/|
- Eject the mounted disc image:
hdiutil detach "/Volumes/Oxygen XML Editor 26.1"|
Note: For information
about deploying and registering floating licenses for multiple users, see Registering Floating Licenses for Multiple Users.