Skip to content

KOYD SERVER + PWA

One command. Your workspace.

Install Koyd on the computer with your projects. Open your workspace in the browser, then add the app to your desktop or home screen.

Latest published server release: v0.33.0. Free to use. Bring your own supported model account or API key.

Windows

Paste into PowerShell. The installer detects your processor and takes care of the download.

PowerShell
irm https://koyd.app/cli/windows | iex

x64 · v0.33.0

Read the installer script ↗

Mac

Coming soon

The Mac installer is coming soon. It will be a single Terminal command: curl -fsSL https://koyd.app/cli | sh

Linux

Coming soon

The Linux installer is coming soon. It will be a single Terminal command: curl -fsSL https://koyd.app/cli | sh

Install once. Connect your devices.

  1. Copy the command for your server’s operating system.
  2. Paste it into PowerShell on Windows, or Terminal on Mac and Linux.
  3. Approve the system permission prompt to set up https://koyd.internal automatically.
  4. Run koyd start --open in a new terminal. Close the terminal after startup finishes.
  5. Choose Connect instance. Use Install Koyd in the app for your browser’s installation instructions.

A few practical details.

  • The package includes Node.js, the Rust core, and the PWA. Install Git on the server. No npm or separate Node installation is needed.
  • The installer configures the local name and HTTPS certificate after system approval. No file edits or port to remember. If you cancel, run koyd setup to retry.
  • Keep the server machine awake. Use Connect over Wi-Fi to pair nearby devices with a setup QR code. Access outside your network needs your own HTTPS endpoint. Closing the browser leaves server work running.
  • The installer checks download integrity and verifies the publisher’s release signature before installing Koyd. Use the app’s update notice for future releases.
Updating and recovery ↗