-
Notifications
You must be signed in to change notification settings - Fork 8
Installation Guide
Need Help
If you encounter problems during installation or use, you can get help through the following methods:
- Submit an issue at GitHub Issues
- Join the QQ support group: 823265807
- Windows Users: Please download the installation package from Releases (Windows only)
- Linux Users: Install via Docker, no precompiled package required
💡 Important Note:
Currently supports PC clients, ARM-based emulators, and Android devices. x86 emulators are not supported.
This project is based on Alas (old version).For device compatibility, refer to Alas Device Support Documentation.
Tested and verified emulators: MuMu5.0, MuMu12, and BlueStacks 5 International (Android 13).
- Visit the GitHub Releases page
- Download the 7Z archive with NKAS_xxx in the name; if unsure, download NKAS_xxx_full-cn (
⚠️ Do NOT download “Source Code”) - Extract the package to a local folder (English-only path recommended)
- Requires approximately 2 GB of disk space
⚠️ Path Warning
Always extract to a pure English path; non-English characters may cause installation failure.
⚠️ Skip this step if you downloaded the NKAS_xxx_full-cn package.
- Locate the
config/deploy.yamlfile in the extracted folder. - Modify according to your network environment (international users can skip this).
Recommended modifications:
Repository: 'https://gitee.com/megumiss/NIKKEAutoScript'PypiMirror: 'https://mirrors.aliyun.com/pypi/simple'💡 Tip
You can copy the contents ofdeploy.template-cn.yamltodeploy.yamlto apply all domestic source settings.
⚠️ Skip this step if you downloaded NKAS_xxx_full-cn.
- Double-click
updater.batin the root directory. - Wait for installation (2–3 minutes). Progress bars indicate success.
⚠️ Do Not Close the Command Window
The installer will automatically close when finished.
After installation, double-click nkas.exe. If using the PC client, run it as Administrator.
💡 Alternative Launch Option
If your antivirus flagsnkas.exe, usedeploy/launcher/nkas.batinstead.
Issue: Antivirus reports nkas.exe as malware.
Solution: Add it to the whitelist or use the .bat launcher.
💡 Explanation:
nkas.exeis a batch-packed executable and safe to use.
Example Errors:


Fix:
- Check
deploy.yamlsettings. - Verify domestic mirrors are configured.
- Re-run
updater.bat.
ERROR: Could not find a version that satisfies the requirement XXX
Solution:
- Re-run
updater.bat. - Try another mirror source:
| Mirror | URL |
|---|---|
| Aliyun | https://mirrors.aliyun.com/pypi/simple/ |
| Tsinghua | https://pypi.tuna.tsinghua.edu.cn/simple |
| Douban | https://pypi.douban.com/simple/ |
Fix:
- Ensure path is English-only.
- Re-run
updater.bat. - Press
CTRL+Rto refresh. - Run
netsh winsock resetthen restart. - Try changing DNS or fixed IP.
- Change
WebuiHostorWebuiPortindeploy.yaml.
sudo apt update && sudo apt upgrade -ysudo apt install git -y(Instructions identical to original Chinese content, translated)
git clone https://github.com/megumiss/NIKKEAutoScript
cd NIKKEAutoScript# copy config file
mv -f config/deploy.template-docker.yaml config/deploy.yaml
# pull image
docker pull megumiss/nkas:latest
# start
docker compose up -dAccess http://127.0.0.1:12271.
- Copy
deploy.yaml,nkas.json,nkas.accfrom old version. - Paste into new
configfolder. - Run installation normally.
💡 Most settings will carry over, but some may need reconfiguration.