@@ 00 · download @@

Get Pyor.

Free for individuals. Your code never leaves your machine.

@@Builds aren’t code-signed yet, so the Terminal install is the way in — it clears the first-launch warning for you. Every install fetches the latest release; verify it with the checksums below.
@@ 01 · install @@
Install from your terminal

One line — no Gatekeeper prompt. It detects your OS and chip, grabs the latest build, and installs it. Works on macOS and Linux; on Windows, run it from Git Bash or WSL.

curl -fsSL https://pyor.review/install.sh | sh

Prefer to read it first? view the script.

Try in your browserThe full web build — no install, same direct-to-GitHub model.Launch →

One app, every platform: Pyor is an Electron build over the same web frontend. It talks to GitHub directly from your machine using your own credentials — our backend handles only sign-in, billing, and your team’s seats, and never receives your code, so your code stays on your machine.

@@ 02 · system requirements @@
macOS

macOS 12 Monterey or later · Apple Silicon or 64-bit Intel.

Windows

Windows 10 or 11, 64-bit (x64).

Linux

A recent 64-bit distribution · .deb (Debian / Ubuntu) or .AppImage (anywhere).

Browser

Any current Chrome, Edge, Safari, or Firefox — no install.

Account

A GitHub account — you sign in with GitHub on first launch; the app needs sign-in to read anything. To look first, try a public PR on our website.

@@ 03 · first run @@

Three steps to your first review.

Pyor signs in through GitHub and talks to it directly from your machine — your code never flows through us.

  1. 01Sign in with GitHubLaunch Pyor and choose Sign in with GitHub. Pyor asks only for the read permissions it needs to show your reviews.
  2. 02Authorize SSOIf your organization uses SAML SSO, authorize access for it — self-serve, no admin approval needed.
  3. 03Start reviewingGitHub validates the sign-in and your credential is stored only on your machine — never sent to us.
Pyor signs in through GitHub and asks only for the read access it needs to show your reviews.
Read the full setup guide
@@ 04 · verify your download @@

Trust, but verify.

The builds aren’t code-signed yet, but every release publishes a SHA-512 checksum for each file so you can confirm what you downloaded is byte-for-byte what we built.

# every file’s SHA-512 is listed in the release manifest
# verify on macOS / Linux
shasum -a 512 ~/Downloads/Pyor-mac-arm64.dmg

Found something off? Reach us at support@pyor.review.