If you searched for an "anonymous news app," you probably hit four kinds of results: native apps that demand sign-up before letting you do anything, native apps that say "anonymous" but ship a tracker stack, paid privacy-first readers behind a subscription wall, and Reddit/Tildes-style forums that are anonymous but not really news. WeSearch is the fifth option: a fully anonymous news aggregator with a real community layer, delivered as an installable web app that requires zero sign-up and ships zero third-party tracking.
Why a web app instead of a native app
WeSearch is a Progressive Web App (PWA). On iOS, hit Share → Add to Home Screen and the icon lands on your home grid. On Android, the browser will prompt you to install. On desktop, Chrome and Edge show an install button in the address bar. After install, it launches fullscreen, has its own task-bar entry, and supports OS-level push notifications via VAPID Web Push.
We chose PWA over native because (a) it runs without a vendor app store reviewing every change we ship, (b) it doesn't pull in the analytics SDK that every native template tries to bundle by default, and (c) it works on every platform — phone, tablet, laptop, ChromeOS, Linux — without a separate codebase. The trade-off is that some platform features (geofencing, deeper background sync) aren't fully exposed to the web yet. We can live with that.
What "anonymous" means in this app
- Zero sign-up. Install, open, read. No popup. No "create an account to react."
- Local-key identity. The first time you tap a reaction, your browser generates a random API key. Your stable handle is derived from that key.
- No analytics SDK. Open the install with DevTools open and check the network tab. No Google Analytics, no Firebase Analytics, no Segment.
- No advertising network. Nothing fires from doubleclick.net, googletagmanager.com, or any of the long-tail vendor list.
- Anonymous push. If you opt in to notifications, your push subscription endpoint is stored against your hashed key. We don't see your real identity.
- Reset anytime. Settings → Identity → Reset key. Old comments stay public; new ones aren't linked to you.
What you can do without an account
Everything. Read across 700+ editorial sources; tap reactions on stories; post threaded comments with GIFs; reply to specific comments; like comments you appreciate; follow other anonymous voices; save articles for later; configure push notifications by source, category, or keyword; install to your home screen; use offline (cached shell). There is no premium tier hiding behind a sign-up gate.
How to install
- iOS. Open wesearch.press in Safari. Tap Share → Add to Home Screen. Tap the new icon to launch fullscreen.
- Android. Open in Chrome. Tap the install banner, or open the menu → Install app.
- Desktop (Chrome/Edge). Look for the install icon in the address bar. Click. The app gets its own task-bar entry.
- Desktop (Firefox/Safari). Just bookmark wesearch.press. PWA support is partial; the site still works perfectly in a regular tab.
What's different from native news apps
| Feature | Typical native news app | WeSearch PWA |
|---|---|---|
| Sign-up | Required | None |
| Identity | Email + password | Local random key |
| Analytics SDK | Firebase, Mixpanel, etc. | None |
| Ad network | AdMob, etc. | None |
| Push notifications | Vendor-managed identity | VAPID Web Push, anonymous |
| App-store review | Every change | None — ships from our server |
| Cost | Free + ads or subscription | Free, donation-funded |
| Install size | 50–200MB | Few MB cached shell |
Just a moment...
Williams raises quarterly dividend 5% to $0.525 per share
Prosperity Bancshares earnings in focus amid M&A expansion
Norway stocks higher at close of trade; Oslo OBX up 0.19%
Earnings call transcript: Applied Industrial Technologies Q3 2026 sees record sales
Earnings call transcript: TransUnion beats Q1 2026 forecasts, stock rises
Landstar earnings on deck: Can heavy-haul offset freight woes?
Israel stocks lower at close of trade; TA 35 down 0.63%
Frequently asked
Is WeSearch a real app or just a website?
Both. It's a Progressive Web App — install it to your home screen on iOS or Android and it launches fullscreen with its own icon, supports push notifications, and works offline (cached shell). It also works as a regular website if you don't want to install.
Do I need to install to use it?
No. Everything works in a regular browser tab. Install just gives you a home-screen icon and OS-level push notifications.
Are there native iOS/Android apps?
Not yet. The PWA covers most use cases. Native apps are on the roadmap.