Releases: iEsclyLabs/instaReport
Releases · iEsclyLabs/instaReport
Release list
InstaReport 9.0.1
InstaReport 9.0.1
Windows x86_64 installer - fully self-contained (engine + Playwright Chromium bundled, no Python/browser install needed).
macOS Apple Silicon - lightweight Tauri 2 app (uses system WebKit, no bundled browser).
What's new
- Profile Scanner (Lookup tab) is now fully functional: scans Instagram/TikTok profiles and returns display name, bio, verified/private status, posts, followers, following, and join date
- Fixed a browser context error (Accept_language TypeError) that broke profile scanning, engagement, and other lookup tools whenever TLS Fingerprinting was enabled
- Linux build now bundles the Chromium version matching the engine (chromium-1134)
- macOS build (Apple Silicon, unsigned, requires macOS 11+) - web-based features only, no local browser automation yet
Download Links
- Windows Installer: InstaReport-installer-Windows-x86_64.exe (~239 MB)
- Linux .deb: InstaReport-Linux-x86_64.deb (~240 MB)
- Linux AppImage: InstaReport-Linux-x86_64.AppImage (~289 MB)
- macOS DMG (Apple Silicon): InstaReport_9.0.1_aarch64.dmg (~3 MB, macOS 11+ Apple Silicon)
SHA-256
- Windows installer:
EA05365F3AF3D59F53622CF3E6BCD46520EA5AA765327ECADA389051FDBF15EA - Linux deb:
AAE04F7F1C1481D843D14006E39DD77B4DD4A95E4B882ED2C7FED9C719E944AE - Linux AppImage:
ECFECF575EEFBFDD2723FABF6CC9CE3BF0ADE76EDDDFA02D64930EFBC4282013 - macOS DMG:
4C773F4767FB6206E04326AB5F6B2C342630A4ED7BC53D003E2EACA976BC9E00
Note: Binaries hosted on GitLab. No files attached to this release.
InstaReport 9.0.0
InstaReport 9.0.0
Windows x86_64 installer - fully self-contained (engine + Playwright Chromium bundled, no Python/browser install needed).
What's new
- All 12 previously-stubbed tools fully implemented: VIP Bypass, API Hookpoint, Identity Swap, Flag Override, Account Restore, Dark Pattern, Network Spoof, Behavior Mimic, Header Forge, Canvas Spoof, WebRTC Block, TLS Fingerprint
- Playwright Chromium + headless shell bundled inside the installer (no per-user browser install required)
- New desktop UI: Tauri 2 + React 19 shell with a Python sidecar engine
- Self-signed code signing (CN=InstaReport); SmartScreen may still warn
Download Links
- Windows Installer: InstaReport-installer-Windows-x86_64.exe (~228 MB)
- Linux .deb: InstaReport-Linux-x86_64.deb
- Linux AppImage: InstaReport-Linux-x86_64.AppImage
SHA-256
- Windows installer:
29a8b8968258ba6de93258dfe25b5d794cb6a3da6261d8a614a958d119df9852
Note: Binaries hosted on GitLab. No files attached to this release.
v8.7.5
What's New in v8.7.5
Improvements
- Linux notify-send guard - desktop notifications now check
shutil.which("notify-send")first and skip gracefully on minimal distros instead of failing silently - Portable shebang -
main.pyuses#!/usr/bin/env python3, so./main.pyworks on any Linux box regardless of Python install path - Dockerfile - added
libnotify-binfor notification support inside containers - Distribution sync - desktop build brought to full parity with the v8.7.5 distribution tree (REST API server, split dialogs, cross-platform fonts)
Download Links
- Windows: InstaReport-Windows-x86_64.exe (standalone Windows binary ~56 MB, no Python required)
- Linux: InstaReport-Linux-x86_64.bin (standalone Linux binary ~59 MB, no Python required)
Note: Binaries hosted on GitLab. No files attached to this release.
v8.7.0
What's New in v8.7.0
New Features
- Randomized Delays --
min_delay/max_delayconfig options to vary time between actions (avoids pattern detection) - Exponential Backoff -- automatic retry with doubling wait times on failure
- Health Pre-Check -- verifies browser, network, and API status before starting a campaign
- Bulk Import -- load multiple targets from a text file (one per line)
- Auto-Update -- checks for newer releases on startup and downloads automatically
- Campaign Resume -- interrupted campaigns can be resumed from where they left off
Bot-Exclusive Features
- Ban/unban payment system with countdown animation and admin approval
- Per-user proxy management (text-based input, no file paths)
- Campaign resume via /resume command
- Balance tracking & refund system (/balance, /refund)
Download Links
- Windows: InstaReport-Windows-x86-64.exe (Nuitka onefile binary)
- Linux: InstaReport-Linux-x86-64.bin (Nuitka onefile binary)
Fixes
- Version sync:
__init__.pyandconstants.pynow report the same version number - API base URL updated to
iescly.duckdns.org - Improved error handling and logging
Note: Binaries hosted on GitLab. No files attached to this release.