Skip to main content

Deployment

Deployment in Routa currently spans two related concerns:

  • shipping downloadable artifacts such as Desktop and CLI binaries
  • running or publishing the web/runtime surfaces in your own environment

Deployment Paths

PathWhat it means today
Desktop distributionpackaged app builds published through GitHub Releases
CLI distributionpackage publishing through npm and crates.io
Web runtimelocal development or self-hosted deployment from source

Current Canonical Docs

What This Covers Today

  • Desktop distribution through GitHub Releases
  • CLI publishing through npm and crates.io
  • release and versioning workflows for maintainers

This section is intentionally thin for now because the repository has stronger release docs than public self-hosting docs at the moment.