Understand the USB-Uncensored-LLM Folder Architecture
mainThe project uses a Shared volume system to allow cross-platform interoperability. This allows you to download large AI models once and use them across Windows, macOS, Linux, and Android without duplication.
[Portable USB Drive]
├── 📁 Android # Native Android (Termux) installers & launchers
├── 📁 Linux # Native Ubuntu/Debian offline installers & launchers
├── 📁 Mac # Native macOS offline installers & launchers
├── 📁 Windows # Native Windows offline automatic UI menus
└── 📁 Shared # Unified Data System
├── 📁 bin (Holds isolated executables: ollama-windows.exe, ollama-darwin...)
├── 📁 chat_data (Houses cross-platform persistent conversation history)
├── 📁 models (HuggingFace GGUF Weights & local database mapping)
└── 📁 python (Isolated portable python environment)