Arkhe is a Unity Editor tool that scans your project's architecture in the background and scores its health, catching structural drift — misplaced code, a forbidden dependency between services — before it becomes a build failure. Arkhe is free to use.
This repository holds Arkhe's documentation source. It is not the product itself — for the Unity package, see Arkhe's Unity Asset Store listing.
- Catches Editor-only code that's silently reachable from runtime code, before it becomes a build failure.
- Flags a service depending on another service it isn't allowed to.
- Reduces your whole project to a single Health Score that moves when real problems are introduced or fixed.
- Scans your project's assets and script dependencies in the background, without freezing the Editor.
- Ships with disposable Demo & Test Data, so you can see a real finding before scanning your own project.
This repository's own documentation content is publicly readable under ordinary copyright, but not licensed for reuse, redistribution, or repackaging as a separate documentation product. Arkhe's source is not included in this repository; use of the product itself is governed by the Unity Asset Store's Standard End User License Agreement.
Copyright (c) 2026 Arish. All rights reserved.
