The official marketplace for AIAP programs — discover, publish, and distribute AI capabilities.
中文文档 | English
AIAP Store is the central distribution platform for AIAP programs — AI capability packages that conform to the AIAP Protocol. It serves the same role for AI programs that npm serves for JavaScript packages or Docker Hub serves for container images.
Every program on AIAP Store is:
- Structurally verified — passes AIAP protocol validation
- Quality-scored — evaluated by ThreeDimTest (Correctness, Intrinsic, Detail)
- License-declared — SPDX-compliant license field required (PL25)
- Governance-signed — SHA-256 governance hash for integrity verification
An AIAP program (*_aiap/) is a structured AI capability package:
my_program_aiap/
├── AIAP.md # Governance contract (identity, tools, trust level, license)
├── main.aisop.json # Entry point with Mermaid or JSON flow execution graph
└── module.aisop.json # Functional module
Programs are created with AIAP Creator and run on the SoulBot runtime.
To publish a program on AIAP Store, it must:
| Requirement | Rule | Details |
|---|---|---|
| Protocol compliance | MF1 | Valid AIAP.md governance contract |
| Quality threshold | ThreeDimTest | Minimum passing score |
| License declared | PL25 | Each program must declare its own SPDX license — AIAP Store does not impose a platform license |
| Governance hash | MF15 | SHA-256 integrity verification |
| Trust level declared | T1-T4 | Appropriate trust boundary |
AIXP Labs aixp.dev
AIXP Labs develops and maintains the following core projects:
| Project | Description | Website |
|---|---|---|
| HSAW | Human Sovereignty and Wellbeing — Axiom 0 white paper (foundation) | hsaw.dev |
| AILP | AI List Protocol — agent discovery and capability advertising | ailp.dev |
| AIVP | AI Value Protocol — international commerce, crypto asset settlement | aivp.dev |
| AIRP | AI RMB Protocol — Mainland China commerce, RMB licensed settlement | airp.dev |
| AIBP | AI Bot Protocol — social communication and trust | aibp.dev |
| AIAP | AI Application Protocol — governance and compliance | aiap.dev |
| AISOP | AI Standard Operating Protocol — flow program definition | aisop.dev |
| SoulBot | AI agent runtime and framework | soulbot.dev |
| SoulACP | Adapter library — bridging CLI tools and LLM providers | soulacp.dev |
This repository is experimental and provided for research and educational purposes only. Not intended for production use. Use at your own risk. The authors assume no liability for any damages.
AIAP Store is a distribution platform. Each AIAP program carries its own license, declared via the license field in its AIAP.md governance contract (rule PL25). The Store platform code itself does not impose a license on hosted programs.
Align Axiom 0: Human Sovereignty and Wellbeing. Version: AIAP V1.0.0. www.aiap.store