Skip to content
Kohei Otsuka edited this page Aug 10, 2026 · 2 revisions

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 publishes installers for all three desktop platforms:

  • Windows — x64 and arm64, plus an architecture-independent combined installer that runs on either
  • macOS — Apple Silicon (arm64) and Intel (x64), as disk images
  • Linux — x86_64 and arm64, as AppImages

All of these, Linux included, are attached to the GitHub release. An earlier version of this page said Linux builds were developer-only and not distributed as official releases; that was wrong. The release workflow uploads the whole build output, so the Linux AppImages sit alongside the Windows and macOS installers.

For the current download links, see the Download section of the README. This page deliberately omits version numbers and file names, which change with every release.

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