jingmatrix/vector

Modern Xposed Framework

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 1 hour ago
Added to GitGenius on September 4th, 2026
Created on July 20th, 2023
Open Issues & Pull Requests: 20 (+0)
GitHub issues: Enabled
Number of forks: 824
Total Stargazers: 12,346 (+3)
Total Subscribers: 111 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 1.2 hours
Mean response time: 2.7 days
90th percentile: 4.5 days
Tracked items: 403

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 8% of issues opened in the past year have been closed. Three people close 85% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 10
New in 7 days: 2
Closed in 7 days: 1
Avg open age: 119 days
Stale 30+ days: 2
Stale 90+ days: 1

Recent activity

Opened in 7 days: 1
Closed in 7 days: 1
Comments in 7 days: 13
Events in 7 days: 27

Top labels

  • bug (318)
  • enhancement (55)
  • cannot reproduce (10)
  • question (8)
  • invalid (3)
  • documentation (1)

Detailed Description

Vector is a Zygisk module that provides an ART hooking framework for Android with API compatibility to the original Xposed.

The framework solves the problem of modifying system and application behavior on rooted Android devices without permanently altering APK files. It works by hooking into the Android Runtime at a native level, built on top of LSPlant, to intercept and modify method calls in-memory. Because changes are non-destructive and applied only during runtime, they persist only until reboot and work across different ROMs and Android versions without requiring APK modifications.

The tool suits developers and power users who want to test or deploy Xposed modules on modern Android devices. It requires a rooted device with Magisk or KernelSU and Zygisk enabled, and supports Android versions from 8.1 through 17 Beta. The framework maintains compatibility with both legacy Xposed API and the modern libxposed API, allowing a broad range of existing modules to run without modification. Installation is straightforward: download the latest release, install it as a system module through your root manager, ensure Zygisk is available, and reboot.

The project maintains both stable releases and canary builds from continuous integration, with debug builds specifically recommended for troubleshooting. The maintainers actively encourage testing of CI builds to identify bugs and have established clear contribution guidelines, including a troubleshooting guide that must be consulted before bug reports are accepted. Community support is organized through GitHub Discussions, and localization contributions are coordinated via Crowdin. The project enforces English-language issue reporting to improve communication efficiency.