Releases: benedictusrey/IG-Now
Release list
IG-Now v2.0.0
🟣 IG-Now — v2.0.0
Instagram, elevated. A lightweight Rust + Tauri v2 desktop client — same official Instagram, now with real OS superpowers. ~7 MB binary, no Electron.
✨ What's new in v2.0.0
- 🪟 Close-to-tray — the ✕ button hides the window to the tray and pauses media instantly; one tray click brings it back.
- 🔇 Guaranteed pause on minimize — page pause + Windows OS-level audio-session mute + a Rust watchdog: reel audio never plays in the background. Restore resumes at 50% volume, following Instagram's own on-screen autoplay rules.
- 🖱️ Smart Show / Hide tray toggle — restores whenever minimized/hidden/unfocused, hides (pausing first) only when visible and focused.
- 🚀 Launch on Startup — starts hidden to the tray, never popping a window over your work.
- 🎨 Seamless About overlay — Instagram-branded in-app card, version and author link, no window hop.
- ⚔️ Full comparison vs Instagram Web in the README.
📦 Downloads
| Platform | File |
|---|---|
| Windows 10 / 11 | IG-Now_*_x64-setup.exe or IG-Now_*_x64_en-US.msi |
| macOS (Apple Silicon) | IG-Now_*_aarch64.dmg |
| macOS (Intel) | IG-Now_*_x64.dmg |
| Linux (AppImage) | IG-Now_*_amd64.AppImage |
| Linux (Debian/Ubuntu) | IG-Now_*_amd64.deb |
| Linux (RPM) | IG-Now_*_x86_64.rpm |
🚀 Getting started
Windows: install Edge WebView2 if not already present (preinstalled on Windows 11), then run the installer.
macOS: on first launch, right-click the app → Open to allow an unsigned build, then confirm in System Settings → Privacy & Security.
Linux: the AppImage is self-contained —
chmod +x IG-Now_*_amd64.AppImage && ./IG-Now_*_amd64.AppImage. For.deb/.rpm, installlibwebkit2gtk-4.1first (sudo apt install libwebkit2gtk-4.1-dev); tray support on GNOME needs an appindicator extension.
✨ Highlights
- 🖥️ Native window + system tray with feed shortcuts (Home, Explore, Reels, DMs, Notifications, Profile)
- 💾 Right-click images → save to
Downloads\IG-Now; right-click videos → Cobalt hand-off with the post link pre-copied - ⌨️
←/→seek,↑/↓between Reels,Escto leave, Ctrl+click image zoom viewer (10%–400%) - 📌 Always-on-top · 🔍 Search hover-previews with draggable seek line · 🔎 Zoom controls
- 🔐 Signed-in session stays local — no analytics, no account database
Authored and maintained with ❤️ by @benedictusrey
IG-Now v1.0.0
What's new in v1.0.0
See the assets below to download and install IG-Now for your platform.
Platform installers
| Platform | File |
|---|---|
| Windows 10 / 11 | IG-Now_*_x64-setup.exe or IG-Now_*_x64_en-US.msi |
| macOS (Apple Silicon) | IG-Now_*_aarch64.dmg |
| macOS (Intel) | IG-Now_*_x64.dmg |
| Linux (AppImage) | IG-Now_*_amd64.AppImage |
| Linux (Debian/Ubuntu) | IG-Now_*_amd64.deb |
| Linux (RPM) | IG-Now_*_x86_64.rpm |
Windows users: Install Edge WebView2 before running the app if it is not already present.
macOS users: On first launch, right-click the app → Open to allow an unsigned build.
Linux users: The AppImage is self-contained. For
.deb/.rpmpackages,libwebkit2gtk-4.1must be available on your system.