Command Line Tool

Plagiarism detection,
right from your terminal.

Automate checks. Integrate with CI/CD. Build custom workflows.
The power of Codequiry, now scriptable.

Free & Open Source · GPL-3.0 Licensed · 51+ Languages
codequiry-cli
$ npm install -g codequiry-cli
Installed [email protected]
$ codequiry auth
Enter your API key: ********
Authentication successful
$ codequiry createCheck
Programming language: Python
Check name: Assignment 1
Check created successfully
$

Built for developers.
Designed for automation.

While our web interface is perfect for batch uploads, the CLI is for developers who need
automation, CI/CD integration, and scriptable workflows.

CI/CD Integration

Seamlessly integrate with GitHub Actions, GitLab CI, Jenkins, or any CI/CD tool. Run checks automatically on every commit.

Scriptable Workflows

Write custom scripts to automate checks. Combine with cron jobs for scheduled monitoring or event-based triggers.

Terminal Native

For developers who prefer the command line. No browser needed, works in headless environments.

Secure Storage

Authenticate once and your API key is stored locally. No need to log in repeatedly—perfect for automation.

Headless Ready

Works on servers, Docker containers, and headless systems. Ideal for automated build servers and production.

Consistent Results

Same commands, same results every time. Perfect for reproducible workflows and team consistency.

Get started in seconds.

One command to install. One command to authenticate.
Works on macOS, Windows, and Linux.

Install via NPM
# Install globally
npm install -g codequiry-cli

# Authenticate
codequiry auth

# You're ready to go
codequiry --version
Install via Yarn
# Install globally
yarn global add codequiry-cli

# Authenticate
codequiry auth

# You're ready to go
codequiry --version
Manual Installation
# Clone the repository
git clone https://github.com/cqchecker/codequiry-cli.git
cd codequiry-cli

# Install and link
npm install && npm link

# Authenticate
codequiry auth

Requirements

Node.js 16+ Latest LTS recommended
NPM or Yarn Package manager
API Key Free from codequiry.com
Internet For API communication

Powerful commands.
Simple to use.

Everything you need to automate plagiarism detection from your terminal.

codequiry auth

Authenticate with your API key. Stored securely for future use.

codequiry createCheck

Create a new plagiarism check for your assignment or project.

codequiry uploadToCheck

Upload files to an existing check. Supports batch ZIP file processing.

codequiry startCheck

Start the plagiarism detection process with web or database checking.

codequiry checkStatus

Monitor the progress of your plagiarism check in real-time.

codequiry resultOverview

View comprehensive results and similarity scores for your check.

Quick Start V2 Coming Soon

Get started in 4 simple steps

From installation to results in under 5 minutes

01

Authenticate

Connect your account with a secure API key

$ codequiry auth
02

Create Check

Initialize a new plagiarism detection check

$ codequiry createCheck
03

Upload Files

Add your code files for analysis

$ codequiry uploadToCheck
04

Start & Review

Run the check and view detailed results

$ codequiry startCheck

Real-world automation.

See how developers and teams use the CLI to automate their workflows.

GitHub Actions Integration

Automatically check every pull request for plagiarism. No manual work required.

on: [pull_request] run: codequiry startCheck

Scheduled Monitoring

Run nightly cron jobs to check new submissions automatically. Zero manual work required.

0 2 * * * codequiry startCheck Automated reports via email

Pro tip: Use the web interface for manual batch uploads. Use the CLI for automation, CI/CD integration, and server-side processing.

51+ programming languages.
One simple interface.

From Python to JavaScript, C++ to Rust. If you code in it, we support it.

Python
JavaScript
Java
C++
C#
PHP
Ruby
Go
Rust
Swift
Kotlin
TypeScript
Scala
Dart
R
Matlab
SQL
HTML/CSS

And 33+ more languages including Assembly, Haskell, Lisp, Pascal, and Jupyter Notebooks.

Ready to automate?

Free forever. Open source. No credit card required.
Download in seconds and start automating your workflow.

10,000+
Active Users
1M+
Files Checked
51+
Languages