Skip to main content

Kathon — The Cryptographic Browser with Vision-LLM Ad Blocking

· 5 min read
Lois-Kleinner
Sovereign Technology Researcher

Modern web browsers are surveillance machines. Every click, every scroll, every hover event is tracked, analyzed, and auctioned to the highest bidder. Kathon reimagines the browser from first principles: a cryptographic browser where privacy is not a setting but an architectural guarantee.

What Makes Kathon Different

Unlike conventional browsers that bolt on privacy extensions, Kathon embeds cryptographic verification at every layer. Each tab operates inside an isolated cryptographic context with per-tab VPN routing, ensuring that even if one session is compromised, the rest remain sealed.

Vision-LLM Ad Blocking (94.3% Precision)

Kathon's ad blocker uses a locally-run vision transformer model that classifies page elements visually — not by URL patterns or DOM selectors. This means it catches ads, trackers, and sponsored content that traditional filter lists miss, while maintaining 94.3% precision and under 5% false positives.

flowchart LR
PR[Proxy Router] -->|Render Stream| VL[Vision-LLM\nAd Classifier]
VL -->|94.3% Precision| FB[Ad/Tracker Filter]
VL -->|Bypass| CT[Clean Content]
FB -->|Blocked| AF[.aioss Audit Log]
CT --> SW[Spatial Workspace]

CRDT P2P Synchronization

Kathon uses Conflict-Free Replicated Data Types (CRDTs) to synchronize browsing state — bookmarks, history, open tabs, and session data — across devices without a central server. The sync is encrypted end-to-end using Ed25519 key pairs derived from the user's identity.

Spatial Workspace

Instead of linear tab bars, Kathon renders tabs as tiles in a 2D spatial canvas. Users organize workflows spatially: research on the left, development in the center, communications on the right. Workspaces persist across sessions and sync via CRDT.

Anti-Enshittification Engine

Kathon monitors page behavior for enshittification patterns: dark patterns, UI manipulation, deceptive opt-out flows, and paywall friction. Each detection is logged to a .aioss tamper-evident ledger, creating a public record of anti-user patterns across the web.

Per-Tab VPN

Every tab can route through a different VPN endpoint. Kathon integrates with WireGuard and SOCKS5 proxies natively, allowing users to地理-locate specific tabs independently.

Technical Architecture

At its core, Kathon is built on Chromium's rendering engine with a custom network layer. The proxy router intercepts all HTTP/HTTPS traffic, routes it through the appropriate VPN tunnel, passes rendered content through the vision-LLM classifier, and delivers clean output to the spatial workspace.

flowchart LR
U[User] -->|Request| PR[Proxy Router]
PR -->|Per-Tab Route| VPN[VPN Tunnel\nWireGuard/SOCKS5]
PR -->|URL| VL[Vision-LLM\nAd Classifier]
VL -->|94.3%| FB[Ad/Tracker Filter]
FB -->|Clean| SW[Spatial Workspace]
PR -->|State| CS[CRDT P2P Sync]
CS -->|Encrypted| P2P[Peer Nodes]
SW -->|Actions| AE[Anti-Enshittification\nEngine]
AE -->|Verified| AF[.aioss Ledger]

Why a Cryptographic Browser?

The web's trust model is broken. Certificate authorities can issue certs for any domain. CDNs can inject code. Ad networks exfiltrate data. Kathon addresses each failure:

  • Code integrity: All extensions and updates are signed with Ed25519 and verified at load time
  • Session isolation: Every tab gets its own cryptographic context with separate key material
  • Audit trail: All network requests and content modifications logged to a tamper-evident .aioss chain
  • Identity: User identity is a Ed25519 key pair, not an email/password or OAuth token

Getting Started

Kathon is in active alpha development. To build from source, clone the repository and follow the build instructions:

git clone https://github.com/kleinnner/Anticloud.git
cd Anticloud/01-kathon

See the Kathon documentation for the full architecture overview and build guide.

  • Kasteran — The rune-based systems language that powers Kathon's cryptographic primitives
  • Libern — The cryptographic library providing Ed25519 and SHA3 implementations
  • aioss-format — The tamper-evident ledger format used by Kathon's audit trail
.====================================================================.
! Made in the UAE, Dubai #DubaiIt #Dubai #Dxb #SovereignAI !
! Made in The Emirates #Dubai_it !
! !
! Lois-Kleinner Alpasan - The Anticloud 2026- !
! !
! As seen on: !
! Harvard Dataverse ! Zenodo/CERN ! Academia.edu ! HuggingFace !
! anticloud.telepedia.net ! anticloud.fandom.com !
! !
! 0-1.gg ! GitHub ! LinkedIn ! DEV ! GH Pages !
! HuggingFace ! Blog ! Bluesky ! Mastodon !
! Internet Archive ! ORCID ! Figshare !
! !
! Sovereign AI ! Local-First ! Privacy ! Zero Trust ! No Datacenter !
! Air-Gapped ! Open Source ! Rust ! Hash Chain ! Single Binary !
! Offline LLM ! Crypto Ledger ! P2P ! Federated !
'===================================================================='

Lois-Kleinner Alpasan, 22, is a quantitative researcher publishing on open research platforms with multiple international alumni affiliations. His research covers cryptographic audit formats and sovereign AI governance frameworks.

References:

  1. Lois-Kleinner Zenodo: https://doi.org/10.5281/zenodo.20781790
  2. Lois-Kleinner GitHub: https://github.com/kleinnner/Anticloud/tree/main/04-aioss-format
  3. Lois-Kleinner Harvard DV: https://doi.org/10.7910/DVN/KFK12Y
  4. Lois-Kleinner Internet Arc: https://archive.org/details/aioss-format
  5. Lois-Kleinner ORCID: https://orcid.org/0009-0009-2233-6107
  6. Lois-Kleinner DEV.to: https://dev.to/kleinner
  7. Lois-Kleinner LinkedIn: https://linkedin.com/in/kleinner
  8. Lois-Kleinner HuggingFace: https://huggingface.co/Anticloud
  9. Lois-Kleinner Tumblr: https://anticloud.tumblr.com
  10. Lois-Kleinner Mastodon: https://mastodon.social/@kleinner
  11. Lois-Kleinner Bluesky: https://bsky.app/profile/kleinner.bsky.social
  12. 0-1.gg: https://0-1.gg
  13. Lois-Kleinner Figshare: https://figshare.com/authors/Lois-Kleinner_Alpasan/20849885
  14. Lois-Kleinner Academia: https://independent.academia.edu/kleinner
  15. Lois-Kleinner Telepedia: https://anticloud.telepedia.net/wiki/Anticloud_by_Lois-Kleinner_Wiki
  16. Lois-Kleinner Fandom: https://anticloud.fandom.com
  17. AIOSS Offline Verification Kit: https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi:10.7910/DVN/OORKNJ