Skip to content

PurrfectSnap: Enhance your Snapchat Experience!

License

GPL-3.0, Apache-2.0 licenses found

Licenses found

GPL-3.0
LICENSE
Apache-2.0
LICENSE_google-aosp
Notifications You must be signed in to change notification settings

particle-box/PurrfectSnap

Repository files navigation

PurrfectSnap

PurrfectSnap

An Xposed module meant to redefine your Snapchat experience! Works on both non-rooted and rooted devices!


Release Downloads License

InstallationFeaturesBuildCommunity



Overview

PurrfectSnap is built on the foundation of SnapEnhance, pushing boundaries with innovative features and a refined user experience. This isn't just another fork; it's a complete reimagining of what's possible.

We're committed to active development, bringing you powerful tools that actually matter. Every feature is designed with real users in mind, not just for the sake of adding to a feature list.


Philosophy

This project exists because we believe in continuous innovation. We're grateful to the original SnapEnhance team for their groundbreaking work, and we're building on that legacy by exploring new possibilities and listening to what the community actually wants.

No aggressive donation requests. No minimal changes disguised as “major updates.” Just genuine development driven by a passion for creating something exceptional.


Features

PurrfectSnap offers deep control across media, privacy, automation, and UI:designed for both casual users and power users.

Media Downloader

Advanced media management with extensive customization options for downloading and organizing content.

Core Capabilities

  • Custom save locations and path formatting
  • Automatic downloads from selected sources
  • Profile picture downloads
  • Voice note capture with format control
  • FFmpeg integration for advanced processing

Smart Features

  • Duplicate prevention with override option
  • Overlay merging for combined content
  • Custom logging for tracking downloads
  • Context menu integration

User Interface

Complete control over your interface with deep customization options.

Visual Customization

  • Custom themes including AMOLED mode
  • Configurable icon styles
  • Message preview customization
  • Bootstrap override for default tabs

Interface Control

  • Hide unwanted UI components
  • Enhanced friend map nametags
  • Snap preview options
  • Streak expiration info display
  • Vertical story viewer
  • Message indicators and stealth mode display

Messaging

Privacy-focused messaging features with advanced control over your conversations.

Privacy Tools

  • Screenshot bypass
  • Anonymous story viewing
  • Hide typing notifications
  • Hide Bitmoji presence
  • Prevent story rewatch indicators

Enhanced Features

  • Unlimited snap view time
  • Auto mark as read
  • Conversation pinning (unlimited)
  • Message logger with whitelist/blacklist
  • Better notifications with blacklist support
  • Double tap actions and reactions
  • Message retention policy bypass

Global Settings

System-wide enhancements that improve your overall experience.

Performance

  • Better location handling
  • Media upload quality control
  • Custom video playback rates
  • Default volume controls

Optimization

  • Ad blocking
  • Metrics disabling
  • Story section control
  • Video length restriction bypass
  • Snap splitting disable
  • Telecom framework control

Camera

Professional-grade camera controls for content creation.

Recording Options

  • Custom frame rates (front/back)
  • HEVC recording support
  • Custom resolution override
  • Force camera source encoding

Creative Control

  • Immersive preview mode
  • Black photo option
  • Startup default camera selection

Rules Engine

Automation system for complex workflows.

  • Stealth mode rules
  • Auto download conditions
  • Auto save parameters
  • Auto open snap rules
  • Unsaveable message settings

Experimental

Cutting-edge features for power users.

Advanced Tools

  • Native hooks for deep customization
  • Spoofing capabilities
  • Story logger
  • Call recorder
  • Account switcher
  • App lock
  • End-to-end encryption
  • My Eyes Only passcode bypass

Developer Features

  • Better transcript
  • Friend notes
  • COF experiments
  • Custom streaks format
  • Prevent forced logout

Scripting

Extensibility through custom scripts.

  • Developer mode
  • Module folder management
  • Auto reload capability
  • Integrated UI
  • Log control options
  • Optimization toggles

Additional Features

Streaks Reminder — Configurable interval notifications with remaining time display and group notification support

Friend Tracker — Event recording with background operation and automatic purge management


⚠️Some features are intended for educational, recovery, or accessibility purposes. Misuse may violate Snapchat’s terms of service. We are not affiliated with Snap Inc. and are not responsible for any violations by the user. Our sole purpose is for education purposes only!




Installation

The guide is no longer needed!
Just download and install PurrfectSnap from here. The app automatically detects your device type and applies the appropriate setup.




Community

Questions? Ideas? Found a bug? Our community is active and responsive.

Telegram Channel : Announcements, discussions, and support For the discussions group link, refer to the description of the channel!




Build from Source

We welcome contributions from developers who share our vision. Whether it's code, documentation, etc., contributions are always appreciated. Feel free to open a PR :)

1) Fork

  1. Fork this repository on GitHub.

### 2) Generate a Release Keystore (Certificate)

Create a signing keystore (`.jks`) and keep it secure:

```bash
keytool -genkeypair -v \
  -keystore purrfectsnap-release.keystore \
  -storetype JKS \
  -alias purrfectsnap \
  -keyalg RSA \
  -keysize 2048 \
  -validity 10000

Optional local placement for Gradle signing:

mkdir -p ~/.android
cp purrfectsnap-release.keystore ~/.android/purrfectsnap-release.keystore

3) Convert Keystore to Base64

For GitHub Actions secret PS_BASE_64:

Linux/macOS:

base64 -w 0 purrfectsnap-release.keystore > keystore.base64

PowerShell (Windows):

[Convert]::ToBase64String([IO.File]::ReadAllBytes("purrfectsnap-release.keystore")) | Set-Content -NoNewline keystore.base64

4) Add Required GitHub Secrets (Your Fork)

Go to: Settings -> Secrets and variables -> Actions -> New repository secret

Create these exact secrets (from .github/workflows/release.yml):

  • PS_BASE_64 = contents of keystore.base64
  • PS_RELEASE_KEY_ALIAS = purrfectsnap (or your chosen alias)
  • PS_RELEASE_KEY_PASSWORD = key password from keytool
  • PS_RELEASE_STORE_PASSWORD = keystore password from keytool

5) Run Release Workflow

  1. Open Actions in your fork.
  2. Run PurrfectSnap Release CI (workflow_dispatch).
  3. Workflow builds and signs:
    • armv8 release APK
    • armv7 release APK
  4. Workflow creates a GitHub Release and uploads APK assets.

Notes

  • CI uses JDK 21 (Temurin).
  • Signing requires all four secrets above.
  • Keep keystore and passwords private. Rotate immediately if exposed.

Credits

PurrfectSnap is built with exceptional open source tools. We do not collect any user information. However, please be aware that third-party libraries may collect data as described in their respective privacy policies.

Core Dependencies

Media Processing

Scripting Engine

Utilities




Built with care, maintained with passion ❤️ Open source under GPL-3.0, Apache-2.0