Production-ready workload automation

Define work. Run it where files live. Ship it to production.

Just Run It is a commercial control plane for jobs, workflows, and schedules— with agents on the systems that run your scripts and binaries. Multi-team workspaces, RBAC and SSO, execution triage, and HA deployment paths your ops teams already know.

Ready now Commercial licensing Agents Linux, Windows, containers Deploy Compose HA · Kubernetes · bare metal
Just Run It operations dashboard showing job counts, agents, and recent executions in medium theme

Built for production operations

Positioned for teams who need reliable automation now — real shell and binary work on their hosts, clear ownership, and a control plane operators will actually use every day.

Strength

Run where files live

Federated agents on Linux and Windows claim work from the control plane. Pin jobs to preferred hosts so start/stop scripts, batch jobs, and release binaries execute next to the data and files they depend on.

Strength

Operate with confidence

Full execution history, status filters, cancel and kill, failure reason and log output, orphan recovery when an agent is lost mid-run, and optional email alerts — the loop production ops teams live in.

Strength

Govern multi-team estates

Personal, group, and platform workspaces on one shared control plane. VIEWER / OPERATOR / ADMIN roles, audit attribution, and optional OIDC SSO for enterprise identity.

Strength

Production deployment paths

  • PostgreSQL-backed multi-node app tier (Docker Compose reference HA)
  • Helm chart for Kubernetes / AKS
  • Bare-metal or VM Java 21 runtime; same agent JAR everywhere
  • REST API alongside the web UI for integration
Commercial

Licensed software, available now

Just Run It is offered under commercial production licenses. We work with you on deployment sizing, agent placement, and go-live so you can start generating value from day one. Contact us for pricing and a guided rollout.

Talk licensing See it in action

What ships in the product

A complete, production-capable offering for script- and binary-centric automation—without forcing every workload onto a single host.

Define

Jobs, workflows & schedules

  • Job types: shell COMMAND, HTTP, NOOP, GIT_RELEASE (download release assets and execute)
  • Workflows with ordered steps, conditions, and restart from a failed step
  • Cron schedules targeting a job or a workflow
  • Search, filter, and paging across catalogs and history
Execute

Agents where work runs

  • Out-of-process agents claim work from the control plane
  • Same agent JAR on Linux and Windows
  • Preferred agent pinning for host-specific scripts
  • Cancel / kill, retries, and orphan recovery when an agent is lost mid-run
Govern

Security & workspaces

  • Local users with VIEWER / OPERATOR / ADMIN roles
  • OIDC SSO with IdP group → role mapping (Entra ID, Okta, Keycloak)
  • Hybrid mode: SSO for people + local break-glass; agents use HTTP Basic
  • Personal, group, and platform workspaces — multi-team isolation on one plane
  • Audit trail with actor attribution

Capabilities by role

What users, administrators, and systems operators can do day to day.

AreaCapability
CatalogBrowse jobs, workflows, and schedules in workspaces you can see (personal, groups, platform shared)
RunRun now for jobs and workflows (OPERATOR+); view execution status and logs
CreateCreate and edit jobs, workflows, and schedules in workspaces you manage (personal ownership or group manager)
SchedulesAttach cron expressions; human-readable schedule descriptions in the UI
HistorySearch and filter executions; open detail with error reason and log output; filter failed runs
RecoveryCancel queued/running work; requeue orphaned executions after agent loss (where permitted)
Workspace filterSidebar switcher focuses lists and dashboards on a selected workspace
ThemesDark, medium, and light UI themes
AreaCapability
Full visibilitySee and manage definitions and executions across all workspaces
UsersAdmin user management: create, enable/disable, roles, password reset, delete
GroupsCreate group workspaces; add and remove members (OWNER / MANAGER / MEMBER)
Platform workspaceMaintain company-shared job definitions visible to authenticated users
Security modesLocal accounts, hybrid, or OIDC-primary SSO with role mapping from the identity provider
AgentsRegister, monitor, and remove agents; align naming for preferred-agent targeting
APIFull REST surface for automation, CI, and integration
AreaCapability
TopologyStateless application nodes, PostgreSQL as system of record, optional HA (multi-node + DB lease for scheduler)
Execution modeslocal (server runs jobs) or agent (workers claim work)—production typically agent mode
ContainersDocker Compose stack (Postgres + app nodes + agents); multi-stage images built from source
KubernetesHelm chart for server HA, agents, and optional in-cluster Postgres
HealthSpring Actuator health, readiness, metrics, Prometheus endpoint
NotificationsOptional email on failure (and optional success) via SMTP
ArtifactsConfigurable cache directory for GIT_RELEASE downloads on server or agent hosts
ObservabilityDashboard counts, audit events, execution diagnostics for ops triage

Agent flexibility

Run automation on the hosts that hold your applications, data, and scripts—across teams and data centers.

How agents work

  • Pull model — agents open outbound HTTPS to the control plane; the server does not need to dial agent hosts
  • Identity by name — register, heartbeat, and claim use a unique agent name
  • Hostname is a label — optional display metadata for operators; not used for routing
  • Preferred agent on a job pins work to a named agent (the host that has your files)
  • Linux & Windows — same agent package; shell via /bin/sh or cmd.exe
  • Scale-out — run multiple agent processes for parallel capacity

Full detail: Agents guide (PDF)

Federated agent placement

  • Install agents on app servers, batch hosts, jump boxes, or containers next to workloads
  • EU / US / LOB teams keep code and secrets on their systems while sharing one control plane
  • COMMAND jobs invoke existing start/status/stop scripts already installed on the agent host
  • GIT_RELEASE jobs can pull versioned binaries onto the agent and execute them
  • Orphan detection marks work when an agent goes offline mid-run; operators cancel or requeue
Agents management screen with registered workers and capacity

Workspaces for federated teams

One control plane; clear boundaries for who sees and manages which automation. Pair with OIDC SSO so IdP groups map to VIEWER / OPERATOR / ADMIN while membership scopes each team’s catalog.

Personal

Private by default

Each user receives a personal workspace. Operators create and schedule their own jobs without cluttering a global catalog.

Group

Team collaboration

Administrators create group workspaces and assign members as OWNER, MANAGER, or MEMBER. Shared pipelines stay with the team that owns them.

Platform

Company shared

A platform workspace holds common definitions visible to authenticated users, with administrative control over edits.

Why this matters for federation

  • Control plane federation — multiple teams use one HA deployment instead of shadow schedulers
  • Agent federation — agents remain on team-owned systems; preferred agent binds a job to the right host
  • Least privilege of view — non-admins only see workspaces they belong to; admins retain full oversight
  • Same-workspace integrity — workflow steps and schedules must reference jobs in the same workspace
  • Enterprise SSO — hybrid or OIDC-primary modes (Entra ID, Okta, Keycloak); IdP groups map to platform roles; agents keep HTTP Basic service accounts
  • Isolation proof — same OPERATOR role can serve Finance and Platform teams without shared job catalogs

Watch SSO + workspace demo Security overview PDF

Production deployment options

Same product from first install through multi-node production—choose the footprint that matches your estate.

Supported deployment models

  • Docker Compose — PostgreSQL, dual app nodes, dual agents (recommended production starter)
  • Kubernetes / AKS — Helm chart for server, agents, optional Postgres
  • Bare metal / VM — Java 21 runtime; agent JAR on any JVM host
  • Local JAR — single process with embedded H2 for sandbox and demos
Java 21 Spring Boot PostgreSQL 16 Docker Helm OIDC ready

Reference architecture

 Operators / UI
        │
        │  HTTPS  ·  REST API  ·  session or SSO
        ▼
  ┌─────────────────────────────────────┐
  │  Control plane (N app nodes)          │
  │  UI · REST · scheduler · RBAC         │
  └───────────────┬─────────────────────┘
                  │ private DB network
                  ▼
            PostgreSQL
         (system of record)

  Agents (Linux / Windows / containers)
        │
        │  HTTPS outbound only
        │  register · heartbeat · claim · complete
        │  authenticated agent API (no direct DB)
        └──────────────────────────────►  Control plane

Agents never connect to the database. They call the control plane over a secured HTTP API (register, claim, complete). Only app nodes talk to PostgreSQL on a private network. Customers typically run dedicated production control planes (and optional pre-production) with agents co-located to each environment’s application estate—so work runs next to the systems it serves. One-page PDFs: deployment architecture · security overview.

Product demo videos

Live control-plane captures (medium theme) with on-screen chapter captions. Use on sales calls, architecture reviews, and security walkthroughs.

OIDC SSO + workspace isolation

~3 minute elaborate walkthrough: hybrid login, Keycloak SSO (same pattern as Entra ID / Okta), IdP groups → VIEWER / OPERATOR / ADMIN, Finance vs Platform team catalogs, admin groups & users, and agents on HTTP Basic (not browser OAuth).

Silent picture with on-screen chapter captions — present while the video plays on customer calls.

Downloads

Customer-facing product materials for procurement, architecture review, and commercial licensing. Share freely with stakeholders.

OIDC + workspace demo (MP4)

~3 min SSO walkthrough — Keycloak groups to roles, Finance vs Platform isolation, admin groups.

Download MP4

Control plane tour (MP4)

~2 min live UI walkthrough — jobs, workflows, agents, schedules, executions.

Download MP4

Security overview (PDF)

One-page brief: API-only agents, no agent-to-database path, RBAC/OIDC, production hardening checklist.

Download PDF

Deployment architecture (PDF)

One-page reference: control plane, private PostgreSQL, agents over HTTPS claim/complete only.

Download PDF

User Guide (PDF)

Capabilities, UI walkthrough with screenshots, technologies, and deployment models.

Download PDF

Product overview (PDF)

Offering summary: features, roles, agents, workspaces, and deployment options.

Download PDF

Agents guide (PDF)

Registration, name vs hostname, preferred agent, and federated placement.

Download PDF

Capabilities by role (PDF)

User, administrator, and systems operator capability lists for RFP-style review.

Download PDF

Commercial licensing

Ready to run in production — let’s talk license

Just Run It is available for commercial production use. Contact us for pricing, deployment sizing, and a rollout plan for your environments. We respond quickly with clear next steps.

Email

Phone

Leave a message — we will call back to discuss your needs.

Website: https://justrunit.io

Request a quote Call 318-232-2280

What helps us price and plan (optional)

  • Organization and primary production use cases
  • Approximate agent count and environments (prod / pre-prod)
  • Preferred deployment model (Docker Compose, Kubernetes, on-prem)
  • Target go-live window

Product: Just Run It
Domain: justrunit.io
Email: justrunit.io@gmail.com
Phone: 318-232-2280 (leave a message)
Category: Enterprise workload automation control plane

Frequently asked questions

Short answers for buyers, operators, and searchers.

What is Just Run It?

Just Run It is production-ready enterprise workload automation: a web control plane for jobs, workflows, and schedules, plus out-of-process agents that run work on Linux, Windows, or container hosts you control.

Is it ready for production use?

Yes. The product ships with the capabilities operators need day to day — real COMMAND jobs, workflows, cron schedules, federated agents, workspaces, RBAC, optional OIDC, execution triage, and production deployment options (Compose HA, Kubernetes/Helm, bare metal). Commercial licenses are available now.

Can teams run jobs on their own servers?

Yes. Install agents on team-owned systems and pin jobs with preferred agent names. Workspaces keep personal and group catalogs separate on one shared control plane.

How is it deployed in production?

Recommended paths are Docker Compose with PostgreSQL and multi-node app tier, or Helm on Kubernetes. Bare-metal/VM Java 21 installs are also supported. A local JAR is available for sandbox and demos.

How do I buy or license Just Run It?

Email justrunit.io@gmail.com or call 318-232-2280 and leave a message — we will call back to discuss production licensing, sizing, and go-live.