Files
OpenJarvis/docs/deployment/index.md
T
Jon Saad-FalconandClaude Opus 4.6 e1568e1669 docs: add tutorial pages, deployment index, and optimization architecture
- 5 tutorial docs pages with mermaid diagrams, admonitions, content tabs
- Deployment index page linking Docker, systemd, launchd, API server
- Learning architecture updated with optimization framework section

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 01:31:10 +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