PlainOps 1.2.0
Prompt. Deploy to your own AWS, Google Cloud, or Azure — from your own machine.
Downloads
| Platform | Install |
|---|---|
| Windows 10/11 (x64) | PlainOps-Setup.exe |
| macOS 11+ · Apple Silicon & Intel | Recommended — Terminal, no security dialogs:curl -fsSL https://raw.githubusercontent.com/shobhit9957/PlainOps/main/scripts/install-mac.sh | bash |
macOS .dmg (alternative) |
PlainOps-arm64.dmg (Apple Silicon) · PlainOps-x64.dmg (Intel) |
| Linux | run from source — see the README |
macOS note: builds are now ad-hoc signed (they run on Apple Silicon), but not yet Apple-notarized — so a browser-downloaded .dmg may be called "damaged". Fix: use the Terminal install above (terminal downloads aren't quarantined), or run xattr -cr /Applications/PlainOps.app once, or System Settings → Privacy & Security → Open Anyway.
What's new since 1.1.0
- macOS builds fixed — every mac build is code-signed (ad-hoc) so it actually runs on Apple Silicon, plus the quarantine-free Terminal installer.
- The agent wires GitHub CI/CD end to end — pushes your repo (
push_to_github), sets Actions secrets through the secure box so values never touch the model (set_github_secret), and verifies the pipeline ran green (gh_cli, gated like the cloud CLIs). - Follow-up queue — when work has to wait (certificate validation, DNS propagation, CloudFront deploys — any cloud), the agent schedules itself to resume automatically instead of asking you to come back.
- Secret forms queue properly — ask for three secrets, get three forms in sequence, with a skip button and an "already saved — this replaces it" notice for updates.
- Clear errors — model/network failures (bad API key, out of credits, rate limits, outages, no internet) explain what happened and how to fix it, in plain English.
Bring your own cloud account + Anthropic API key. Setup: CLOUD_SETUP.md