-
-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ
bad-antics edited this page Feb 11, 2026
·
1 revision
No. Marshall is built from scratch using Rust with GTK3 for the UI and WebKitGTK for rendering. It's a completely independent browser.
Memory safety without garbage collection. Rust prevents entire classes of bugs (buffer overflows, use-after-free) that plague C/C++ browsers.
Not yet. Extension support is planned for v2.0. Currently, privacy features are built-in.
Marshall connects to a local Tor SOCKS5 proxy. You need Tor installed separately (sudo apt install tor). Marshall then routes selected tabs through the Tor circuit.
Yes. File > Import Bookmarks supports:
- Firefox (JSON, HTML)
- Chromium (HTML)
- Safari (HTML)
- Netscape Bookmark format
- Linux (primary target) — x86_64, ARM64
- macOS — experimental
- Windows — not yet supported
Email security@nullsec.dev or open a private security advisory on GitHub.