๐Ÿ“ฆ ahanaarm.com

One format.
Every platform.

The .aarm (Ahana Adaptive Resource Module) is an open, versioned container format for AI-native compressed data. One spec, one standard โ€” from IoT sensors to 70B model weights.

Open Standard Random Tensor Access Version-Agnostic SDKs: Python ยท Rust ยท C++
Get Early Access โ†’

Built for the AI era.

ZIP was designed in 1989. GZIP in 1992. The world has changed. .aarm is built from scratch for neural networks, large models, and streaming inference workloads.

๐Ÿ—‚๏ธ

Random tensor access

A JSON table of contents maps every tensor by name to its exact byte offset. Extract any individual layer from a 70B model without decompressing the rest.

๐Ÿ”–

Self-describing

Magic bytes identify the ACP version at a glance. Flags encode tokenizer mode, encryption status, and fallback behavior โ€” no external metadata needed.

๐Ÿ”

Optional crypto layer

The .aarm spec supports an optional PUZZLE-AUTH envelope โ€” cryptographically locked compression where the wrong key yields random bytes, not an error.

โš™๏ธ

Embedded tokenizer

Text .aarm files carry their BPE tokenizer inline. The file decodes itself on any machine with the AhanaAI runtime โ€” no external dictionary dependency.

โœ…

SHA-256 integrity

Every .aarm file stores a 32-byte SHA-256 digest of the original payload, verified before any data is returned to the caller. Silent corruption is structurally impossible.

๐ŸŒ

Open specification

The .aarm spec is free and open. Anyone can build a reader. AhanaAI maintains the reference implementation and certifies compatible tools.

Every byte has a purpose.

OffsetSizeFieldPurpose
04BMagicACP version identifier
48BOriginal lengthuint64 LE โ€” exact original byte count
121BFlagsTokenizer mode, crypto, fallback state
1332BSHA-256 digestIntegrity verification of original payload
454BTOC / tokenizer lengthSize of embedded JSON table of contents
49Nโ‚Embedded TOC / tokenizerJSON index or BPE tokenizer data
49+Nโ‚4BPayload lengthCompressed stream byte count
53+Nโ‚Nโ‚‚Compressed payloadNeural arithmetic coding bitstream

Build on .aarm from day one.

Join early access to get SDK previews, spec documentation, and direct input into the standard before it ships.

Get Early Access โ†’