2026-05-08 05:47:50 -04:00
2026-05-08 05:47:50 -04:00
2026-05-07 20:19:55 -04:00
2026-05-07 23:58:36 -04:00
2026-05-08 00:29:29 -04:00
2026-05-07 23:41:08 -04:00
2026-05-07 18:27:15 -04:00
2026-05-07 18:27:15 -04:00
2026-05-07 18:47:37 -04:00

ELY Browser

Native Rust + GPUI browser workspace for ELY Browser by Elydora.

The repository is organized around explicit product boundaries from PRD.md: domain state, browser orchestration, design tokens, GPUI shell, and Servo host contracts. Reference GPUI ecosystem repositories live under references/ for local review and are excluded from version control.

Local Commands

cargo fmt --all --check
cargo check --workspace --all-targets
cargo clippy --workspace --all-targets -- -D warnings
cargo test --workspace --all-targets
cargo check -p ely_servo_host --features servo-engine --all-targets
cargo clippy -p ely_servo_host --features servo-engine --all-targets -- -D warnings
cargo test -p ely_servo_host --features servo-engine --test software_host
cargo run -p ely_app
S
Description
No description provided
Readme
6.2 MiB
Languages
Rust 76.2%
TypeScript 18.6%
JavaScript 3.8%
Shell 0.8%
CSS 0.3%
Other 0.2%