A BROWSER BUILT FOR EMPOORIO

Aephoron exists because the web deserves a native gateway to EmpoorioChain — not Chromium with extensions bolted on. Our mission is a Rust browser where wallet, identity, search, and AI are first-class: Aephoron, Kinetoor, and Loogo as one sovereign stack.

RustNetwork to GPU
3Pillars
MPL-2.0Servo fork
EXPLORE PILLARS

OUR MISSION

Aephoron is the user-facing browser of the Empoorio ecosystem — powered by Kinetoor (rendering) and Loogo (search). We are building the client that makes Web3, privacy shields, and on-device AI normal — without renting trust from Google, Meta, or extension marketplaces.

  • Ship a complete Rust engine — not a Chromium skin or Electron wrapper
  • Embed Eoonia Wallet, Aephoron identity, and DMS payments as native features
  • Replace third-party search in the omnibox with Loogo — clearnet + EmpoorioChain discovery
  • Keep AI on-device via Ailoos — page content never needs a cloud middleman

THE THREE PILLARS

Aephoron is three products in one monorepo — each pillar has a clear role, shared Rust toolchain, and Empoorio-native integrations.

  • Aephoron — browser shell: omnibox, tabs, shields, profiles, WalletConnect, egui desktop UI
  • Kinetoor — rendering engine: Servo fork, SpiderMonkey, WebRender, multi-process Constellation
  • Loogo — search engine: SearXNG clearnet, Tantivy Web3 index, Ailoos synthesis in the omnibox

THE PROBLEM WE SOLVE

Today's browsers outsource Web3 to extensions, search to ad-driven engines, and AI to cloud APIs. Aephoron inverts each dependency — native wallet, sovereign search, on-device intelligence.

Ownership

Users do not own their identity — platforms, banks, and social networks hold the keys. Recovery means trusting a help desk, not cryptography.

Silos

A KYC check at one institution rarely transfers to another. Every service re-verifies from scratch, multiplying cost, friction, and data exposure.

Privacy

Proving you are over 18 often requires handing over your full birthdate, legal name, and government ID — far more than the verifier actually needs.

Trust

Central issuers can lie, leak, or disappear. Without cryptographic proofs, verifiers must trust databases that can be altered or breached.

WHAT WE ARE BUILDING TOWARD

Our north star: a browser where EmpoorioChain, dApps, and .empoorio domains are as discoverable as the clearnet — with memory safety, post-quantum TLS, and under 150 MB per tab.

  • Full omnibox routing through Loogo — Web3 hits verified against on-chain state
  • window.aephoron API — dApps sign without MetaMask-style injection attacks
  • Post-quantum TLS (ML-KEM + ML-DSA) on the Kinetoor network stack
  • Thermal throttling and tab discard — laptop-friendly resource discipline
  • WPT conformance climbing — real web compatibility, not a minimal WebView

HOW WE DELIVER IT

We fork Servo, rebrand to Kinetoor, wrap it in aephoron-desktop, and wire Loogo into every omnibox query — one Cargo workspace, mach build, and MPL-2.0 license path.

  • mach build + WPT — Servo heritage CI for engine quality
  • aephoron-desktop — egui UI with IPC to Constellation for every WebView
  • loogo_search crate — Provider trait unifying SearXNG and Tantivy backends
  • Eoonia + Aephoron bridges — wallet and did:emp SSO without leaving the browser

PRINCIPLES

Every Aephoron release is judged against these constraints. They are engineering requirements, not brand language.

  • Rust memory safety from network to GPU paint
  • Multi-process isolation — script, layout, network, paint
  • Native Web3 — window.aephoron, Eoonia Wallet, DMS
  • On-device Ailoos AI — no cloud lock-in for shields
  • Loogo Search — clearnet + Web3 index on EmpoorioChain

START BUILDING

Clone the monorepo, run mach build, and launch aephoron-desktop — or read Kinetoor and Loogo architecture docs.

GET STARTED