Skip to Content
Alpha — full Android pipeline + iOS toolkit + live dynamic loop. API still shifting; pin to commits in CI.
Getting StartedGetting started

Getting started

You’ve landed on MedusaNexus. This section walks from git clone to your first real finding panel without taking detours into theory. The flow is sequential — each page builds on the previous.

Read thisWhen you want to
InstallationBring the toolchain up on macOS or Linux.
RequirementsConfirm versions, hardware, and the engines you need (vs the ones you can skip).
Environment variablesUnderstand every MNEXUS_* knob and what the installer wrote to ~/.mnexus/env.sh.
Your first scanDrop an APK, watch the static engines fan out, read the findings.
60-second tourThe shortest possible end-to-end loop for someone evaluating the tool.

After this section, Workflows → takes you deeper into specific analyst stories (Android, iOS, dynamic, PlayIntel, reporting).

How the docs are written

  • Agentic friendly. Every page is plain MDX in docs-site/content/ — an AI assistant reading the repo sees the same content as this site.
  • Developer friendly. Code blocks are real commands. Tables match the structures in the Python source. The API reference and CLI reference are generated from the code at build time — they cannot lie to you.
  • Mitigation is first-class. Every finding the tool emits, and every workflow doc here, has a remediation section. We don’t ship “improve security posture.”