Hash-verified bundles
Every package carries a SHA-256 manifest and the compiler version that produced it. The install path verifies payloads before unpacking.
publish · under 60 seconds
Write the capability in TypeScript or Python, add an axint.json, run axint publish. The package is hash-verified, compiler-stamped, indexed — live URL in your clipboard.
three steps
Creates axint.json, a starter intent file, and a README. Zero decisions to make first.
Describe the capability in strongly-typed TypeScript or Python. axint compiles it to native Swift.
Validated, indexed, and live. The install URL goes straight to your clipboard.
{
"$schema": "https://docs.axint.ai/schema/axint.json",
"namespace": "@nimatime",
"slug": "create-event",
"version": "1.0.0",
"name": "Create Event",
"description": "Creates a calendar event from natural language",
"primary_language": "typescript",
"entry": "intents/create-event.ts",
"license": "Apache-2.0",
"tags": ["calendar", "productivity"],
"surface_areas": ["Calendar"]
}safe by default
Every package carries a SHA-256 manifest and the compiler version that produced it. The install path verifies payloads before unpacking.
Your GitHub handle is your namespace. First claimer wins, nobody can impersonate you.
The compiler is open source on GitHub. View the source, file issues, contribute upstream.
ready to ship
Install the CLI, run axint init, publish.