Forwarded from CoreShift
CoreShift Watchdog
What CoreShift Watchdog Is
Supported Managers
Support Us Here
Download Here
What CoreShift Watchdog Is
Central runtime enforcement daemon for the CoreShift frameworkChangelog
Continuously monitors system and application process state
Identifies non-foreground, non-whitelisted workloads based on runtime behavior
Applies dynamic restriction and correction actions at the process and thread level
Protects critical system services and foreground workloads from interference
Prevents runaway background execution, excessive wakeups, and resource abuse
Designed to run persistently and self-stabilize system performance over time
Functions as the last-line safeguard ensuring CoreShift policies remain effective even under abnormal conditions
Utilize dumpsys usagestats prevent false kill and compitable with manager to add a pkg whitelist
Add a ram threshold so app below 150mb ram usage get spared
Full usage guide here & here
Supported Managers
• Root: Magisk / KernelSU / APatch
• Non-root: AxManager
Support Us Here
Sociabuzz
Download Here
CoreShift Frameworks
❤7👍1
Forwarded from CoreShift
CoreShift Vulkan
What CoreShift Vulkan Is
Warning !!!
Changelog
Supported Managers
Support Us Here
Download Here
What CoreShift Vulkan Is
Deterministic Vulkan renderer enforcement module for the CoreShift framework.
Forces the system render pipeline to Vulkan (SkiaVK / threaded RenderEngine) and stabilizes the graphics backend selection at boot-time to reduce backend thrashing, improve frame pacing consistency, and ensure predictable GPU-driven rendering behavior.
Warning !!!
Force a Softreboot.
Dont use this in combination with CoreShift Runtime.
Do not enable on devices with incomplete or broken Vulkan implementations.
Incorrect usage may result in bootloop.
Changelog
Added module kill switch and Render information to the action button
Added uninstall script incase where youre stuck logo, you can simply uninstall them
Added softreboot gating so it doesnt trigger twice
Supported Managers
• Root: Magisk / KernelSU / APatch
• Non-root: AxManager
Support Us Here
Sociabuzz
Download Here
CoreShift Frameworks
CoreShift Frameworks
Supported Managers
Download
Support the Project
Maintainer
Credits
CoreShift Frameworks is a system-aware framework designed to work with Android system processes, not against them.Full explanation
It improves stability and performance under load by coordinating with existing system services instead of overriding or force-controlling them.
CoreShift applies targeted, reversible optimizations such as temporary prioritization and scheduling coordination only when needed.
No aggressive loops. No destructive changes. No replacement of Android logic.
[CoreShift Frameworks Detailed Overview]
Supported Managers
• Root: Magisk / KernelSU / APatch
• Non-root: AxManager
Download
CoreShift Frameworks
Support the Project
Sociabuzz
Maintainer
@Nekotor1999
Credits
❤5
CoreShift Power Saver
Full explanation
Supported Managers
Download
Support the Project
Maintainer
Credits
CoreShift Power Saver is a lightweight Android power optimization module that works with the system’s native scheduling and task profiles to reduce background load, improve stability, and extend battery life without aggressive tweaks.
Note:If you enconter lag, force stop the app to reset its pid
Full explanation
[CoreShift Power Saver Detailed Overview]
Supported Managers
• Root: Magisk / KernelSU / APatch
• Non-root: AxManager
Download
CoreShift Power Saver
Support the Project
Sociabuzz
Maintainer
@Nekotor1999
Credits
🔥6🤣4⚡1
Open Test Announcement
Download:
https://github.com/DikyVinus/core_policy
CorePolicy is now entering an open testing phase.
Important notes
Thank you for participating in the CorePolicy open test and helping validate its reliability.
Download:
https://github.com/DikyVinus/core_policy
CorePolicy is now entering an open testing phase.
This release focuses on validating stability, integrity enforcement, and runtime behavior across diverse environments, including root and non-root setups. The objective of this phase is to identify edge cases, confirm compatibility, and ensure predictable behavior before the next stable release.What’s being tested
Runtime integrity verification
Root and non-root execution paths
Scheduler and preload behavior under real-world usage
Language-aware installer messaging
Safety mechanisms and fallback logic
Important notes
For user with 6gb of ram or less, using extended ram is highly recommended
This is a test release and may change without notice
Bug reports, regressions, and unexpected behavior are expected
Performance tuning is conservative by design during testing
Thank you for participating in the CorePolicy open test and helping validate its reliability.
❤2🔥1
CoreShift
Open Test Announcement Download: https://github.com/DikyVinus/core_policy CorePolicy is now entering an open testing phase. This release focuses on validating stability, integrity enforcement, and runtime behavior across diverse environments, including root…
UID="$(id -u)"
if [ "$UID" -eq 0 ]; then
RUNDIR="/data/adb/modules/core_policy/ABI"
else
RUNDIR="${AXERONDIR}/plugins/core_policy/ABI"
fi
if [ -n "$(getprop ro.product.cpu.abilist64)" ]; then
RUNDIR="$RUNDIR/arm64-v8a"
else
RUNDIR="$RUNDIR/armeabi-v7a"
fi
cat "$RUNDIR/core_preload.core" "$RUNDIR/core_preload_static.core" Run this and share the log
Should I limit the amount of library getting preloaded per app if so how many?
Anonymous Poll
77%
Yes
23%
No
CoreShift
Open Test Announcement Download: https://github.com/DikyVinus/core_policy CorePolicy is now entering an open testing phase. This release focuses on validating stability, integrity enforcement, and runtime behavior across diverse environments, including root…
CorePolicy v1.4 released
What’s new:
- RAM-aware limits for shared library preloading.
Low-memory devices preload fewer libraries, higher-memory devices preload more, preventing over-locking.
- Preload logic moved from a persistent daemon to a one-shot + scheduled (cron-style) execution model.
This reduces background overhead, wakeups, and overall memory footprint while keeping behavior intact.
Repository:
https://github.com/DikyVinus/core_policy
What’s new:
- RAM-aware limits for shared library preloading.
Low-memory devices preload fewer libraries, higher-memory devices preload more, preventing over-locking.
- Preload logic moved from a persistent daemon to a one-shot + scheduled (cron-style) execution model.
This reduces background overhead, wakeups, and overall memory footprint while keeping behavior intact.
Repository:
https://github.com/DikyVinus/core_policy
GitHub
GitHub - DikyVinus/core_policy
Contribute to DikyVinus/core_policy development by creating an account on GitHub.
❤3
CorePolicy v2.0 - Stable Release
Repository:
https://github.com/DikyVinus/core_policy
Download:
https://github.com/DikyVinus/core_policy/releases/latest
Support the Project
CorePolicy has exited open testing and is now released as v2.0 (stable).
What’s finalized
What changed since open test
Notes
Repository:
https://github.com/DikyVinus/core_policy
Download:
https://github.com/DikyVinus/core_policy/releases/latest
Support the Project
Sociabuzz
CorePolicy has exited open testing and is now released as v2.0 (stable).
This release finalizes the architecture validated during open test and locks in runtime, preload, and scheduler behavior.
What’s finalized
Stable top-app resolution (cgroup → ActivityManager fallback)
Unified task-profile based performance policy
Root / non-root execution parity
Deterministic preload + unlock behavior
Binder-safe thread handling
Integrity and runtime enforcement hardened
What changed since open test
Policy logic cleaned and consolidatedCompatibility
Redundant cgroup paths removed
Thread-level enforcement made explicit
Discovery → preload → perf flow stabilized
No experimental paths remain
Android 10+
Root and non-root supported
arm64-v8a / armeabi-v7a
Devices with ≤6 GB RAM should enable extended RAM
Notes
This is a major release. Behavior differs from pre-v2 builds.End of testing
The behavior of the performance and preload subsystems has changed significantly in this release due to a complete internal rework.
If you prefer the previous behavior, version v1.4 remains available and stable. Both versions are supported.
Downgrading without reboot is not recommended.
Bug reports should include device, Android version, and root state.
Legacy note: A maintenance branch based on v1.4 is available for users who prefer the previous behavior. Development continues on v2.x
The open test phase is closed.
Future updates will follow semantic versioning and documented changelogs.
❤4👎2🔥1
CoreShift CorePolicy
Full Explanation
Supported Managers
Download
Support the Project
Maintainer
CorePolicy is a unified Android policy framework that coordinates scheduler behavior, task profiles, preload strategy, and runtime enforcement to improve performance stability without aggressive tuning.
Full Explanation
[CorePolicy Architecture Overview]
Supported Managers
• Root: Magisk / KernelSU / APatch
• Non-root: AxManager
Download
CoreShift CorePolicy
Support the Project
Sociabuzz
Maintainer
@Nekotor1999
🤣4❤3🔥1
CoreShift CorePolicy
Changelog (v5.0)
Supported Managers
Download
Support the Project
Maintainer
Credits
CorePolicy is a unified Android policy framework that coordinates scheduler behavior, task profiles, preload strategy, and runtime enforcement to improve performance stability without aggressive tuning.Full Explanation
[CorePolicy Architecture Overview]
Changelog (v5.0)
https://github.com/DikyVinus/core_policy/blob/main/CHANGELOG.md
Supported Managers
• Root: Magisk / KernelSU / APatch
• Non-root: AxManager
Download
CoreShift CorePolicy
Support the Project
Sociabuzz
Maintainer
@Nekotor1999
Credits
@dcx400 for the localization idea
🔥2❤1