Releases: iEsclyDev/InstaReport
Releases · iEsclyDev/InstaReport
Release list
v9.0.0
What's New in v9.0.0
- 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
- New desktop UI - Tauri 2 + React 19 shell with a Python sidecar engine
- Self-contained Windows installer - Playwright Chromium + headless shell bundled, no Python or browser install needed (~228 MB)
- Self-signed code signing - signature (CN=InstaReport); SmartScreen may still warn
- Linux support - .deb package and portable AppImage, Playwright Chromium bundled, no Python required
Downloads (GitLab)
- Windows (x86_64) -
InstaReport-installer-Windows-x86_64.exe(~228 MB): GitLab release page | Direct download - Linux (.deb) -
InstaReport-Linux-x86_64.deb(~348 MB, Debian/Ubuntu): Direct download - Linux (AppImage) -
InstaReport-Linux-x86_64.AppImage(~376 MB, portable): Direct download
Install instructions: README
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)
Downloads
- InstaReport-Windows-x86_64.exe - standalone Windows binary (~56 MB, no Python required) - Download from GitLab
- InstaReport-Linux-x86_64.bin - standalone Linux binary (~59 MB, no Python required) - Download from GitLab