Skip to content
Kohei Otsuka edited this page Jul 24, 2026 · 1 revision

FAQ

Frequently asked questions about MaplatEditor.

Table of Contents


Can I use MaplatEditor commercially?

Yes. MaplatEditor is licensed under Apache License 2.0, which permits commercial use, modification, and redistribution. See the README License section for details.

Where can I get MaplatEditor binaries?

From the GitHub Releases page. The latest release is linked from the README Quick Start section.

What operating systems are supported?

MaplatEditor provides installers for:

  • Windows (x64)
  • macOS (Apple Silicon / arm64)
  • macOS (Intel / x64)

Linux builds are available via pnpm dist:linux for developers, but are not distributed as official releases on GitHub. See the build scripts for the full list of build targets.

Is MaplatEditor on npm?

No. MaplatEditor's package.json has "private": true, so it is not published to npm. It is a desktop application distributed as installer binaries via GitHub Releases.

The libraries MaplatEditor uses internally (@maplat/core, @maplat/tin, @maplat/transform) are published to npm separately.

Why is there no API-Reference page in this Wiki?

MaplatEditor is a UI application, not a library with a public API surface. Its "API" is the GUI itself — there is no programmatic interface to document. The Wiki therefore omits the API-Reference page and links to the MaplatCore Wiki and MaplatTin Wiki for the APIs of the libraries MaplatEditor produces data for.


日本語版はこちら / Read this page in Japanese

See Also

MaplatEditor

Language / 言語

Pages / ページ

English

日本語

API-Reference はありません(UI アプリのため)。ライブラリ API は MaplatCore Wiki / MaplatTin Wiki を参照。

External / 外部

Clone this wiki locally