Skip to content

KatchDaVizion/SuperBrain_AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿง  SuperBrain AI โ€“ Offline, Ethical, Research-Driven AI Platform (V1.2)

A modular AI research platform combining popular cloud models with offline uncensored LLMs โ€” encrypted, portable, and built for privacy-first users.


๐Ÿš€ What Is SuperBrain AI?

SuperBrain AI is a local-first, privacy-respecting AI platform built for advanced research, investigation, and offline intelligence. You can run:

โœ… API-powered agents like GPT-4, Claude, Gemini, Groq, and Venice
โœ… Local LLMs like TinyLLaMA, LLaMA2, Mistral, Phi via Ollama
โœ… Dark web scrapers, document ingestion, face recognition, and more (Pro only)

Everything runs fully offline โ€” and every answer is logged, learned, and improved over time through an encrypted memory system.


๐Ÿ“ฅ Download SuperBrain AI

โœ… Option 1: Download ZIP (No Setup Needed)

Download ZIP

  1. Click the button above โ˜๏ธ
  2. Unzip the folder on your computer
  3. Open it and follow the instructions in README.md to get started

๐Ÿง‘โ€๐Ÿ’ป Option 2: Clone Using Git (For Devs)

๐Ÿง  Tip: Make sure you have Git installed

git clone https://github.com/KatchDaVizion/SuperBrain_AI.git
cd SuperBrain_AI
bash launch_ai_portable.sh

๐Ÿ”ง Don't Have Git Yet?

Install Git with one of the commands below:

๐Ÿง For Debian/Kali/Ubuntu:

sudo apt update
sudo apt install git -y

๐Ÿ For macOS (Homebrew required):

brew install git

๐ŸชŸ For Windows:

  1. Download Git from: https://git-scm.com/downloads
  2. Install and open Git Bash

โšก Install with One Line (Quick Setup)

git clone https://github.com/KatchDaVizion/SuperBrain_AI.git && cd SuperBrain_AI && bash launch_ai_portable.sh

๐Ÿ” Why Use Uncensored Local Models?

Online AI tools are often:

  • Filtered or politically limited
  • Rate-limited or API-bound
  • Logged and monitored by third parties

With SuperBrain, you:

  • Own your data and tools
  • Can run uncensored models like TinyLLaMA or Mistral for raw knowledge access
  • Perform deeper research without censorship
  • Are free to build intelligence with full autonomy

SuperBrain is designed for ethical research only. Misuse contradicts its mission.


๐Ÿ” Multi-AI Query Assistant (Research Mode)

SuperBrain includes a unique multi-model querying script:

python3 multi_ai_query.py

๐Ÿง  Ask one question โ†’ Get responses from GPT-4, Claude, Gemini, Groq, and Venice side-by-side.

Benefits:

  • ๐Ÿ” Instantly compare model reasoning styles
  • ๐Ÿง  Save all results to memory (RAG-enhanced)
  • ๐Ÿ”’ API keys are encrypted and reused automatically
  • ๐Ÿ“Š Tabulated output powered by tabulate

โœ… Core Features

  • ๐Ÿ”Œ Multi-AI Hub โ€“ GPT-4, Claude, Gemini, Groq, Venice (API) + Local LLMs (Ollama)
  • ๐Ÿง  Memory System + RAG Recall โ€“ Past answers stored and reused semantically
  • ๐Ÿ•ต๏ธ Dark Web Scraper โ€“ Tor-powered .onion access (Pro)
  • ๐Ÿ“š PDF/Document Ingestion โ€“ Feed reports or notes into memory (Pro)
  • ๐Ÿง‘โ€๐Ÿ’ป Facial Recognition Agent โ€“ Match images offline (Pro)
  • ๐Ÿ” Encrypted Memory Mode โ€“ AES passphrase protection (Pro)
  • ๐Ÿงน Plugin Loader โ€“ Drop in your own Python tools
  • ๐Ÿ“€ USB Portable Launcher โ€“ Run from a flash drive or SSD
  • โ†ป Versioned, Auto-Updating Architecture

๐Ÿ“‚ LLM Model Downloads & RAM Estimates

You can download any model from ollama.com directly inside SuperBrain:

/download phi3
/model 2  # switch model
Model Name Minimum RAM Required
TinyLLaMA 1.7 GB
Phi-3 3 GB
LLaMA2 7B 6โ€“8 GB
Mistral 10โ€“12 GB
Mixtral 8x7B 24+ GB

โš ๏ธ Always check available memory before switching models. SuperBrain dynamically adjusts based on system RAM.


๐Ÿ” Secure Assistant Setup

All assistants (OpenAI, Claude, Gemini, Groq, Venice) use encrypted API key storage:

  • ๐Ÿ” Keys saved to ~/.openai_api.enc, etc.

  • ๐Ÿ” Reused securely without plaintext

  • ๐Ÿงน Delete all keys with:

    python3 clear_keys.py

๐Ÿ’ป Installation

๐Ÿง Linux / WSL / Kali / Ubuntu:

chmod +x launch_ai_portable.sh
./launch_ai_portable.sh

๐Ÿ macOS:

chmod +x launch_macOS.sh
./launch_macOS.sh

๐Ÿง  How the AI Learns Over Time

Every assistant (local or API) stores results with:

  • โฑ Timestamp
  • ๐Ÿ“ Source
  • ๐Ÿ” Embedded content for future recall (RAG)

The more you use SuperBrain, the smarter it gets.


๐Ÿ›ก๏ธ Ethics Statement

SuperBrain provides uncensored tools. That makes your ethical responsibility vital.

This platform:

  • โœ… Promotes research, privacy, open exploration
  • โŒ Prohibits illegal, unethical, or abusive use
  • ๐Ÿ›ก Defends the right to study and investigate safely

Use it wisely. Empower, don't exploit.


๐Ÿ‘ฎ Author & License

SuperBrain AI Platform Created by David Louis-Charles (KatchDaVizion) ยฉ 2025 โ€” MIT License

Embedded Signature:

__author_id__ = "KatchDaVizion_2025_DLC_SIG"
def check_license():
    return "David Louis-Charles" in __author_id__

Includes models from ageitgey/face_recognition_models (MIT).


๐Ÿ“ฆ Distribution


๐Ÿ™Œ Community & Support

  • ๐Ÿ›  Issues welcome
  • ๐Ÿค Contributions encouraged
  • ๐Ÿ’ฌ Feedback always appreciated

Built for ethical intelligence by David Louis-Charles.

#OfflineAI #UncensoredLLM #CyberSecurity #OSINT #PrivacyTech #SuperBrainAI #RAG #DarkWebResearch #AI4Good #VeniceAI #PortableAI

โš ๏ธ Note: SuperBrain AI is pinned to compatible LangChain versions to avoid known dependency conflicts.

About

Offline, Modular AI Intelligence Platform for OSINT and Research

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors