# AgentsPoppy > The secure, agent-ready platform for user-owned cloud apps AgentsPoppy is a free desktop app (macOS, Windows, Linux) that installs and supervises "poppies" — apps whose backends run in the user's OWN AWS account. Cloud credentials never leave the user's machine: the app assumes a role the user created, vends each poppy scoped, short-lived credentials, and can tear down everything an app built. Poppies run in a declared-only egress sandbox: every poppy must declare where it connects to be listed, and on the user's machine the host refuses connections a poppy did not declare — checked before the poppy's code loads — which also contains a poisoned dependency inside a poppy's bundle. ## Source code (auditable) - Public source mirror: https://github.com/leonct74/agentspoppy-public-source - Licence: PolyForm Shield 1.0.0 (source-available; competing products not licensed) - Security mechanism, specified in the open: https://github.com/leonct74/agentspoppy-public-source/blob/main/docs/SECURITY_MECHANISM.md - The exact IAM policy the app asks for: https://github.com/leonct74/agentspoppy-public-source/blob/main/infra/policies/agentspoppy-access-policy.json The published sources match the shipped release — the mirror is synced from the tagged commit of each version. ## Download - Page: https://agentspoppy.com/download - macOS 0.3.20 (universal, notarized): https://github.com/leonct74/agentspoppy-releases/releases/download/v0.3.20/AgentsPoppy_0.3.20_universal.dmg sha256: 96bf83c063090a48824a8c1495c31b25b8d7f7c74297fcd0abb9b436e0040b41 - Linux 0.3.20 (AppImage): https://github.com/leonct74/agentspoppy-releases/releases/download/v0.3.20/AgentsPoppy_0.3.20_amd64.AppImage sha256: f925a8954749f182ccf44e413afa3a1d89854a79c9910c7821393e238f256cad - Windows: Microsoft Store — https://apps.microsoft.com/detail/9NHZJZH0LLKZ ## Key pages - Home: https://agentspoppy.com/ - Security model: https://agentspoppy.com/security - Poppy catalogue: https://agentspoppy.com/poppies - For developers: https://agentspoppy.com/developers - Guide: https://agentspoppy.com/guide