Files
OpenJarvis/docs/deployment/index.md
T
2026-03-12 17:29:39 +00:00

794 B

title, description
title description
Deployment Deploy OpenJarvis in production environments

Deployment

OpenJarvis supports multiple deployment strategies for different environments and scales.

Docker

The recommended way to deploy OpenJarvis in production. Multi-stage builds with CPU and GPU (NVIDIA CUDA, AMD ROCm) variants.

:octicons-arrow-right-24: Docker deployment

systemd (Linux)

Run OpenJarvis as a managed system service on Linux servers.

:octicons-arrow-right-24: systemd setup

launchd (macOS)

Register OpenJarvis as a launch agent on macOS.

:octicons-arrow-right-24: launchd setup

API Server

Run OpenJarvis as an OpenAI-compatible HTTP server via jarvis serve.

:octicons-arrow-right-24: API server guide