techjarves/USB-Uncensored-LLM — reverse-engineered prompt
Reverse engineered prompt
Build me a portable local AI chat setup that can run from a USB drive or local folder with no normal installation needed. I want it to work on Windows, Mac, Linux, and Android through Termux, with simple install and start scripts for each one.
The goal is that a regular person can plug in the drive, run the right script, download or add a local GGUF model once into a shared models folder, then open a dark browser chat interface and talk to the model completely offline. Keep chat history saved on the drive so it follows the user between computers.
Please include a simple model download flow, especially for Windows, and make it possible to add custom Hugging Face GGUF files manually. The app should start a local web server, open the browser automatically when possible, and show a LAN address so a phone on the same WiFi can use the chat too.
Use portable binaries and a shared folder layout so big models are not duplicated. Look up current docs online if you need to.
Want more depth? Deep Reverse