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.
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.
| Feature | Original | This 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-Platform | Partial | β Windows + Linux |
| Autonomous Tool Calling | β | β Model decides which tools to use |
# First time: install engine + models
Windows\install.bat
# Every time: launch the agent
Windows\start-agent.bat# First time: install engine + models
bash Linux/install.sh
# Every time: launch the agent
bash Linux/start-agent.shThe agent has 13 tools it can use autonomously:
| Category | Tool | Description |
|---|---|---|
| π Search | web_search |
Search the web (DuckDuckGo Lite) |
| π Search | deep_search |
Multi-source research (search β fetch β synthesize) |
| π Search | web_get |
Download and extract any webpage |
| π΅οΈ OSINT | osint_email |
Check where an email is registered (121+ sites) |
| π΅οΈ OSINT | osint_username |
Find a username across 600+ platforms |
| π΅οΈ OSINT | osint_social |
Search 15 social platforms simultaneously |
| π Files | read_file |
Read any file on the system |
| π Files | write_file |
Create or overwrite files |
| π Files | list_files |
List directory contents |
| β‘ Exec | run_command |
Execute shell commands |
| π Exec | run_python |
Execute Python code |
| π§ Memory | remember |
Save information persistently |
| π§ Memory | recall |
Retrieve saved information |
Pre-configured for 5 uncensored GGUF models (~25GB total):
- Gemma 2 2B Abliterated (~1.7 GB) β Blazing fast, recommended for all
- Gemma 4 E4B Ultra Uncensored (~5.3 GB) β Maximum compliance
- Qwen 3.5 9B Uncensored (~5.6 GB) β Best for agent/tool calling
- NemoMix Unleashed 12B (~7.5 GB) β Heavyweight reasoning
- Dolphin 2.9 Llama 3 8B (~4.9 GB) β Classic uncensored
Models are downloaded once and work on any OS without re-downloading.
- 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)
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
- 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
This repo also includes standalone Android applications built with Capacitor + React:
| App | File | Description |
|---|---|---|
| πΈ Blu | android-apks/Blu-v1.0.apk |
AI talking friend β your personal AI companion |
| π€ ZENO | android-apks/ZENO-v1.3-fix.apk |
AI friend v1.3 β improved AI companion with fixes |
android-apks/AI-Flight-Search.apk |
AI-powered flight search app |
All apps are Capacitor-based (React + TypeScript) and can be side-loaded on any Android device.
Built on top of USB-Uncensored-LLM by Tech Jarves.
OSINT tools: Holehe, Maigret, Agent Reach.
| Project | Description |
|---|---|
| π‘οΈ Pusu AdBlocker | Chrome MV3 ad blocker β 35,000+ rules, zero tracking |
| π AI-Flight-Search | AI-powered flight search engine |
| π‘ ZENO | AI project β details coming soon |
MIT β same as the original project.