Bypass Algorithms. Extract Raw Data. Zero Logs.
OffGrid is not just a downloader; it's a privacy-first extraction tunnel. It bypasses Instagram's algorithm tracking and CDN restrictions to deliver raw, uncompressed media directly to your local drive.
Designed for archivists, designers, and developers who demand the highest fidelity without compromising privacy.
| Feature | Description |
|---|---|
| 🔐 Privacy First | No database. No history tracking. No third-party API keys. |
| ⚡ Dual-Engine Core | Hybrid yt-dlp + Instaloader system ensures 99.9% success rate. |
| 🛡️ Secure Tunneling | Local proxy streaming bypasses CORS & "Hotlink" protection. |
| 🎛️ Cyber Interface | Brutalist UI with real-time feedback and technical aesthetics. |
The system operates on a decoupled Client-Server model to ensure modularity and resilience.
graph LR
A[Client Browser] <-->|Next.js Interface| B(OffGrid Frontend)
B <-->|JSON/Stream| C{FastAPI Core}
C -->|Engine A| D[yt-dlp]
C -->|Engine B| E[Instaloader]
D & E -->|Request| F((Instagram CDN))
F -->|Raw Binary| C
C -->|Proxy Stream| A
Written in Python (FastAPI). It acts as the brain, intelligently switching between extraction engines based on the content type (Reels vs Images) and network conditions.
Built with Next.js 16, Tailwind, and Framer Motion. It provides a "hacker-console" experience, featuring real-time terminal logs, scanline effects, and zero-dependency hydration.
Initialize the protocol in two separate terminal instances.
cd backend
# Create virtual environment (Recommended)
python -m venv venv
# Windows: .\venv\Scripts\activate | Mac/Linux: source venv/bin/activate
# Install dependencies
pip install -U yt-dlp instaloader fastapi uvicorn requests
# Launch Server
python server.pyCore status: Listening on Port 8000
# Install Node dependencies
pnpm install
# Deploy visual layer
pnpm dev
_Access console at:
http://localhost:3000_
| Layer | Technology | Role |
|---|---|---|
| Frontend | SSR & UI Rendering | |
| Styling | Cyber-Industrial Design System | |
| Server | Asynchronous Logic & Proxy | |
| Extraction | Core Scripting & Automation |
OffGrid is an educational project intended for personal archiving and research.
- Do not use this tool for copyright infringement.
- Respect the privacy of content creators.
- The developer (EdvinCodes) is not responsible for misuse.
OFFGRID SYSTEMS © 2026
