一个模块化的工具助手,集成了API管理、RPA自动化等功能。
# 双击应用程序文件夹中的 "Nexus Studio"
open "/Applications/Nexus Studio.app"# 双击桌面上的 "启动NexusStudio.sh"
open ~/Desktop/启动NexusStudio.shcd /Users/huyang/Documents/code/self/nexus-studio
./start-electron-background.sh- Nexus Studio桌面应用: 自动打开的桌面窗口(无调试工具)
- 前端界面: http://localhost:3000
- 后端API: http://localhost:5001
- 获取机器码:
python backend/utils/license_checker.py machine-code-
联系管理员获取授权码
-
在应用中激活授权
如果应用无法启动:
- 检查日志文件:
tail -f backend.log
tail -f frontend.log
tail -f nexus-studio.log- 检查服务状态:
ps aux | grep -E "(python app.py|npm run dev|electron)"- 手动启动:
cd /Users/huyang/Documents/code/self/nexus-studio
./start-electron-background.sh- ✅ 后台启动: 无Terminal窗口显示
- ✅ 无调试工具: 移除所有开发者工具
- ✅ 原生体验: 完全的原生桌面应用体验
- ✅ 稳定可靠: 持续监控服务状态
- ✅ 用户友好: 双击即可启动
现在可以享受完全的原生应用体验!所有服务都在后台运行,无Terminal窗口,无调试工具。