Skip to content

Releases: shobhit9957/PlainOps

PlainOps 1.3.1

Choose a tag to compare

@shobhit9957 shobhit9957 released this 20 Jul 12:48

Maintenance release: demo mode plays the full deploy walkthrough (approval → live log stream → verified HTTP 200) and never asks for an API key; exact macOS Gatekeeper recovery steps in the README; CI signs + notarizes automatically once Apple Developer secrets are configured.

Install — Windows: PlainOps-Setup.exe · macOS (no security dialogs): curl -fsSL https://raw.githubusercontent.com/shobhit9957/PlainOps/main/scripts/install-mac.sh | bash · dmgs attached (unnotarized: Done → Privacy & Security → Open Anyway) · Linux: from source.

PlainOps 1.3.0 — bring any AI

Choose a tag to compare

@shobhit9957 shobhit9957 released this 20 Jul 10:29

Prompt. Deploy to your own AWS, Google Cloud, or Azure — now with the AI of your choice.

Bring any AI

Pick your provider from a dropdown in Settings and paste that provider's key:

Claude (Anthropic) — recommended, it's what PlainOps is tuned on · OpenAI · OpenRouter · Kimi (Moonshot) · DeepSeek · Groq · Grok (xAI) · Gemini · Ollama (local, no key) · any custom OpenAI-compatible endpoint.

Keys are stored per provider (switching never loses one), the model field overrides each provider's default, and error messages name the provider you actually use. Requirements for non-Claude providers: the model must support tool/function calling — quality varies by model, honestly.

Downloads

Platform Install
Windows 10/11 (x64) PlainOps-Setup.exe
macOS 11+ · Apple Silicon & Intel 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) — if macOS calls a browser download "damaged": xattr -cr /Applications/PlainOps.app, or Privacy & Security → Open Anyway
Linux run from source — see the README

Existing installs upgrade in place; a configured Anthropic key carries over automatically.

Setup guides: README · CLOUD_SETUP.md

PlainOps 1.2.0

Choose a tag to compare

@shobhit9957 shobhit9957 released this 20 Jul 09:47

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

PlainOps 1.1.0

Choose a tag to compare

@shobhit9957 shobhit9957 released this 20 Jul 07:46

Type English. Deploy to your own AWS, Google Cloud, or Azure — from your own machine.

PlainOps is a local-first AI DevOps engineer: connect your own cloud account and your own Anthropic API key, describe what you want, approve the plan and its monthly cost, get a verified live URL. Cloud credentials and secret values never leave your machine, and the AI never sees a secret value.

Downloads

Platform File
Windows 10/11 (x64) PlainOps-Setup.exe
macOS 11+ · Apple Silicon PlainOps-arm64.dmg
macOS 11+ · Intel PlainOps-x64.dmg
Linux run from source — see the README

macOS note: builds are not yet notarized — the first time, right-click the app → Open.

What's inside

  • Four deploy shapes on AWS (monolith + RDS, serverless, microservices, static) and three on GCP/Azure — from reviewed OpenTofu blueprints, never AI-authored Terraform
  • Cost before creation — the monthly estimate sits on the approval card; nothing exists until you click
  • Plain-English diagnosis grounded in live URL probes, real logs, service state, and your action history
  • Day-2 operations — safe deploys with automatic rollback, linted snapshot-first DB migrations, one-command rollback, secret rotation, cron jobs, backups + restore drills, drift detection, cost-waste sweeps, security posture scans, custom domains + HTTPS, staging→production promotion, CI/CD generation, cloud-resident monitoring
  • Guardrailed CLI access — read-only runs instantly; mutations wait for your click; credential-exposing commands are refused
  • Clear errors — when something fails (bad API key, no credits, no internet, provider outage) the app says what happened and how to fix it, in plain English

Setup

You bring: a cloud account with its CLI signed in, and an Anthropic API key.
Per-cloud setup (including GCP's easy-to-miss two-step login): CLOUD_SETUP.md