Skip to content

NextMod IDE v1.0

Latest

Choose a tag to compare

@lolokeksu lolokeksu released this 14 Jun 11:41
· 19 commits to main since this release

NextMod IDE v1.0

First public release. A full-fledged IDE for creating root modules right on your Android device.

Key Features

Module Builder

  • Full Magisk / KernelSU / APatch module structure support
  • Metadata: id, name, version, versionCode, author, description, link, changelog, minMagisk
  • Scripts: customize.sh, service.sh, post-fs-data.sh
  • /system overlays, replace directories, sepolicy.rule
  • update-binary choice: symlink (recommended) or custom

Script Linter

  • Static analysis for busybox ash / mksh compatibility
  • 15 rules: local outside functions, bashisms ([[ ]], arrays, function), dangerous operations (unquoted rm -rf, writes to /dev/block, rw-remount, chmod 777)
  • Three severity levels: critical / dangerous / style

Build & Validate

  • ZIP structure and module.prop preview before export
  • Module validation
  • CRLF→LF normalization (protection against bad interpreter ^M)
  • Syntax highlighting in the editor

Auto-update

  • Generates update.json for auto-updates via the root manager
  • Automatically writes updateJson into module.prop

Root Features

  • Direct installation of the built module (no file manager needed)
  • Module manager: enable / disable / remove
  • Root-aware file browser

More

  • Module templates (debloater, hosts-blocker, kernel tweaks)
  • Import existing modules for editing
  • Save / load projects
  • RU / EN localization
  • Themes: system, light, dark, AMOLED

Requirements

  • Android 8.0+ (API 26)
  • Root (Magisk / KernelSU / APatch) — for installation and the manager

Installation

Download NextMod_IDE_v1.0.apk below, install it, grant root when prompted.


Author: ExchNow (Lolokeksu) · GPL-3.0 License