Getting started

ArkheionX turns smart contract repositories into review maps.

A review map is structured context for human security review. It helps organize what a reviewer needs to inspect before making a judgment.

What ArkheionX is

ArkheionX is local-first review infrastructure for Solidity and Foundry projects. It is designed to help reviewers preserve context such as contracts, roles, value paths, assumptions, test gaps, evidence links, fixture benchmarks, and snapshot drift.

Who it is for

  • Security researchers who want repeatable review context.
  • Audit teams that need consistent artifacts across reviewers and revisions.
  • Protocol engineers preparing a codebase for external review.
  • Developers who want a clearer map of roles, flows, assumptions, and gaps.

What to expect

Expect local commands, source-based installation, deterministic artifacts, and safety boundaries. The current public path is intentionally source-first while binary releases are still pending.

What not to expect

  • It does not confirm vulnerabilities automatically.
  • It does not assign final severity.
  • It does not prove protocol safety.
  • It does not stand in for auditors or security researchers.
  • It does not require private keys, seed phrases, or RPC by default.

First commands

arkheionx version
arkheionx doctor
Next: Installation Next: Quickstart