Skip to content
Marc Jones edited this page Dec 28, 2025 · 2 revisions

Harbor Wiki

Welcome to the Harbor wiki - documentation for the local desktop app framework.

Overview

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).

Quick Links

Related Projects

  • Rigging - Servo embedding library
  • Compass - Privacy browser (uses Rigging)
  • Servo - The browser engine

Getting Started

# Clone and build
git clone https://github.com/marctjones/harbor.git
cd harbor
cargo build

# Run the example
cargo run -- --example hello-flask

Issue Tracker

See GitHub Issues for bugs and features.

Clone this wiki locally