πŸ“Έ Instagram ReVanced Patches

August 24, 2026 Β· View on GitHub

Dedicated, lightweight, and up-to-date ReVanced patches specifically tailored for Instagram.

Tested & compatible with Instagram v443.x and v443.x (Android 9.0+, ARM64 & x86_64).


πŸ“± Quick Setup (ReVanced Manager)

Add this custom source URL in ReVanced Manager > Settings > Sources > +:

https://bluecxt.github.io/instagram-revanced-patches/patches.json

✨ Features & Included Patches

  • 🚫 Hide Ads (Hide ads) : Complete ad-blocker eliminating sponsored items from the Main Feed, Reels, and Stories without startup or runtime crashes.
  • πŸ’Ύ Download Media (Download media) : Adds a dedicated "Download" button to the post and Reels "..." overflow menu to save media directly.
  • πŸ”’ Disable Swipe Navigation (Disable swipe navigation) : Prevents accidental horizontal swiping between feed, camera, and DMs.
  • πŸ” Hide Explore Feed (Hide explore feed) : Hides algorithmic explore grid/reels in the search tab.
  • 🧭 Hide Navigation Buttons (Hide navigation buttons) : Allows customizing and hiding navigation bar tabs (e.g. Reels or Create buttons).
  • 🧹 Hide Suggested Content (Hide suggested content) : Removes suggested posts, suggested reels, and suggested threads from your home feed.
  • 🚫 Disable Analytics (Disable analytics) : Blocks periodic tracking and telemetry requests.
  • ⏳ Remove Build Expired Popup (Remove build expired popup) : Disables the lockout dialog when running older or alpha builds.
  • πŸ”— Sanitize Sharing Links (Sanitize sharing links) : Strips tracking query parameters (igsh, etc.) from shared URLs.
  • πŸ‘οΈ Anonymous Story Viewing (Anonymous story viewing) : View stories without notifying the poster or appearing in viewer lists.
  • ⏸️ Disable Story Auto-Flipping (Disable story auto flipping) : Keeps stories on screen until you manually advance.
  • 🎨 Location Sticker Redesign (Enable location sticker redesign) : Unlocks full redesigned style set for location stickers.
  • πŸ› οΈ Enable Developer Menu (Enable developer menu) : Exposes internal developer options in settings.
  • πŸ“Έ Remove Screenshot Restriction (Remove screenshot restriction) : Allows taking screenshots/screen recordings anywhere in the app, including disappearing media and Vanish Mode.
  • πŸ”• Prevent Screenshot Detection (Prevent screenshot detection) : Prevents Instagram from detecting when a screenshot is taken and stops sending notifications to the sender.

πŸ’» Using ReVanced CLI (Command Line)

  1. Download the latest .rvp bundle from Releases.
  2. Download ReVanced CLI.
  3. Obtain the recommended Instagram APK (v443 or v443).
  4. Run the patcher:
java -jar revanced-cli.jar patch \
  -p patches-*.rvp \
  -o instagram-patched.apk \
  --exclusive -e "Hide ads" -e "Download media" \
  instagram.apk
  1. Sign and install instagram-patched.apk on your device!

πŸ› οΈ Building from Source

Prerequisites

  • JDK 17
  • Android SDK (build-tools)

Build the .rvp Patch Bundle

./gradlew :patches:buildAndroid

The compiled bundle with Dalvik bytecode will be output to:

patches/build/libs/patches-<version>.rvp

πŸ“œ License

GPL-3.0 License. Based on the open-source ReVanced Patches project.