Quick Start

Works everywhere. Installs everything.

Linux
Windows
# One command – done. No git, no system Python conflicts.
$ curl -sSL https://raw.githubusercontent.com/Sad-without-you/Orchix/main/install.sh | bash
✓ ORCHIX v1.4 installed — Web UI: http://localhost:5000
# CLI (optional)
$ ./ORCHIX/orchix.sh # CLI
# Alternative: Download ZIP from GitHub
$ wget https://github.com/Sad-without-you/Orchix/archive/refs/heads/main.zip && unzip main.zip && bash Orchix-main/install.sh

CLI Interface

For advanced users: Full control via terminal

  • ./orchix.sh
  • Live Dashboard

Web UI

Modern browser interface for easy management

  • http://localhost:5000
  • Dark Theme
# PowerShell – one command, done.
> irm https://raw.githubusercontent.com/Sad-without-you/Orchix/main/install.ps1 | iex
✓ ORCHIX v1.4 installed — Web UI: http://localhost:5000
# CLI (optional)
> orchix.ps1 # CLI

WSL2 Required

ORCHIX requires Docker Desktop with WSL2 integration

  • Windows 10/11
  • Docker Desktop

Background Service

Web UI runs in background — no terminal needed

  • orchix.ps1 service start
  • Autostart on login