Nascode is a powerful text and code editor for Android.
Install dependencies with npm install, then use npm run dev for local development. Use npm run test and npm run typecheck before submitting changes.
To build an APK directly, run:
npm run build:apkThe debug APK is copied to dist/Nascode-paid-d.apk. For a release-mode APK, run npm run build:apk:release; the output is dist/Nascode-paid-p.apk. Android SDK tools and ANDROID_HOME or ANDROID_SDK_ROOT must be configured on the build machine.
Nascode’s Alpine terminal includes a guarded @nastech command for project-aware AI analysis. See the terminal assistant guide for setup, privacy boundaries, and usage examples.
The canonical source repository is https://github.com/nastechresearch/nascode.