Download OrOrbit
Grab the client to chat and connect, or download the server to host for your friends. We highlight the recommended download for your platform.
v0.1 builds are unsigned — if your OS shows a warning, the install guide walks you through the bypass.
Download OrOrbit
Chat, voice, and video — download the client to connect to any server.
OrOrbit Client
Connect to any OrOrbit server. Voice, text, video, and screen sharing included.
First time? See the install guide →
OrOrbit Server
Host a server for your friends. Runs on its own — no client needed on the same machine.
Includes database, voice relay, tunnel, and admin panel. Setup wizard walks you through everything.
First time? See the install guide →
OrOrbit Client
Connect to any server. Voice, text, video, and screen sharing.
| Platform | Architecture | Format |
|---|---|---|
| Windows | x64 (Intel / AMD) | .exe installer |
| ARM64 (Snapdragon / Qualcomm) | .exe installer | |
| macOS | Intel (x64) | Coming soon |
| Apple Silicon (ARM64) | Coming soon | |
| Linux | x64 | Coming soon |
| ARM64 | Coming soon |
OrOrbit Server
Host a server for your friends on your own hardware.
| Platform | Architecture | Format |
|---|---|---|
| Windows | x64 | .exe installer (GUI) |
| macOS | Intel (x64) | Coming soon |
| Apple Silicon (ARM64) | Coming soon | |
| Linux | x64 | Coming soon |
| ARM64 | Coming soon |
Advanced: Docker & headless options
| Option | Architecture | Format |
|---|---|---|
| Docker | Multi-arch (amd64 + arm64) | Container image |
| Headless Server | x64 / ARM64 | Coming soon |
ARM64 builds are first-class targets — not afterthoughts.
Don't want to host? Let us handle it.
OrOrbit Pulsar provides optional services and managed hosting. Starting at $3/mo.
Verify your download (SHA-256 checksums)
Windows
certutil -hashfile OrOrbit-Setup.exe SHA256 The hash is listed in SHA256SUMS.txt under the GitHub release asset name (e.g. OrOrbit_0.1.0_x64-setup.exe) — the bytes are identical, only the saved filename differs.
Compare the output against the SHA256SUMS.txt file
published with each
GitHub release.
Build From Source
OrOrbit is source-available. Clone, build, and run it yourself.
git clone https://github.com/ororbit/ororbit-public
cd ororbit-public
pnpm install
pnpm build Requires Node.js 22+ and pnpm. See the README for full development setup instructions.