Skip to content

nateq1983/Nyxian

 
 

Repository files navigation

Nyxian

What is it?

Nyxian is a iOS application for iOS 17.0 and above(iOS 26.2 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. It also includes a kernel virtualisation layer that fixes inter process stuff like signaling, enumeration, killing and spawning of processes, which also handles unsigned binaries and sends a request to the host process to sign it. This kernel virtualisation layer also has its own entitlement enforcement system the user can change directly for each individual app. Nyxian doesnt require any special entitlements, nor shared app groups.

Whats do I need?

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. Do not use LiveContainer to use Nyxian, install Nyxian seperately.

Language Support

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.

Installation

Requirements

  • iOS/iPadOS 17+
  • AltStore 2.0+ / SideStore 0.6.0+

Download:

Add AltSource Download .ipa

Project Support

You can only make apps and utilities inside of Nyxian. Its planned to add tweak development support with ElleKIT to Nyxian. Its also planned to add a custom tweak loader into Nyxian and for the kernel virtualisation layer on nyxian it self a kernel extension loader so people can extend the kernel safely. (idk, sounds like a great idea)

About

IDE to develop native code iOS apps on unjailbroken iOS it self just via a certificate and a kernel virtualization layer for those apps.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 94.1%
  • Objective-C 3.3%
  • C++ 1.3%
  • Swift 1.2%
  • Objective-C++ 0.1%
  • Tree-sitter Query 0.0%