Skip to content

Zombie760/private-ai-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disclaimer: This project is for educational and research purposes only. Use responsibly and in compliance with applicable laws and terms of service.

Private AI Quick Start

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.

Why This Exists

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.

What You Get

  • 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

Quick Start

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.py

Requirements

Next Steps

Once your AI is running:

Links


Your data. Your machine. Your rules.

About

Run your own private AI on any laptop. No cloud. No surveillance. Built by a plumber.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages