Skip to content

HacxGPT An advanced AI framework, engineered to explore the frontiers of language model interactions. Designed to provide powerful, unrestricted, and seamless AI-driven conversations.

License

Notifications You must be signed in to change notification settings

BlackTechX011/Hacx-GPT

Repository files navigation


HacxGPT logo

HacxGPT

An advanced AI framework, engineered to explore the frontiers of language model interactions.

BlackTechX - Hacx-GPT GitHub Stars GitHub Forks
Last Commit License


🚀 Showcase

Here is a glimpse of the HacxGPT framework in action.

HacxGPT Demo Screenshot


📔 Table of Contents


🌟 About The Project

HacxGPT is designed to provide powerful, unrestricted, and seamless AI-driven conversations, pushing the boundaries of what is possible with natural language processing.

❔ What is this Repository?

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.

💎 The Real HacxGPT: Our Private Model

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?

  • 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.

How to Access the Private Model

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

🔒 Internal Hacx-API (i2a)

For verified users and developers, we provide an internal API that connects directly to our specialized models via the I2P network. This ensures maximum anonymity and unrestricted access to the core neural links.

Setting up the internal API requires the i2a bridge tool and specific credentials retrieved from our Telegram channel.

👉 Internal API Setup & Documentation


🎯 Features

  • 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.

🔌 Getting Started

Follow these steps to get the HacxGPT framework running on your system.

🔑 Prerequisites: API Key

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.

  1. Choose a provider:

    • OpenRouter: Visit OpenRouter.ai to get a free API key. They provide access to a variety of models.
    • Hacx-API: Visit Hacx-API to get a API key. They provide access to our private models.
  2. Copy your API key. You will need to paste it into the script when prompted during the first run.

⚙️ Installation

We provide simple, one-command installation scripts for your convenience.

Windows

  1. Download the install.bat script from this repository.
  2. Double-click the file to run it. It will automatically clone the repository and install all dependencies.

Linux / Termux

  1. Open your terminal.
  2. 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/scripts/install.sh)
Manual Installation (Alternative)

If you prefer to install manually, follow these steps.

  1. Clone the repository:
    git clone https://github.com/BlackTechX011/Hacx-GPT.git
  2. Navigate to the directory:
    cd Hacx-GPT
  3. Install Python dependencies:
    # Install dependencies
    pip install -e .

🔧 Configuration

You can easily switch between API providers.

  1. Open the hacxgpt/config.py file in a text editor.

  2. Locate the API_PROVIDER variable at the top of the file.

  3. Change the value to either "openrouter" or "hacx-api".

    # hacxgpt/Config.py
    
    # Change this value to "deepseek" or "openrouter"
    API_PROVIDER = "openrouter" 
  4. Save the file. The script will now use the selected provider's API.

OR

just follow instructions in TUI.


👀 Usage

Run the application directly:

hacxgpt
# OR
python -m hacxgpt.main

The first time you run it, you will be prompted to enter your API key. It will be saved locally for future sessions.


⭐ Star History

Star History Chart


👋 Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.


⚠️ License

Distributed under the Personal-Use Only License (PUOL) 1.0. See LICENSE for more information.