The STYX Framework isn't just a skin; it's a fundamental rebuild of how guest firmware interacts with non-Apple host environments.
STYX is a custom-built hypervisor designed to bridge the gap between PCCVRE firmware logic and standard Windows/Linux systems. Unlike generic virtualization layers, STYX implements a high-fidelity hardware abstraction layer (HAL) that emulates the specific nuances of the target hardware.
// STYX Hypervisor Internal Logic (Simplified)
void bridge_pccvre_logic(GuestState* state) {
if (state->is_firmware_locked()) {
auto hal = STYXHAL::get_instance();
hal->inject_decryption_vector(state->current_pc());
state->resume_with_spoof_identity();
}
}
ACHERON provides the environment researchers need to thrive. It offers full kernel access and integrated SEP (Secure Enclave Processor) debugging tools, making it the most powerful iOS research environment outside of Apple's internal labs.
Uptime Support
Kernel Visibility
ACHERON
RESEARCH NODE v2.4.1
// ACHERON Dev-Bridge Configuration
{
"target": "ios-arm64",
"debug_protocol": "lldb-remote",
"xcode_integration": true,
"hooks": [
"app_lifecycle_logging",
"sensor_simulation_v1"
]
}
The ecosystem isn't just for kernel analysis. We provide a bridge for standard iOS development workflows, allowing you to deploy, debug, and profile applications as if you were on a local Mac.
Hardware democratization starts with honesty. ACHERON is a development accelerator, not a replacement for the production lifecycle.
* ACHERON is a development/security research sandbox. We champion hardware democratization while respecting the final production ecosystem.
Two product lines on purpose: Sovereign workstation (IDE + emulator—see Pricing) and ACHERON / STYX (cybersecurity & research stack: CLI, node identity, SEP/NVRAM depth). The table tiers only the second line—not a duplicate “emulator price.”
SKU policy
Sovereign workstation = one bundle: OSS VSCodium-Rust editor + proprietary iPhone-class guest—priced on Pricing. ACHERON research = optional cybersecurity / lab tier (CLI, STYX hardened lanes, SEP/NVRAM, concierge). ~$100 Neon Genesis pledge here maps to the published emulator pioneer bundle; research SKUs tier the research stack separately. Teams that want standalone cyber-only ACHERON (no IDE) should confirm that in contracts; default buyer path remains the workstation narrative.
| Feature | Research · community Cyber / open-core STYX stack | Research · Neon Genesis uplift Pioneer ACHERON entitlement |
|---|---|---|
| Sovereign workstation (VSCodium-Rust + integrated emulator) is priced on Pricing —Community, Neon Genesis (emulator pioneer), Cloud Inference. Rows below tier the research stack only, not a conflicting “second emulator SKU.” | ||
| ACHERON research tier Standalone cyber/stack license | $0 · open-core | ~$100 ($199) Neon Genesis pioneer · research uplift |
| Availability | Windows, Linux, Parrot OS | Windows, Linux (Priority Access) |
| STYX Hypervisor | Standard C++ Engine | High-Perf JIT & Low-Latency I/O |
| Phonycode CLI | Full CLI (Install/Launch/List) | Pro Sideload & Dylib Injection |
| Dev Frameworks | Flutter & RB Doctor | Pro Hot-Reload & Turbo-Compile |
| Hardware Identity | Randomized/Generic ECID | Identity Forge (Custom IMEI/Serial) |
| Research Tools | Standard Kernel Hooks | Advanced SEP & NVRAM Debugging |
| Support | Wiki / GitHub | Private Discord (direct engineering lane) |
| Updates | Regular Public Cycles | Lifetime Priority Beta Access |
"The Community Edition is provided for independent security research, educational study, and non-commercial development. Redistribution within the Parrot OS Security Edition is authorized under our partnership with Palinuro."
"ACHERON is a development 'Sandbox.' While it allows for coding, debugging, and research on Windows/Linux, App Store Publishing and Production Code Signing still require a valid Apple Developer Program membership and official Apple hardware for final submission."
"The STYX Hypervisor and Phonycode Toolchain are original C++ implementations of virtualization logic and hardware abstraction. We do not distribute proprietary Apple binaries; users must provide their own research-variant firmware or IPSW files."