Skip to content

v1.0.0 - Initial Open-Source Release

Choose a tag to compare

@gitnasr gitnasr released this 01 Sep 16:32
· 34 commits to master since this release

📸 Instagram Saved Posts Tracker v1.0.0

The initial official open-source release of Instagram Saved Posts Tracker! A modern, self-hosted web application to archive, monitor, and explore your Instagram saved posts with timeline history and multi-profile support.


✨ Highlights & Features

  • 1-Command Quick Install: Turnkey installation scripts for Linux/macOS (install.sh) and Windows (install.ps1).
  • 🐳 Turnkey Docker Compose: Pre-configured MongoDB 7.0 single-node replica set with zero-configuration transactions.
  • 🟣 1-Click PaaS Support: Dedicated compose templates and step-by-step guides for Dokploy and Coolify.
  • 🧙‍♂️ Interactive Onboarding Wizard: Guided 4-step first-run setup with live Instagram cookie verification and avatar preview.
  • 👥 Multi-Profile Isolation: Independent Instagram sessions, cookies, bookmarks, and histories.
  • 📈 Account Timelines: Automatic tracking of username changes, privacy status changes, lost/banned accounts, and verification changes.
  • 🛡️ Resumable Scraper: Rate-limit handling, exponential backoff with jitter, and checkpointed resume support.
  • ☁️ Permanent CDN Mirroring: Optional Cloudinary sync to prevent broken images from expired Instagram CDN URLs.
  • 🔒 Reverse Proxy & SSO: Native header authentication for Authentik, Authelia, and Traefik ForwardAuth with read-only viewer mode.

📦 Quick Start

# Linux / macOS
curl -fsSL https://raw.githubusercontent.com/gitnasr/Instagram-Saved-Posts/master/install.sh | bash

# Windows PowerShell
irm https://raw.githubusercontent.com/gitnasr/Instagram-Saved-Posts/master/install.ps1 | iex

New Contributors

Full Changelog: https://github.com/gitnasr/Instagram-Saved-Posts/commits/v1.0.0