A privacy-first, developer-centric call blocker for Android. Local processing, zero tracking, and powerful custom regex rules.
Designed by developers, for clarity and efficiency.
Main Dashboard
Advanced Rule Editor
Filtered Logs
CallFilter utilizes Android's native CallScreeningService API. Unlike traditional apps, we don't upload your contact list or logs to the cloud. Every single check happens locally in milliseconds, ensuring your telephony data remains yours.
// Block international spammers
const regex = /^\+?([0-9]{1,3})\d{10}$/;
if (call.number.matches(regex)) {
screening.rejectCall();
logger.log("Blocked: Pattern match");
}
Transparency is at our core. We believe privacy tools should be auditable. No hidden trackers, no obfuscated code. Join our community on GitHub.