mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-28 22:14:30 +00:00
794 B
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.