Disclaimer: This project is for educational and research purposes only. Use responsibly and in compliance with applicable laws and terms of service.
Get a private AI running on your laptop in 15 minutes. No cloud. No subscriptions. No coding.
Your own AI assistant that runs 100% on your hardware. Nothing you say leaves your machine. Nothing trains someone else's model. Built by a plumber who proved you don't need a CS degree to run AI.
Google charges $20/month for Gemini. OpenAI charges $20/month for ChatGPT Plus. Microsoft charges $30/user/month for Copilot. They all read your data, train on your conversations, and can shut you off anytime.
This runs on your laptop for free. Forever. No permission needed.
- A local AI server running on
localhost:1234 - Any open-source model (Qwen, Llama, Mistral, etc.)
- OpenAI-compatible API (works with any client)
- Health monitoring and connection testing
- Zero data leaves your machine
git clone https://github.com/Zombie760/private-ai-quickstart.git
cd private-ai-quickstart
pip install -r requirements.txt
cp .env.example .env
python3 src/server.pyOnce your AI is running:
Your data. Your machine. Your rules.