Skip to main content

Support

Reploy support has several separate dimensions. A platform can support one dimension without supporting all of them.

App Backend Support

The backend is how Reploy prepares app-provided bundle artifacts.

BackendStatusNotes
PythonSupportedBuilds and installs Python wheel bundles, including optional package roots.
Other backendsNot yet supportedFuture backends should plug into the same bundle lifecycle.

Runtime Support

The runtime is where the deployed app runs.

RuntimeStatusNotes
DockerSupportedReploy generates Docker Compose state and controls the app container lifecycle.
Native processNot yet supportedNo non-Docker runtime backend exists yet.
KubernetesNot yet supportedOut of scope for the current release line.

Host Operating System Support

The host OS determines which binaries are published and which permanent service manager Reploy can use.

HostCLI binaryStaging Docker lifecyclePermanent install/uninstall
LinuxSupportedSupportedSupported with systemd
macOSDeferredPlannedDeferred; launchd support is undecided
WindowsDeferredPlannedDeferred; Windows service support is undecided

Current Supported Path

The fully supported path today is:

Python app backend + Docker runtime + Linux host with systemd

Formal macOS and Windows behavior is tracked in the Reploy backlog.