TECHNICAL WHITEBOARD

Advancing the Frontier of iOS Research & Development

The STYX Framework isn't just a skin; it's a fundamental rebuild of how guest firmware interacts with non-Apple host environments.

STYX Hypervisor: The C++ Core

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.

  • NATIVE BRIDGING: Direct mapping of guest MMIO to host resources with minimal overhead.
  • PCCVRE LOGIC: Specialized handling for encrypted firmware components and secure boot sequences.
// 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: The Research Node

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.

24/7

Uptime Support

0-DAY

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"
  ]
}
                        

Developer Toolchains

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.

  • DEBUG BRIDGING: Remote LLDB support for real-time debugging of user-space applications.
  • SENSOR SIMULATION: Programmatically simulate GPS, Accelerometer, and Biometric events.

Developer Transparency

Hardware democratization starts with honesty. ACHERON is a development accelerator, not a replacement for the production lifecycle.

What you can do

  • Zero-Cost Entry: Develop and profile on Windows/Linux without the "Mac Tax."
  • Darwin Kernel Research: High-fidelity testing against real PCCVRE logic.
  • No-Cost R&D: Iterate on your code without a $99/year developer sub.

The "Final Mile" Requirements

  • i
    Store Publishing: An official Apple Developer Program membership is mandatory.
  • i
    Final Binaries: Product signing and App Store Connect uploads require macOS hardware.
  • i
    Distribution: Compliance with Apple's distribution and licensing policies.

* ACHERON is a development/security research sandbox. We champion hardware democratization while respecting the final production ecosystem.

STYX & ACHERON — research / cybersecurity tiering

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

Non-Commercial License

"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."

The 'Mac-Tax' Clause

"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."

Intellectual Property

"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."