πΈ 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)
- Download the latest
.rvpbundle from Releases. - Download ReVanced CLI.
- Obtain the recommended Instagram APK (v443 or v443).
- 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
- Sign and install
instagram-patched.apkon 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.