← Discover MCPs and Agents
U
AgentAI & MLGitHub

USB-AI-Agent

🔌 Portable uncensored AI agent that runs from USB/SSD. 13 autonomous tools (deep search, OSINT, code execution), persistent memory, 5 GGUF models, zero install, zero traces. Cross-platform (Windows + Linux).

Links

README

From the repo.

USB AI Agent — Portable Uncensored AI + Autonomous Agent

Plug in. Run one script. Get a fully autonomous AI agent with 13 tools, deep search, OSINT, and persistent memory — all from a portable USB/SSD. Zero install, zero traces.

🔥 What Makes This Different

The original USB-Uncensored-LLM (now archived) was a great portable chat. This takes it further — it's not just a chat, it's an agent that can actually DO things.

FeatureOriginalThis Project
Chat✅✅
Web Search❌ (broken)✅ DuckDuckGo Lite
Deep Search (multi-source)❌✅ Fetches + reads + synthesizes
OSINT (email lookup)❌✅ Holehe (121+ sites)
OSINT (username search)❌✅ Maigret (600+ platforms)
OSINT (social search)❌✅ Agent Reach (15 platforms)
File Operations❌✅ Read/Write/List
Code Execution❌✅ Python + Shell
Persistent Memory❌✅ Auto-saves to USB
Cross-PlatformPartial✅ Windows + Linux
Autonomous Tool Calling❌✅ Model decides which tools to use

🚀 Quick Start

Windows

# First time: install engine + models
Windows\install.bat

# Every time: launch the agent
Windows\start-agent.bat

Linux (including Tails)

# First time: install engine + models
bash Linux/install.sh

# Every time: launch the agent
bash Linux/start-agent.sh

🛠️ Available Tools

The agent has 13 tools it can use autonomously:

CategoryToolDescription
🔍 Searchweb_searchSearch the web (DuckDuckGo Lite)
🔍 Searchdeep_searchMulti-source research (search → fetch → synthesize)
🔍 Searchweb_getDownload and extract any webpage
🕵️ OSINTosint_emailCheck where an email is registered (121+ sites)
🕵️ OSINTosint_usernameFind a username across 600+ platforms
🕵️ OSINTosint_socialSearch 15 social platforms simultaneously
📁 Filesread_fileRead any file on the system
📁 Fileswrite_fileCreate or overwrite files
📁 Fileslist_filesList directory contents
⚡ Execrun_commandExecute shell commands
🐍 Execrun_pythonExecute Python code
🧠 MemoryrememberSave information persistently
🧠 MemoryrecallRetrieve saved information

🧠 Models Included

Pre-configured for 5 uncensored GGUF models (~25GB total):

  1. Gemma 2 2B Abliterated (~1.7 GB) — Blazing fast, recommended for all
  2. Gemma 4 E4B Ultra Uncensored (~5.3 GB) — Maximum compliance
  3. Qwen 3.5 9B Uncensored (~5.6 GB) — Best for agent/tool calling
  4. NemoMix Unleashed 12B (~7.5 GB) — Heavyweight reasoning
  5. Dolphin 2.9 Llama 3 8B (~4.9 GB) — Classic uncensored

Models are downloaded once and work on any OS without re-downloading.

💻 Requirements

  • USB 3.0 drive or SSD with 30+ GB free
  • Host PC: 8 GB RAM minimum (16 GB recommended for 9B/12B models)
  • Linux: python3 (built-in on most distros)
  • Windows: nothing (auto-downloads portable Python on first run)

📂 Architecture

USB-AI-Agent/
├── Windows/
│   ├── install.bat          # Downloads Ollama + models
│   ├── start-agent.bat      # 🆕 Launches the autonomous agent
│   └── start-fast-chat.bat  # Original web chat UI
├── Linux/
│   ├── install.sh           # Downloads Ollama Linux + models
│   ├── start-agent.sh       # 🆕 Launches the agent
│   └── start.sh             # Original web chat
├── Shared/
│   ├── agent.py             # 🆕 The autonomous agent (13 tools)
│   ├── chat_server.py       # Web chat server
│   ├── python/              # Auto-downloaded portable Python
│   ├── bin/                 # Portable Ollama engine
│   └── models/              # GGUF model files
└── .gitignore

🔒 Privacy

  • Everything runs fully offline after initial download
  • Zero data leaves your machine (except web searches when online)
  • No accounts, no telemetry, no tracking
  • Chat history saves only to your USB drive
  • Works on Tails and other privacy-focused Linux distros

📱 Android Apps

This repo also includes standalone Android applications built with Capacitor + React:

AppFileDescription
🛸 Bluandroid-apks/Blu-v1.0.apkAI talking friend — your personal AI companion
🤖 ZENOandroid-apks/ZENO-v1.3-fix.apkAI friend v1.3 — improved AI companion with fixes
✈️ AI Flight Searchandroid-apks/AI-Flight-Search.apkAI-powered flight search app

All apps are Capacitor-based (React + TypeScript) and can be side-loaded on any Android device.

🙏 Credits

Built on top of USB-Uncensored-LLM by Tech Jarves.

OSINT tools: Holehe, Maigret, Agent Reach.

🔗 More from Pusu

ProjectDescription
🛡️ Pusu AdBlockerChrome MV3 ad blocker — 35,000+ rules, zero tracking
🌐 AI-Flight-SearchAI-powered flight search engine
💡 ZENOAI project — details coming soon

⚖️ License

MIT — same as the original project.

Collected info

  • ★ 8 stars
  • ⎇ 1 forks
  • Language: Python
  • Source updated: 9/24/2026