Native Addon Templates
Start with official templates for Native addons that target the ECHO Native Platform directly.

Developer Tools
Build on top of ECHO, not inside it.
The public SDK provides everything you need to create Native and Standalone addons: templates, manifest editors, build tooling, and a clear path to publishing.
What is included
The SDK is not just a spec. It is a working toolchain that takes an idea from template to published GitHub release.
Start with official templates for Native addons that target the ECHO Native Platform directly.
Build addons that run in the Standalone Runtime without NeoForge dependencies.
Strict echo.mod.json schemas with validation, autocomplete, and PackOS policy checking.
One project builds for Native, Standalone, and optional NeoForge compatibility.
The official desktop IDE for creating, testing, and publishing addons.
Built-in publish assistant prepares release assets, checksums, and manifests for GitHub.
Native Addon
Native addons use the ECHO Native Loader runtime. They have direct access to platform services, registries, and the modular core without NeoForge indirection.
Standalone Addon
Standalone addons run outside NeoForge entirely. They are perfect for lightweight tools, server utilities, and experimental gameplay systems that do not need Minecraft-mod compatibility.
Quickstart