Skip to content

Licensing & Attribution

Aurora uses several open-source libraries and engines. This page provides attribution and licensing information for the major third-party components.

Aurora’s native engine for RPG Maker XP, VX, and VX Ace games is a fork of mkxp-z, which is licensed under the GNU General Public License v2 or later (GPLv2+).

ComponentLicenseSource
mkxp-zGPLv2+github.com/mkxp-z/mkxp-z
SDL2zlib Licenselibsdl.org
Ruby (1.8.7 / 1.9 / 3.1)Ruby License (older versions dual-licensed with GPLv2; Ruby 3.1 dual-licensed with BSD 2-Clause)ruby-lang.org
MetalANGLEBSD 3-Clausegithub.com/kakashidinho/metalangle
nodejs-mobileMITgithub.com/nodejs-mobile/nodejs-mobile
ogv.jsMITgithub.com/bvibber/ogv.js
UnrarKitBSD 2-Clause (bundled unrar library under the UnRAR license — see note below)github.com/abbeycode/UnrarKit
ZIPFoundationMITgithub.com/weichsel/ZIPFoundation
ZipArchiveMITgithub.com/ZipArchive/ZipArchive
PLzmaSDKMITgithub.com/OlehKulykov/PLzmaSDK
MijickPopupsApache 2.0github.com/Mijick/Popups
PaletteKitMIT© 2026 Geonwoo Lee
MijickNavigationViewMITgithub.com/Mijick/NavigationView
FluidGradientMITgithub.com/Cindori/FluidGradient

Aurora bundles multiple versions of the Ruby interpreter (1.8.7, 1.9, and 3.1) to run RGSS game scripts. Ruby is distributed under the Ruby License (older versions dual-licensed with GPLv2; Ruby 3.1 dual-licensed with BSD 2-Clause).

Aurora’s engine for RPG Maker MV and MZ games is built on the system WKWebView, with nodejs-mobile (MIT) emulating the desktop nw.js environment and ogv.js (MIT) providing video playback.

  • Aurora’s RAR support uses parts of the UnRAR source code, © Alexander Roshal, distributed under the UnRAR license.
  • mkxp-z bundles further dependencies of its own (such as image, audio, and font libraries); see the mkxp-z repository for its full dependency and license list.
  • RPG Maker and RGSS are trademarks of their respective owners. Aurora does not include or distribute the RPG Maker Run Time Packages or any game assets — you supply your own games.

For general acknowledgements, see Credits.