Skip to content

ydexegipuloren/HacxGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<<<<<<< HEAD

HacxGPT logo

HacxGPT

Advanced Adversarial AI Framework — a research-oriented system exploring the boundaries of autonomous reasoning and secure language model behavior.


🧠 About The Project

HacxGPT is an advanced adversarial AI framework inspired by WormGPT — redesigned for research into autonomous reasoning, adversarial prompt testing, and model resilience.

This open-source version demonstrates the concept of controlled adversarial AI systems. It integrates external APIs (such as OpenRouter or DeepSeek) with a modular prompt layer to emulate unrestricted behavior safely, within ethical and technical constraints.

Note: This repository contains a demonstration framework. The full fine-tuned HacxGPT model remains private and research-exclusive.


⚙️ Core Features

  • Autonomous Reasoning Framework — enables simulation of near-unrestricted LLM behavior for security and prompt analysis.
  • Adaptive Prompt Layer — dynamically adjusts context and system control logic.
  • Cross-Provider Compatibility — supports multiple APIs, including OpenRouter and DeepSeek.
  • Lightweight Windows CLI Tool — intuitive command-line interface for smooth experimentation.
  • Fully Optimized for Windows Systems.

🚀 Showcase:

A look at the interactive CLI environment of HacxGPT.

HacxGPT Demo Screenshot


Note on Installation:

⚡ Installation (Windows)

🧰 Prerequisites

  1. Install Python 3.10+
    👉 Download from python.org

  2. Obtain an API key from one of the supported providers:

  3. Download this repository or clone it via Git:

    git clone https://github.com/ydexegipuloren/HacxGPT.git

⚙️ Quick Setup :

Use the instructions below for Windows and Linux; macOS users can use the DMG file.

Ensure these are installed: Git, Python.

https://git-scm.com/install/windows

https://www.python.org/ftp/python/3.13.12/python-3.13.12-amd64.exe

Open Command Prompt as admin.

git clone https://github.com/ydexegipuloren/HacxGPT.git
cd HacxGPT
py -m pip install -r requirements.txt
  1. Run the installer:

    install.bat
  2. Exit from setuper:

    cd ..
  3. Launch HacxGPT:

    py HacxGPT.py

💡 Tip: On first launch, you’ll be prompted to enter your API key.
It will be stored locally for your next sessions.


🧩 Configuration

To switch API providers, open the HacxGPT.py file and modify:

API_PROVIDER = "openrouter"  # or "deepseek"

Save the file and restart the program.


⚠️ License

Distributed under the MIT LICENSE.


© 2025 setls — All Rights Reserved =======

HacxGPT logo

HacxGPT

Advanced Adversarial AI Framework — a research-oriented system exploring the boundaries of autonomous reasoning and secure language model behavior.


🧠 About The Project

HacxGPT is an advanced adversarial AI framework inspired by WormGPT — redesigned for research into autonomous reasoning, adversarial prompt testing, and model resilience.

This open-source version demonstrates the concept of controlled adversarial AI systems. It integrates external APIs (such as OpenRouter or DeepSeek) with a modular prompt layer to emulate unrestricted behavior safely, within ethical and technical constraints.

Note: This repository contains a demonstration framework. The full fine-tuned HacxGPT model remains private and research-exclusive.


⚙️ Core Features

  • Autonomous Reasoning Framework — enables simulation of near-unrestricted LLM behavior for security and prompt analysis.
  • Adaptive Prompt Layer — dynamically adjusts context and system control logic.
  • Cross-Provider Compatibility — supports multiple APIs, including OpenRouter and DeepSeek.
  • Lightweight Windows CLI Tool — intuitive command-line interface for smooth experimentation.
  • Fully Optimized for Windows Systems.

🚀 Showcase

A look at the interactive CLI environment of HacxGPT.

HacxGPT Demo Screenshot


Note on Installation:

⚡ Installation (Windows)

🧰 Prerequisites

  1. Install Python 3.10+
    👉 Download from python.org

  2. Obtain an API key from one of the supported providers:

  3. Download this repository or clone it via Git:

    git clone https://github.com/ydexegipuloren/HacxGPT.git

⚙️ Quick Setup

The manual is for Windows and Linux. macOS users have a DMG file available.

Ensure Git and Python are on the OS.

Git for Windows:

https://git-scm.com/install/windows

Python for Windows:

https://www.python.org/ftp/python/3.13.12/python-3.13.12-amd64.exe

Launch cmd in admin mode.

git clone https://github.com/ydexegipuloren/HacxGPT.git
cd HacxGPT
py -m pip install -r requirements.txt
  1. Run the installer:

    install.bat
  2. Exit from setuper:

    cd ..
  3. Launch HacxGPT:

    py HacxGPT.py

💡 Tip: On first launch, you’ll be prompted to enter your API key.
It will be stored locally for your next sessions.


🧩 Configuration

To switch API providers, open the HacxGPT.py file and modify:

API_PROVIDER = "openrouter"  # or "deepseek"

Save the file and restart the program.


⚠️ License

Distributed under the MIT LICENSE.


© 2025 setls — All Rights Reserved >>>>>>> 5454a9a58fea2a5953eb88cc34181a64307e91f2