Skip to content

they-call-me-sam-99/Drana-Infinity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧠 Drana-Infinity

Drana-Infinity is a locally hosted advanced AI assistant designed and developed by IHA089.
It’s built specifically for cybersecurity, ethical hacking, and bug bounty research — empowering researchers to analyze, automate, and understand real-world vulnerabilities.


🌐 Overview

Drana-Infinity runs entirely offline and integrates directly with Ollama using a custom locally hosted AI model — IHA089/drana-infinity-v1.
It allows you to chat, execute commands, upload files, and organize research — all within a secure, private environment.


⚙️ System Requirements

To ensure smooth performance when running Drana-Infinity and your local AI model, your system should meet the following:

Category Minimum Recommended
CPU 8-core processor 12-core or higher
RAM 16 GB 32 GB or higher
GPU (optional) NVIDIA GPU with ≥ 8 GB VRAM RTX 3060 Ti / 4070 or higher
Storage 15 GB free SSD with 30 GB+ free
OS Linux Kali Linux
Python 3.10+ Latest 3.x stable version

💡 Works on CPU-only systems (slower responses). GPU recommended for real-time AI streaming.


🧩 Complete Setup Guide

Follow these steps carefully 👇


1️⃣ Clone or Prepare the Project Folder

git clone https://github.com/IHA089/drana-infinity.git
cd drana-infinity

2️⃣ Create a Virtual Environment

python3 -m venv venv

# Activate the environment
source venv/bin/activate

3️⃣ Install All Dependencies

pip install -r requirements.txt

4️⃣ Install Ollama

Download and install Ollama from the official website:

ollama

5️⃣ Pull the Custom Model

ollama run IHA089/drana-infinity-v1

Verify that it’s available:

ollama list

6️⃣ Start the Ollama Backend

ollama serve

7️⃣ Run Drana-Infinity Server

python3 drana_infinity.py
image
image
image

About

Drana-Infinity is a locally hosted advanced AI assistant designed and developed by IHA089. It’s built specifically for cybersecurity, ethical hacking, and bug bounty research — empowering researchers to analyze, automate, and understand real-world vulnerabilities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 45.8%
  • Python 28.3%
  • CSS 15.4%
  • HTML 10.5%