Xystle is a command-line tool that reverse-engineers ZeroGPT's API to efficiently leverage its free API (upto 15K characters) on the terminal.
ZeroGPT itself is used to check for AI-generated content in text (subject to inaccuracies).
For your convenience, Xystle also appealingly highlights the parts of your input that ZeroGPT detected as AI-generated. A demonstration of this is shown in the image below.
Note
Server authentication is not handled. You cannot use Xystle to query from a subscribed account. This may be implemented in an upcoming release.
Xystle has officially only been tested on a Linux AMD64 system.
You can download prebuilt binaries from Github Releases. Platforms included:
- Linux AMD64
Xystle was developed using the Odin programming language.
git clone --recurse-submodules https://github.com/eeriemyxi/xystle
cd xystle
make
bin/xystle -helpHelp: xystle -help
Usage:
xystle [i] [-j] [-l] [-v]
Flags:
-i:<Handle> | Input file. Reads from stdin if not provided
|
-j | Output JSON response and exit. Useful for scripting
-l:<Logger_Level> | Set log level. Info by default. Options: Debug, Info, Warning, Error, Fatal
-v | Show version info