Releases: lolokeksu/nextmod-ide
Releases · lolokeksu/nextmod-ide
NextMod IDE v1.0
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:
localoutside functions, bashisms ([[ ]], arrays,function), dangerous operations (unquotedrm -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