Kinetoor
Kinetoor (Κινητήρ) is Aephoron's Servo fork — SpiderMonkey v140, WebRender GPU paint, and Hyper + Rustls networking with memory safety guaranteed by the compiler. Single-process today; multi-process isolation is a roadmap target.
Constellation coordinates WebViews as script, layout, network, and paint subsystems within a single process (v0.4). Full multi-process isolation — separate OS processes per subsystem, so a script crash can't take the browser down — is a tracked roadmap target (v0.8), the same model Chrome uses, implemented in Rust.
Thermal throttling drops inactive tabs to 10 FPS. Tab discard frees RAM. Target: under 150 MB per static tab.
Read Kinetoor architecture, rendering, security, and exclusives docs from the monorepo plans.