-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Marc Jones edited this page Dec 28, 2025
·
2 revisions
Welcome to the Harbor wiki - documentation for the local desktop app framework.
Harbor is an Electron alternative built in Rust that embeds the Servo rendering engine. It connects web frontends to local backends over Unix Domain Sockets (not TCP networking).
- Architecture - How Harbor works
-
Transport-URLs - The
http::unix:URL format - Backend-Configuration - Configuring gunicorn, Flask, etc.
- Rigging - Servo embedding library
- Compass - Privacy browser (uses Rigging)
- Servo - The browser engine
# Clone and build
git clone https://github.com/marctjones/harbor.git
cd harbor
cargo build
# Run the example
cargo run -- --example hello-flaskSee GitHub Issues for bugs and features.