Nyxian is a iOS application for iOS 16.0 and above(iOS 26 latest beta tested) that empowers iOS users to code, compile, link, sign and even execute/rapid test iOS applications directly on their device! It is the successor of the former FridaCodeManager project, which was deprecated in favor of Nyxian, because FridaCodeManager requires a jailbreak to work while Nyxian does not.
You need a free or paid apple developer account, you have to sign Nyxian using the certificate of your apple developer account and then install it on your device and import the same certificate used for signing Nyxian it self.
It currently supports C, C++, ObjC and ObjC++. Its planned to add Swift support soon. It supports the entire iOS 18 SDK. All frameworks work except 3D rendering ones like SceneKIT.
Currently you can only make apps inside of Nyxian. Its planned to add tweak development support with ElleKIT to Nyxian.
Nyxian/zh-Hans.lproj/Localizable.strings
// 主界面
"Build" = "构建";
"Install" = "安装";
"Package" = "打包";
"Settings" = "设置";
// 状态信息
"Building..." = "构建中...";
"Installing..." = "安装中...";
"Packaging..." = "打包中...";
"Success" = "成功";
"Failed" = "失败";
// 错误提示
"No code signature present" = "未找到代码签名";
"Failed to install application" = "应用安装失败";
"Failed to create IPA package" = "IPA 打包失败";