A digital bodyguard for your mind.
There are hundreds of tools that block, hide, or filter social media. IntentKeeper is the only one that tells you why content is designed to manipulate you - and lets you decide what to do with it.
Ragebait, fearmongering, hype, divisive framing - are all classified by intent, not topic, before they affect you. Everything runs on your hardware via Ollama. No cloud. No tracking. No data leaving your machine.
Why this exists
Every major platform optimizes for engagement. Engagement is driven by emotion. The strongest emotions - outrage, fear, tribal identity - are the easiest to manufacture.
The result: your feed is optimized to make you angry, afraid, and divided. Not because the platform is evil, but because that's what the algorithm rewards.
IntentKeeper doesn't fix the platforms. It gives you a lens to see the manipulation before it hooks you.
"The content isn't the problem. The intent behind it is."
A post about politics can be thoughtful analysis or manufactured outrage. A health tip can be genuine advice or fearmongering. Same topic, opposite effect on your wellbeing.
IntentKeeper classifies the intent behind the words - not the words themselves. It doesn't censor topics. It surfaces manipulation.
Option A: Docker (recommended)
git clone https://github.com/Olawoyin007/intentKeeper.git
cd intentKeeper
docker compose upThis starts Ollama and the classification server together. The model pulls automatically on first run.
Option B: Manual
git clone https://github.com/Olawoyin007/intentKeeper.git
cd intentKeeper
pip install -e .
cp .env.example .env
intentkeeper-serverOllama powers the classification. Any model works - mistral:7b-instruct, llama3.2, phi3, whatever you have. Set it in .env and the server pulls it automatically on first start if it is not already present:
OLLAMA_MODEL=your-model-nameDon't have Ollama yet? Install it here - it runs entirely on your hardware, no cloud required.
- Open Chrome and go to
chrome://extensions - Enable Developer mode (top right toggle)
- Click Load unpacked and select the
extension/folder
Then open twitter.com or x.com and scroll your feed. Intent labels appear on every tweet automatically.
See docs/usage.md for the full setup guide and troubleshooting.
| Intent | What It Looks Like | What Happens |
|---|---|---|
| Ragebait | "This is EXACTLY why I hate [group]. Every. Single. Time." | Blurred with reveal button |
| Fearmongering | "Society is COLLAPSING. Get out while you still can." | Tagged with label |
| Hype | "This AI tool changes EVERYTHING. You're missing out!" | Tagged with label |
| Engagement bait | "Reply with your favorite X and I'll tell you Y!" | Hidden (expandable) |
| Divisive | "People who don't do X are just lazy. Winners have discipline." | Tagged with label |
| Clickbait | "She Said ONE Thing And Got Promoted Immediately (This Works)" | Tagged with label |
| Reaction farming | "Hot take incoming. I know this will divide people." | Tagged with label |
| Genuine | "I've dealt with anxiety for 10 years. Here's what helped me." | Tagged (passes through) |
| Neutral | "The new transit line opens March 15. Here's the schedule." | Tagged (passes through) |
You open Twitter/X
│
▼
Extension intercepts content before you read it
│
▼
Local LLM classifies the intent (via Ollama)
│
▼
Content is blurred, tagged, hidden, or passed through
│
▼
You decide what to engage with
All processing happens on your machine. No cloud. No data collection. No tracking.
Principles
Intent over topic. We classify the framing, not the subject matter.
Fail-open. When classification fails, content passes through unchanged.
Local-first. All classification on your device. Nothing leaves your machine.
User sovereignty. You control what gets filtered and how aggressively.
Transparency. Every classification shows why content was flagged.
See MANIFESTO.md for the full principles.
- docs/usage.md - Setup guide and troubleshooting
- docs/architecture.md - System diagrams
- ROADMAP.md - Phased implementation plan
- CHANGELOG.md - Release history
- CONTRIBUTING.md - How to contribute
- MANIFESTO.md - Core principles
Also built alongside empathySync - a local-first AI wellness assistant sharing the same philosophy.
MIT - see LICENSE.
"Protect your attention. Ask what a post is trying to do, not just what it's about."

