Installation Guide

check_circle Quick Verification

After installing, run this command to make sure everything is working:

repocheck --version

window Windows

1

Download

Download repocheck_windows_amd64.exe from the Releases Page.

2

Open Terminal in Folder

Go to your Downloads folder, hold Shift + Right Click on the background, and select "Open PowerShell window here".

3

Run Repocheck

Rename the downloaded file to repocheck.exe for convenience, then run:

.\repocheck.exe scan .
4

Global Access (Optional)

To run it from anywhere, move repocheck.exe to a permanent folder (e.g., C:\Tools). Then search Windows for "Edit the system environment variables" -> Environment Variables -> Select Path -> Edit -> New -> Paste the folder path (C:\Tools).

terminal macOS & Linux

1

Download & Unzip

Download the binary (e.g., repocheck_darwin_arm64 for Apple Silicon) from the Releases Page.

2

Make Executable

Open Terminal, navigate to downloads, and run:

chmod +x repocheck_darwin_arm64
3

Install to PATH (Recommended)

Move it to a global folder so you can run it from anywhere:

sudo mv repocheck_darwin_arm64 /usr/local/bin/repocheck

Now you can just type repocheck scan . in any project!

help Troubleshooting

Command not found?

If verify fails, make sure you are in the same folder as the downloaded file (Windows) or that you successfully moved it to /usr/local/bin (Mac/Linux).

MacOS Security Warning?

If Mac says "unidentified developer", go to System Settings > Privacy & Security and click "Allow Anyway" for Repocheck.