ShipSec Studio is an open-source platform for orchestrating security workflows, decoupling security logic from infrastructure management to provide a durable and isolated environment for security tooling. It is currently in active development, focusing on stable production use and high-performance security operations.
Core Pillars
- Durable, resumable workflows: Powered by Temporal.io for stateful execution across failures.
- Isolated security runtimes: Utilizes ephemeral containers with per-run volume management.
- Unified telemetry streams: Delivers terminal output, events, and logs via a low-latency SSE pipeline.
- Visual no-code builder: Compiles complex security graphs into an executable DSL.
Deployment Options
- Shipsec Self-Host with Docker (Recommended): A one-line install script (
curl -fsSL https://get.shipsec.ai | bash) checks dependencies, starts Docker, clones the repository, and launches all services. Access viahttp://localhost. - ShipSec Cloud (Preview): Available at
https://studio.shipsec.aifor quick evaluation and sandbox testing. - Self-Host (Docker): For data residency and air-gapped environments, requiring Docker,
just,curl, andjq. Clone the repository and runjust prod start-latest.




