Every platform. Native performance.

Built with Tauri and the operating system webview on Windows, macOS, and Linux. Koryphaios does not bundle Electron or Chromium; actual package size and memory depend on the platform, active agents, and providers.

Install from your terminal

One download command, no source checkout or build toolchain.

macOS and Linux
$ curl -fsSL https://koryphaios.com/install | sh
Windows PowerShell
$ curl.exe -fsSL https://koryphaios.com/install.ps1 | powershell.exe -NoProfile -ExecutionPolicy Bypass -Command -

Windows

Windows 10 or later

macOS

macOS 12 Monterey or later

Linux

x86_64, most distributions

Build From Source

Need ARM Linux, a custom build, or want to hack on the source? Clone and build directly.

$ git clone https://github.com/Sylorlabs/Koryphaios.git

$ cd Koryphaios && bun install

$ bun run build:desktop

Full build instructions on GitHub