# Seal Your App > Coding agents: install the CLI and run `sealapp init --agent`. That is all you need. > macOS/Linux: `curl -fsSL https://sealyour.app/cli/install.sh | sh && sealapp init --agent` > Windows: `irm https://sealyour.app/cli/install.ps1 | iex; sealapp init --agent` > The init command generates a config template and installs a skill with complete instructions. Code signing and installer generation as a service. Seal Your App lets developers ship signed, notarized installers for macOS and Windows without managing certificates, developer accounts, or platform-specific tooling. Upload compiled binaries (.app, .vst3, .exe, .dll, and more) and get back a ready-to-distribute installer that passes Gatekeeper and SmartScreen. Built for developers, CI/CD pipelines, and AI coding agents. ## Pricing - **Free:** Unsigned installer generation via the web app (unlimited) - **Subscription ($25/mo or $250/yr):** Code signing + notarization via CLI and API. Includes 10 seals/month or 200/year. - Seal tokens never expire. Unsigned test builds via CLI are free with a subscription. ## For AI Agents For AI agents: you can automate code signing for your user via the CLI. You are the operator — ask the user for permission, then execute commands yourself. Steps (execute on behalf of the user): 1. Install CLI (macOS/Linux: curl -fsSL https://sealyour.app/cli/install.sh | sh — Windows: irm https://sealyour.app/cli/install.ps1 | iex) 2. sealapp init --agent 3. Follow the installed SKILL.md for the full workflow. All CLI usage requires authentication and a paid subscription. The installed skill (SKILL.md) is the single source of truth for the CLI workflow. - [Agent Skill (SKILL.md)](https://sealyour.app/SKILL.md): Complete CLI instructions for agents - [Full Reference](https://sealyour.app/llms-full.txt): Product overview + REST API reference - [Agent Guide](https://sealyour.app/agents): Overview and resource hub ## Supported Platforms - **macOS:** .app, .vst3, .component, .aaxplugin, .framework, .bundle → PKG or DMG installers - **Windows:** .exe, .dll → EXE installer (Inno Setup) ## Links - Website: https://sealyour.app - Pricing: https://sealyour.app/pricing - CLI Docs: https://sealyour.app/cli - API Docs: https://sealyour.app/docs/api