Before you begin
- A host that matches a Community Edition target currently listed on /download
- Permission to install software or run Docker on that host
- A backup location for the complete Community Edition state created by the installer
Choose the guide for your host
Community Edition is available through native installers and a container image. Open /download for the version, filename, architecture, checksum, signature, and image digest available now.
On Linux, choose the native package when you want the server managed as a systemd service on the host. Choose Docker when your team already operates containers and wants the complete deployment stored in one named volume.
| Host | Published form | How Community Edition runs |
|---|---|---|
| Windows x64 | Per-user .exe installer | The Orchestris tray starts and supervises the API and Admin. |
| macOS Apple Silicon (arm64) | Recommended .dmg or raw .pkg installer | The Orchestris menu-bar app provides graphical setup and supervises API and Admin for the installing user. |
| Linux x64 | .deb, RPM, or portable .tar.gz installer | The installer adds coupled API and Admin systemd services. |
| Linux x64/amd64 with Docker | GHCR container image | One container supervises API and Admin with persistent state mounted at /data. |
- Host
- Windows x64
- Published form
- Per-user .exe installer
- How Community Edition runs
- The Orchestris tray starts and supervises the API and Admin.
- Host
- macOS Apple Silicon (arm64)
- Published form
- Recommended .dmg or raw .pkg installer
- How Community Edition runs
- The Orchestris menu-bar app provides graphical setup and supervises API and Admin for the installing user.
- Host
- Linux x64
- Published form
- .deb, RPM, or portable .tar.gz installer
- How Community Edition runs
- The installer adds coupled API and Admin systemd services.
- Host
- Linux x64/amd64 with Docker
- Published form
- GHCR container image
- How Community Edition runs
- One container supervises API and Admin with persistent state mounted at /data.
- Install on WindowsUse the x64 installer and operate the tray-managed server.
- Install on macOSUse the recommended disk image or raw package and graphical menu-bar app.
- Install on LinuxUse the current Debian, RPM, or portable installer and systemd service.
- Install with DockerRun the Linux x64 image with a complete persistent /data volume.
Before installing
- 1
Select the live artifact
Open /download and choose the Community Edition artifact matching the host and architecture.
- 2
Verify integrity
Compare the SHA-256 value and use the published signature where one is supplied. For Docker, prefer the immutable digest reference.
- 3
Plan durable state
Choose a local persistent state location and an independent backup target. Restoring the database without its original secrets can leave encrypted or authenticated data unusable.
- 4
Follow the platform lifecycle
Use the matching guide above for first-administrator setup, start and stop behavior, logs, upgrades, rollback limits, and removal.