SudoHopeX 'Krishna Dwivedi' SudoHopeX 🥷🚩

A Ray of Hope in the circuitry, Igniting curiosity.

( Ethical Hacker )

KaliGPT 🤖: AI Assistant in Kali Linux - Installer & Launcher

calendar Aug 11, 2025 clock 5-10 min read tag Project-documentation


KaliGPT

Developed by Krishna Dwivedi (SudoHopeX)

Objective

KaliGPT is an AI-powered co‑pilot built for penetration testers, OSINT professionals, and cybersecurity teams.

When i tried to install and use Mistral via ollama it takes several steps to do and doe diff ai's we have to use diff commands and configuration so i made this installer that empowers us to:

Project Description

KaliGPT Unified is a comprehensive bash script designed to automate the installation and usage of KaliGPT (ChatGPT/ChatGPT KaliGPT/Mistral/llama3) on Linux systems. It provides both CLI and GUI options for interacting with state-of-the-art AI models, including:

KaliGPT blends the power of GPT‑4, Mistral, llama with the pentesting toolkit in Kali Linux, creating a smart assistant.

Note: KaliGPT should serve as an assistant—not a substitute. Always verify AI-generated results.

Features ✨

Tech Stack & Requirements


Linux system  ( to be tested on Kali, Debian, etc. )
Bash shell
Python 3.13.x  (for API/CLI)
openai - python module  ( library )
requests -  python module  ( library )
Ollama  ( for local models installation & uses )
Chromium or other supported browsers ( for web use )
Internet connection ( for API / initial setup / OpenAI GPT's usages)
      

Installation 📩

To integrate KaliGPT into your setup, follow platform-specific instructions:

  1. Clone the repository and run the installer:
  2. git clone https://github.com/SudoHopeX/KaliGPT.git
  3. Move to KaliGPT
  4. cd KaliGPT
  5. Run the installer to see usages (Optional)
  6. bash kaligpt_unified.sh --help
  7. Install a KaliGPT Model
  8. sudo bash kaligpt_unified.sh --model <model-number>

See kaligpt installer usages for more

KaliGPT Installer Usages


KaliGPT Installer ~ SudoHopeX | Krishna Dwivedi
[Contact SudoHopeX](https://sudohopex.github.io/)

KaliGPT Installer Available commands:
   --model <model-num>         -  install a specific model
   --listmodels                -  list available models
   --uninstall-m <model-num>   -  uninstall a specific model
   --uninstall                 -  uninstall KaliGPT (everything)
   --help                      -  print this usage info

KaliGPT Available MODELs:
   1) OpenAI ChatGPT     ( OpenAI, Free, Online ) [ requires API KEY ]
   2) Mistral            ( Free, Offline - Min 6GB Data Required)
   3) Llama              ( Free, Offline )
   4) KaliGPT -web based ( OpenAI, Free, Online )
      [Note: opttion 4 required 1 time logging & keep logged in config in chromium if not]

Usages Examples:
   sudo bash kaligpt_unified.sh --model 1         # install OpenAI ChatGPT4.0 with API access
   sudo bash kaligpt_unified.sh --model 2         # install KaliGPT (Mistral AI locally)
   bash kaligpt_unified.sh --help                 # print script usages
   sudo bash kaligpt_unified.sh --uninstall-m 1   # uninstall OpenAI installed files
   sudo bash kaligpt_unified.sh --uninstall       # uninstall KaliGPT (everything)

      

KaliGPT Usages

use command kaligpt -hto see below usages after installation


KaliGPT - Use AI in Linux via CLI easily
        - by SudoHopeX | Krishna Dwivedi

Usages:
  kaligpt [mode] [Prompt (optional)]

MODES: (Must Included)
    -c   -  use ChatGPT-4o (OpenAI, Paid, Online)
    -cw  -  use KaliGPT in chromium web browser (OpenAI, Free, Online )
             [ requires 1 time login & keep logged in config on web ]
    -m   -  use Mistral via Ollama (Free, Offline)
    -l   -  use LlaMa via Ollama (Free, Offline)
    -h   -  show this help message and exit

Examples:
     kaligpt -m "How to Scan a website for subdomains using tools"
     kaligpt -l "Help me find XXS on a target.com"
     kaligpt -c
     kaligpt -cw

 NOTE:  do not pass prompt with -cw

Switching AI Backends

You can choose between:

Changing Default Browser for KaliGPT web

To switch from Chromium to another browser, follow these steps:

Planned Improvements

License

This project is licensed under MIT License. See License for more details

Acknowledgement

Inspired by My Own Intution to make it 😎😊

For more info, Visit: KaliGPT GitHub Repo

Further Documentations to Explore
OpenPuff & Wine 32-bit Auto Installer Bash Script 2025 🐧 + HashStorm: A tool Identify & Crack hashes + ISC2 CC Practice Quiz: Practice & analyze your knowledge to navigate for CC exam +
Go to top