mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-30 19:02:16 +00:00
35 lines
794 B
Markdown
35 lines
794 B
Markdown
---
|
|
title: Deployment
|
|
description: 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](docker.md)
|
|
|
|
## systemd (Linux)
|
|
|
|
Run OpenJarvis as a managed system service on Linux servers.
|
|
|
|
[:octicons-arrow-right-24: systemd setup](systemd.md)
|
|
|
|
## launchd (macOS)
|
|
|
|
Register OpenJarvis as a launch agent on macOS.
|
|
|
|
[:octicons-arrow-right-24: launchd setup](launchd.md)
|
|
|
|
## API Server
|
|
|
|
Run OpenJarvis as an OpenAI-compatible HTTP server via `jarvis serve`.
|
|
|
|
[:octicons-arrow-right-24: API server guide](api-server.md)
|