What problem does it solve?
This Skill solves the complexity of distributing agent-based applications by bundling the ayjnt runtime, the workerd engine, and your agent code into a single, portable executable that runs without external dependencies.
Core Features & Use Cases
- Single-File Distribution: Pack your entire agent harness, including Durable Object state and host tools, into one binary.
- Local Runtime Execution: Run your agents locally using ayjnt's own runtime, bypassing the need for wrangler or remote Cloudflare services during development and testing.
- Use Case: You have built a local-first agent that manages system files and you want to ship it to a user as a simple CLI tool that they can execute directly without installing Bun or Node.js.
Quick Start
Use the ayjnt-compile skill to bundle the current project into a production-ready binary for your target operating system.