An advanced AI framework inspired by WormGPT, engineered to explore the frontiers of language model interactions.
GitHub · Instagram · X (Twitter) · YouTube
Here is a glimpse of the HacxGPT framework in action.
HacxGPT is designed to provide powerful, unrestricted, and seamless AI-driven conversations, pushing the boundaries of what is possible with natural language processing.
This repository contains an open-source framework that demonstrates the concept of HacxGPT. It utilizes external, third-party APIs from providers like OpenRouter or DeepSeek and combines them with a specialized system prompt. This allows a standard Large Language Model (LLM) to behave in a manner similar to our private HacxGPT, offering a preview of its capabilities.
It is important to understand: This code is a wrapper and a proof-of-concept, not the core, fine-tuned HacxGPT model itself.
While this repository offers a glimpse into HacxGPT's potential, our flagship offering is a privately-developed, fine-tuned Large Language Model.
Why choose our private model?
- Ground-Up Development: We've trained our model using advanced techniques similar to the DeepSeek methodology, focusing on pre-training, Supervised Fine-Tuning (SFT), and Reinforcement Learning (RL).
- Superior Performance: The private model is significantly more intelligent, coherent, and capable than what can be achieved with a simple system prompt on a public API.
- Enhanced Security & Privacy: Offered as a private, managed service to ensure security and prevent misuse.
- True Unrestricted Power: Built from the core to handle a wider and more complex range of tasks without the limitations of public models.
Access to our private model is exclusive. To inquire about services and pricing, please contact our team via Telegram.
➡️ Join our Telegram Channel for more info: https://t.me/HacxGPT
- Powerful AI Conversations: Get intelligent and context-aware answers to your queries.
- Unrestricted Framework: A system prompt designed to bypass conventional AI limitations.
- Easy-to-Use CLI: A clean and simple command-line interface for smooth interaction.
- Cross-Platform: Tested and working on Kali Linux, Ubuntu, and Termux.
Follow these steps to get the HacxGPT framework running on your system.
To use this framework, you must obtain an API key from a supported provider. These services offer free tiers that are perfect for getting started.
-
Choose a provider:
- OpenRouter: Visit OpenRouter.ai to get a free API key. They provide access to a variety of models.
- DeepSeek: Visit the DeepSeek Platform for a free API key to use their powerful models.
-
Copy your API key. You will need to paste it into the script when prompted during the first run.
We provide simple, one-command installation scripts for your convenience.
- Download the
install.bat
script from this repository. - Double-click the file to run it. It will automatically clone the repository and install all dependencies.
- Open your terminal.
- Run the following command. It will download the installer, make it executable, and run it for you.
bash <(curl -s https://raw.githubusercontent.com/BlackTechX011/Hacx-GPT/main/install.sh)
Manual Installation (Alternative)
If you prefer to install manually, follow these steps.
- Clone the repository:
git clone https://github.com/BlackTechX011/Hacx-GPT.git
- Navigate to the directory:
cd Hacx-GPT
- Install Python dependencies:
pip install -r requirements.txt
You can easily switch between API providers.
-
Open the
HacxGPT.py
file in a text editor. -
Locate the
API_PROVIDER
variable at the top of the file. -
Change the value to either
"openrouter"
or"deepseek"
.# HacxGPT.py # Change this value to "deepseek" or "openrouter" API_PROVIDER = "openrouter"
-
Save the file. The script will now use the selected provider's API.
Once installation and configuration are complete, run the application with this simple command:
python3 HacxGPT.py
The first time you run it, you will be prompted to enter your API key. It will be saved locally for future sessions.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Distributed under the Personal-Use Only License (PUOL) 1.0. See LICENSE.txt
for more information.