Getting Started
A3S Use is the AI Native Package Manager for the A3S ecosystem. It does not replace apt, Homebrew, or WinGet. It manages native tools and cognitive plugins that participate in the A3S capability and security model.
What is available now
The cognitive plugin contracts are on main, but the complete parent apply saga is still converging. Use the roadmap as the source of truth before production deployment.
Install a release
Install the complete, verified release through the A3S CLI:
Prebuilt archives are also published on GitHub Releases. Keep each archive's binary, Skills, Dashboard, model assets, licenses, and provenance files together. Copying the facade binary alone does not preserve the complete product surface.
Try built-in capabilities
Render a web page to a local file:
Run local OCR and return JSON:
Inspect the immutable capability snapshot:
Build from source
Rust 1.85 or newer is required:
Run development checks inside the Use repository:
Install a local package
An unsigned local directory, .tar.gz, .tgz, or .zip requires explicit trust:
The package ID is the stable lifecycle identity; a route is only a presentation and dispatch alias. A3S Use preserves native argv, stdin, stdout, stderr, exit status, and standard MCP. It does not add a universal action envelope.