CANarchy Docs¶
CANarchy is a stream-first CAN analysis and manipulation runtime designed for automation, security research, and agent-driven workflows.
Machine-readable output uses canonical JSON envelopes and JSONL event streams where commands produce typed events. The CLI is the interface. J1939 is treated as a first-class workflow, not a plugin.
This docs site is the project documentation portal hosted from the same repository as the code.
Start here:
- Operators: Getting Started, Event Schema, Command Spec
- Evaluators: CAN Tool Feature Matrix
- Tutorials: Overview, J1939 Heavy Vehicle Analysis, Generate and Capture
- Developers: Architecture, Docs Workflow
- Agents: Agent Guide
Site goals:
- keep the event schema and CLI contract explicit and current
- keep code and docs versioned together
- make operator, developer, and agent workflows easy to find